.bx-system-auth-form h2 {
  color: #1e1e1e;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 24px 0;
}
.bx-system-auth-form form {
  display: flex;
  justify-content: center;
}
.bx-system-auth-form input {
  width: 100%;
}
form.auth_form label, .bx-system-auth-form form td {
  color: #1e1e1e;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0 0 24px 0;
}
tr.tr_rem {
  display: flex;
  justify-content:flex-start;
}
td.chb {
    margin: -10px 0 0 0;
    display: block;
    padding: 0 8px 24px 0!important;
}
input[type="radio"], input[type="checkbox"] {
    margin: 3px 0 0!important;
    margin-top: 1px;
    line-height: normal;
}
td.rem {
  text-align: left;
  padding: 0 0 0 16px;
  margin: -10px 0 0 0;
  display: block;
 }
 input[type="submit"] {
   background-color: #7dadd9;
   color: #fff;
   font-size: 1.6rem;
   font-weight: 400;
   line-height: 16px;
   text-transform: uppercase;
   border: 0;
   width: 100%;
 }
div.bx-system-auth-form span.bx-auth-secure {
    background-color:#FFFAE3;
    border:1px solid #DEDBC8;
    padding:2px;
    display:inline-block;
    vertical-align:bottom;
    margin-top:-1px;
}
div.bx-system-auth-form div.bx-auth-secure-icon {
    background-image:url(images/sec.png);
    background-repeat:no-repeat;
    background-position:center;
    width:19px;
    height:18px;
}
div.bx-system-auth-form div.bx-auth-secure-unlock {
    background-image:url(images/sec-unlocked.png);
}
.modal_window {
    position:fixed;
    display:none; /* Скрываем модальное окно по умолчанию */
    z-index:9999;
    width:500px;
    background: #FF5722;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.close {
    float: right;
    margin-top: -47px;
    margin-right: 15px;
    width: 17px;
    height: 17px;
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: arial;
}
.bx-system-auth-form a {
    color: #5b5b5b!important;
    font-size: 1.4rem;
    line-height: 14px;
    font-weight: 300;
    text-decoration: underline!important;
}
.bx-system-auth-form a:hover {
  text-decoration: none!important;
}
