* { margin: 0; padding: 0; }

html {
  height: 100%;

}


body {
  box-sizing: border-box;
  background-image: url("../images/shutterstock.jpg");
  /* background-image: url("../images/back-4.jpg"); */
  background-size: cover;
  background-position: center;
}

.login-header{
  color: #231d4c;
  width: 100%;
  height: 8.8rem;
  margin-bottom: 2px;
  background-color: #ffffff;
  padding: 2rem 3.5rem 2rem 3.5rem;
}

.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;
  padding: 0 3rem;
}

.pass_recovery_btn {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
  text-decoration: underline;
  /* position: absolute;
  left: 50%;
  bottom: 1.3rem;
  transform: translateX(-50%); */
}

.pass_recovery_btn:hover {
  /* color: #f7a824; */
  color: #95c11e;
}

input, .login-form-text {
  /* margin-bottom: 2.5rem !important; */
}

.form-label {
  color: #ffffff;
  font-size: 2.7rem;
  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; */
  /* border: 1px solid #231d4c; */

  position: relative;
  padding: 1rem 0;
  /* position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

.auth-form::after {
  content: "";
  background: #1D5D8F;
  /* background: #231d4c; */
  /* opacity: 0.85; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.auth-form, .auth-form::after {
  border-radius: 2rem;
}

.ha-logo {
  /* padding: 1rem 0 0 1rem; */
  width: 220px;
  height: auto;
  margin-left: 10px;
}

.logo-nd {
  height: 46px;
}

@media (max-width: 992px) {
    .logo-nd {
        height: 36px;
    }
}




.lr-padding-2 {
  padding: 0 2rem;
}

input[type='button'], input[type='submit'] {
  font-weight: 600;
  height: 5rem;
  font-size: 1.3rem;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
	box-shadow:0 0 0px 1000px #144871 inset;
    -webkit-box-shadow:0 0 0px 1000px #144871 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #ffffff;
}

/* 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: #144871 !important;
  text-align: center;
  border-radius: .7rem !important;
  border: .7rem solid #144871;
}

.ha-as-btns, .ha-as-btns:hover {
  background: linear-gradient(90deg, #A324BF 0%, #E7317A 50.52%, #FF3E4D 100%);
  border: none;
  border-radius: 40px;
  /* background-color: #95c11e !important;
  border-color: #95c11e !important; */
  /* background-color: #006eb6 !important;
  border-color: #006eb6 !important; */
  color: #ffffff !important;
  outline: none !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 {
	font-weight: bold;
}

.phoneIcon img {
  width: 59px;
}

.modal-content {
  color: #ae0f09;
  font-weight: bold;
}

#message {
  margin: 20px;
}


/* --------------------- new styles 29.01.2019 ----------------------- */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   .auth-form-wrapper {
        height: 10px;
    }
}

.auth-form-wrapper {
  min-height: calc(100% - 14rem);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.login-footer{
  color: #393e46;
  /* text-align: center; */
  height: 5rem;
  /* line-height: 3.5rem; */
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.supp-email a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.supp-img {
  height: 5.28rem;
  width: 5.28rem;
  background-image: url("../images/support-blue.png");
  background-size: 100%;
  float: left;
  display: inline-block;
  margin-right: 1.3rem;
  margin-top: -.3rem
}

.suportTel-nd {
  font-weight: 400;
  color: #1D5D8F;
  margin-left: 2rem;
  font-size: 1.33rem;
  float: right !important;
  /* padding-top: .3rem; */
  
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

div.suportTel-nd > div.pull-right {
	display: flex;
    flex-direction: column;
    height: 5.28rem;
    justify-content: center;
}

.ha-style .popover {
  /* color: #f7a824; */
  color: #e84e0e;
}

.bottom-gap-2 {
  margin-bottom: 2rem;
}

.fp-h {
  text-align: center;
  margin: 2rem 0;
  float: right;
  width: 100%;
}

.form-btn-h {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}

.form-btn-h > input[type='button'], .form-btn-h > input[type='submit'] {
  width: 240px;
}

.disabled-btn {
    background-color: #ccc !important;
    color: #f8f9fa !important;
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.7;
    transition: background-color 0.3s ease;
}

.user-dtls {
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.5;
}

#e-msg {
	color: #ffffff;
	height: 43px;
    background: #EE2737;
    text-align: center;
    margin: 10px 0;
    border-radius: 6px;
}

.e-msg {
	display: inline-block !important;
	padding: 0 10px !important;
	height: 24px !important;
	vertical-align: middle;
}

.hide {
	display: none;
}

.link-underline {
	text-decoration: underline !important;
}

.gapl-20 {
	margin-left: 2rem;
}

.exclamation-point-icon {
    background: url("../images/warning.svg") no-repeat center /* scroll 0 0 / 100% auto rgba(0, 0, 0, 0) */;
    height: 43px !important;
    width: 43px !important;
    display: inline-block !important;
    vertical-align: middle;
    padding: 0 !important
 }
