html, body {
  height: 100%; }

html {
  margin-left: -6px; }

.modal {
  top: 100px;
  font-size: 14px; }

body {
  background: url("/img/sign-in-bg.jpg") no-repeat transparent;
  background: url("/img/sign-in-bg.jpg") center no-repeat transparent;
  background-size: cover !important; }
  body .top_navbar {
    margin-bottom: 10px;
    background: none !important;
    border: none;
    background-image: none !important;
    background: #333 !important;
    box-shadow: none;
    height: 35px;
    overflow-y: hidden; }
    body .top_navbar .top_navbar_inner {
      background: inherit;
      background-color: inherit;
      border: none !important;
      border-radius: 0;
      box-shadow: none !important;
      min-height: 20px;
      padding-left: 7px;
      padding-right: 7px; }
      body .top_navbar .top_navbar_inner .navbar-brand {
        padding: 7px 20px 7px 12px !important; }
      body .top_navbar .top_navbar_inner .navbar-brand, body .top_navbar .top_navbar_inner .navbar-brand a {
        color: #fff !important;
        text-shadow: none !important;
        font-size: 14px !important;
        font-weight: 600 !important; }

.login_wrapper {
  background: #FAFAFA;
  border-bottom: 4px solid #0072DC;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  color: #000000;
  height: auto;
  left: 50%;
  margin-left: -210px;
  margin-top: -140px;
  min-height: 260px;
  position: absolute;
  top: 40%;
  width: 420px; }
  .login_wrapper .login_inner {
    margin: 20px 37px 0; }
  .login_wrapper form {
    margin: 50px 40px 0 40px; }
  .login_wrapper h2 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: normal; }
  .login_wrapper input {
    width: 260px;
    padding: 6px;
    margin-top: 4px;
    display: inline-block;
    margin-bottom: 1px; }
  .login_wrapper span.required {
    display: none; }
  .login_wrapper .forgot_password_row {
    margin-left: 10px;
    font-size: 12px; }
  .login_wrapper label {
    margin-top: 3px;
    display: inline-block;
    width: 76px;
    font-weight: normal;
    font-size: 14px; }
  .login_wrapper #submit_btn {
    padding: 6px 25px;
    margin-left: 76px; }
  .login_wrapper .ssl_wrapper {
    position: absolute;
    bottom: 10px;
    right: 5px;
    opacity: 1;
    z-index: 20; }
  .login_wrapper .submit_button_block_wrapper {
    margin-top: 10px; }

.maintenance_title:hover, .maintenance_title:active, .maintenance_title:focus {
  text-decoration: none !important; }

#allow_link {
  display: inline-block;
  position: absolute;
  height: 10px;
  width: 10px;
  background: transparent;
  bottom: 0;
  right: 0; }

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