﻿.wrapper { background: url(/Content/img/loginbg.jpg) no-repeat fixed center; height: 100%; width: 100%; }

.container { max-width: 100%; max-height: 100%; }

.container form { background: #ffffff; background: rgba(255,255,255,0.5); width: 23%; height: auto; padding-top: 20px; }

.container form div { padding-left: 50px; }
.container table { }

.container form input:focus { border: 1px solid #2476ce; outline: none; }
h2 { padding-top: 2px; float: left; font-size: 26px; color: #fff; text-shadow: 4px 3px 0 #1ABC9C, 90px 80px 0 #000000; }
.container .logo { padding-left: 50px; }
#txt_code { width: 155px; display: inline; }
.container div img { border-radius: 5px; vertical-align: top; height: 45px; }
#login_button { width: 130px; background-color: #2476ce; }
#register_button { width: 130px; background-color: #FF9900; margin-left: 10%; }
#cancel_button { width: 130px; margin-left: 40px; }
#table_register { width: 90%; margin-left: 40px; }
#table_register tr td { padding-bottom: 20px; margin-bottom: 20px; }
#table_register input { margin: 0px; color: black; }
#table_register span { color: black; font-weight: bolder; font-size: 16px; }
