﻿body {
  overflow-x: hidden !important;
}
#login-logo {
  background: none repeat scroll 0 0 #ffffff;
  /*background: none repeat scroll 0 0 #F1F1F1;*/
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 400;
  padding: 35px 0;
  text-align: center;
  text-transform: uppercase;
}
#login-full-wrapper #login-box {
  border: none;
  float: right;
  opacity: .95;
  -moz-box-shadow: 0 0 10px 5px gray;
  -webkit-box-shadow: 0 0 10px 5px gray;
  box-shadow: 0 0 10px 5px gray;
}
#login-header {
  background: none repeat scroll 0 0 #fff;
  padding: 10px 2px;
  /*padding: 45px 2px;*/
  padding: 35px 2px 45px 2px;
}
#login-header img {
  display: block;
  height: 58px;
  margin-left: 35px;
  width: 84px;
}
#login-box-inner {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#login-box {
  max-width: 371px;
  min-width: 280px;
  margin: 60px auto 20px;
  overflow: hidden;
}
.global-footer {
  background: #323e4d;
  bottom: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 300;
  background-color: rgba(50, 62, 77, 0.7);
  max-width: 100%;
}
.global-footer address {
  margin-bottom: 0 !important;
}
.center {
  margin: auto;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
.title {
  font-family: 'Arial Bold', 'Arial';
  font-weight: bold;
  font-style: normal;
  font-size: 2.2em;
  color: #004379;
}
.sutext {
  font-family: 'Arial Bold', 'Arial';
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  color: #004379;
}
#login-box .input-group .input-group-addon i {
  color: #04467C;
}
.has-error {
  border: 1px solid #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.theme-whbl .btn-primary {
  background-color: #265a88;
  border-color: #2980b9;
}
.btn-login {
  /*background-color: #337398 !important;
    border-color: #004379 !important;*/
  background-color: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-color: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-color: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-color: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
  border-bottom-width: 3px;
}
.btn-facebook {
  background-color: #4683BB !important;
  /*border-color: #FFFFFF !important;*/
}
form .tooltip-inner {
  background-color: #d2322d;
}
form .tooltip.bottom .tooltip-arrow {
  border-top-color: #d2322d;
}
form .tooltip.bottom .tooltip-arrow,
form .tooltip.bottom-left .tooltip-arrow,
form .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #d2322d;
}
form div.tooltip {
  display: none;
}
form .has-error + div.tooltip {
  display: block;
}
h3 {
  border-bottom: 0;
}
.btn-success {
  background-color: #8bc34a !important;
  border-color: #689f38 !important;
}
.toast-top-right {
  position: absolute !important;
  top: 13%;
  right: 14.5%;
}
.toast {
  opacity: 1 !important;
}
#toast-container > div {
  opacity: 1 !important;
}
.color-blue {
  color: #245580;
}
.color-white {
  color: #ffffff !important;
}
.color-darkblue {
  color: #031F35 !important;
}
label {
  font-size: 1em !important;
}
.checkbox-nice label {
  padding-top: 0 !important;
}
.hand {
  cursor: pointer;
}
.font-1-2 {
  font-size: 1.2em;
}
.fontweight-500 {
  font-weight: 500 !important;
}
/*# sourceMappingURL=site.css.map */