* { margin: 0; padding: 0; }

html { height: 100%; }

body { font-family: Verdana, Geneva, sans-serif; /* background: #3a3a3a; */ position: absolute; width: 100%; background-color: #338bc5 !important;}

.login-header{ width: 100%; height: 90px; background-color: #006eb6; margin-bottom: 2px; }

.left-line{ width: 200px; float: left; margin: 9px 50px 0 10px; background-color: #006eb6; position: absolute; top: 1px; bottom: 0; }

/*---------------------------------------*/

.popupform {
    background-color: #006eb6;
    padding: 15px;
    float: left;
    position: relative;
    top: 45px;
    left: 250px;
    font-size: 11px;
}

.popupform label {
    color: #FFFFFF;
    font-size: 11px;
    /* font-weight: bold; */
    display: inline-block;
    margin: 10px 0 2px 10px;
    *color: #FFFFFF;
    _color: #FFFFFF;
}

.popupform input[type=text]/* , form input[type=password] */, form textarea, form select {
    /* background-color: RGB(223, 223, 223); */
    /* border: 1px solid #FFFFFF; */
    color: RGB(2, 6, 77);
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 12px;
    border: none;
    font-weight: bold;
    text-indent: 15px;
}

.button {
    background-color: #95c11e;
    /* float: right; */
    height: 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
    cursor: pointer;
    line-height: 25px;
    vertical-align: middle;
    width: 70%;
    text-decoration: none;
    border: none;
    text-align: center;
    /* background: linear-gradient(to bottom, #EAEAEA, #848484); */
}

.button:HOVER {
    /* background-color: #BABABA; */
    /* background: linear-gradient(to bottom, #848484, #EAEAEA); */
}

fieldset {
   padding: 10px;
   border: 1px solid #FFFFFF;
}

.popupform table {
    width: 98%;
    *margin: 20px 0 0 10px;
    _margin: 20px 0 0 10px;
    *color: #FFFFFF;
    _color: #FFFFFF;
}

.popupform fieldset {
    padding: 1em;
    *text-align: left;
    _text-align: left;
}

.form_name {
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 0 5px 10px;
}

.name, .login {
  text-align: center;
  color: #BDBDBD;
}

.login #logInName {
  font-weight: bold;
  font-size: 13px;
}

.name {
  font-size: 15px;
  font-weight: bold;
}

#logInBtn {
  margin: 10px 0;
}

.pass_recovery_btn {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 600;
}

.pass_recovery_btn:hover {
  color: #95c11e;
}

input, .login-form-text {
  margin-bottom: 2.5rem !important;
}

.form-label {
  color: #ffffff;
  font-size: 27px;
  font-weight: 600;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.form-label p {
  font-size: 15px;
  font-weight: normal;
}

.form-label p:first-child {
  margin-top: 20px;
}

.auth-form {
  background: #006eb6;
  /* margin-top: 6rem; */
  border-radius: 0.54rem;
  border: 1px solid #006eb6;
}

.auth-form span.info {
  display: block;
  text-align: center;
  color: #ffffff;
}

.auth-form span.info:first-child {
  padding-top: 10px;
}

.auth-form span.info > span {
  font-weight: bold;
}

.ha-logo {
  /* padding: 1rem 0 0 1rem; */
  width: 220px;
  height: auto;
  margin-left: 10px;
}

.lr-padding-2 {
  padding: 0 2rem;
}

input[type='button'], input[type='submit'] {
  font-weight: 600;
  height: 60px;
  font-size: 1.2rem;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
    -webkit-box-shadow:0 0 0px 1000px #0a73b9 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #ffffff;
    border: 2px solid #005ca9 !important;
}

/* input:-webkit-autofill:focus {
    -webkit-box-shadow: your box-shadow,0 0 0 50px #338bc5 inset;
    -webkit-text-fill-color: #333;
} */

label, input[type='text'], input[type='password'] {
  color: #ffffff !important;
}

input[type='text'], input[type='password'] {
  background-color: #006eb6 !important;
  border: 2px solid #005ca9 !important;
  text-align: center;
  border-radius: 0.4rem !important;
}

.ha-as-btns, .ha-as-btns:hover {
  background-color: #95c11e !important;
  border-color: #95c11e !important;
  color: #ffffff !important;
}

#errorMessage {
  font-size: 1.3em;
  font-weight: bold;
  color: #ffffff;
}

.suportTel {
  color: #ffffff;
  padding-top: 7px;
  font-weight: bold;
}

.suportTel > div {
  margin: 10px 55px 0 0;
}

.suportTel > div > div:first-child {
  margin-top: 11px;
}

.phoneNum {
  margin-left: 10px;
}

.phoneIcon img {
  width: 59px;
}

.modal-content {
  color: #ae0f09;
  font-weight: bold;
}

#message {
  margin: 20px;
}
