/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

header.main {
  height: 39px;
  font-family: "Open Sans", sans-serif;
}

.hide {
  display: none !important;
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
}

header.main .logo {
  float: left;
  width: 250px;
  height: 40px;
  margin-top: 1px;
}

.main-container {
  min-height: 500px;
}

.logo-placeholder {
  /*width: 177px;*/
  /*height: 50px;*/
  margin: 53px auto 0;
  display: block;
}

.main-container .login-box {
  max-width: 360px;
  padding: 20px;
  min-height: 270px;
  margin: -160px auto auto -180px;
  background: #f7f7f7;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4000;
  font-family: "Open Sans", sans-serif;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #EBE8E8;
}

.main-container .login-box .remember {
  font-size: 13px;
  font-weight: 300;
  color: #545454;
  float: right;
}

.main-container .login-box input.remember {
  position: relative;
  top: 2px;
}

select {
  text-transform: none;
  font-size: 13px;
}

.fogot-pw {
  font-size: 12px;
  text-decoration: none;
  color: #333;
}

.main-container .login-box .tr {
  float: left;
  clear: both;
  width: 100%;
}

#loginForm .tr:first-child {
  margin-top: 25px;
}

.fogot-pw-div {
  display: block !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

.main-container .login-box h1 {
  color: #545454;
  font-weight: 300;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  margin: 0px 0 11px 76px;
}

.icon-wrapper {
  background: #284580;
  display: block;
  text-indent: -9999px;
  width: 38px;
  height: 38px;
  float: left;
  border: 1px solid #18336a;
}

.main-container .login-box .login-form input.txt {
  height: 36px;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a7a7a7;
  outline: none;
}

.main-container .login-box .login-form .additional-param {
  display: none;
}

.txtbx-wrp-tp {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}

.txtbx-wrp-btm {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #cccccc;
  border-top: 0;
  background-color: #fff;
}

.error-on-row .txtbx-wrp-tp {
  border-bottom: 1px solid #cccccc;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.error-on-row .txtbx-wrp-btm {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.main-container .login-box .login-form input.txt {
  height: 36px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a7a7a7;
  padding-left: 10px;
  width: 307px;
  /*-moz-box-shadow: inset 0 1px 2px #A3A3A3;
  -webkit-box-shadow: inset 0 1px 2px #A3A3A3;
  box-shadow: inset 0 1px 2px #A3A3A3;*/
}

.main-container .login-box .login-form input.top-txtbx {
  width: 261px;
}

span.icnone {
  width: 25px;
  height: 22px;
  float: left;
  background-color: #fff;
  margin: 8px;
  background-image: url(../../common/images/icons_13.png);
  background-position: 1px 2px;
}

span.icntow {
  width: 25px;
  height: 24px;
  float: left;
  background-color: #fff;
  margin: 8px;
  background-image: url(../../common/images/icons_16.png);
}

.main-container .login-box .login-form input.bot-txtbx {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 275px;
}

.main-container .login-box .login-form input.bot-txtbx {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 275px;
}

.main-container .login-box .login-form .btn-login {
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #63a8ed;
  padding: 6px;
  border-radius: 4px;
  border-width: 1px 1px 2px 1px;
  border-color: #75B6FD;
  margin-top: 10px;
}

.main-container .login-box .login-form .btn-login:hover {
  background: #3299FF;
}

.main-container .login-box .login-form .margintopbtm {
  margin: 16px 0 16px 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* 	====================
   	Grid HTML Classes
	==================== */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse .column, .row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column, .columns {
  float: left;
  margin: 0 3% 0 0;
}

.col-1 {
  width: 5.5%;
}

.col-2 {
  width: 14%;
}

.col-3 {
  width: 22.5%;
}

.col-4 {
  width: 31%;
}

.col-5 {
  width: 39.5%;
}

.col-6 {
  width: 48%;
}

.col-7 {
  width: 56.5%;
}

.col-8 {
  width: 65%;
}

.col-9 {
  width: 73.5%;
}

.col-10 {
  width: 82%;
}

.col-11 {
  width: 90.5%;
}

.col-12 {
  width: 100%;
}

.last {
  margin-right: 0;
}

/* SQUARED THREE */
.squaredThree {
  width: 20px;
  position: relative;
  float: left;
  margin: 0 7px 0 0;
}

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222", endColorstr="#45484d", GradientType=0);
}

.squaredThree label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

footer {
  position: fixed;
  bottom: 0px;
  height: 10px;
  width: 100%;
  padding: 10px;
}

footer .copy {
  text-align: center;
  font-size: 11px;
  color: #bdc6d9;
}

.ln {
  left: 6%;
  top: 63%;
  font-size: 12px;
  color: red;
}

.error-on-row {
  margin-bottom: 10px;
}
.error-on-row .txtbx-wrp-tp {
  margin-bottom: 2px;
}
.error-on-row .txtbx-wrp-btm {
  margin-bottom: 2px;
}
.error-on-row .error {
  color: #ff0000;
  font-size: 12px;
}

/*# sourceMappingURL=login.css.map */
