
/*29-jan*/
.login-register input:-webkit-autofill, .login-register textarea:-webkit-autofill, 
.login-register select:-webkit-autofill {
  background-color:transparent !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}
.pad0{
  padding:0px;
}
.fs15{
  font-size: 15px;
}
.fs14{
  font-size: 14px;
}
.login-sidebar .login-box .card-body{
  padding: 30px 36px;
  max-width: 384px;
}
#loginform .btn-info{
  background-color: #1b55e2;
  border: solid 1px #1b55e2;
  padding: 12px 8px;
  font-size: 15px;
  font-weight: 500;
}

#loginform .btn-info:hover{
    background-color: #1b55e2;
    border: 1px solid #1b55e2;
}

#forgotform .btn-info{
  background-color: #1b55e2;
  border: solid 1px #1b55e2;
  padding: 12px 8px;
  font-size: 15px;
  font-weight: 500;
}

#forgotform .btn-info:hover{
    background-color: #1b55e2;
    border: 1px solid #1b55e2;
}
.login-page {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #445ede 0%, #304aca 100%);
}
.login-wrap {
    color: #3b3f5c;
    font-size: 14px;
    width: 100%;
    max-width: 360px;
    background: #fff;
    padding: 22px;
    border-radius: 0px;
    box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06)
}

.pull-right{
  float: right;
}
.pull-left{
  float: left;
}

/*.fade:not(.show) {
  opacity:1 !important;
}*/

.fade.in{
  opacity:1;
}


.login-wrapper .notification {
    color: #fff;
    border: none;
    text-shadow: none;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    margin: 0;
    z-index: 999;
    left: 0;
    font-weight: bold;
    background: #fc0000 !important;
    font-weight: 300;
    font-size: 15px;
}
.alert-error.notification .close {
    color: #fff;
    opacity: 1;
}
#loginform .checkbox label{
  font-size: 14px;
}



/* 17-07-2020 */
.thm-form .form-control{
  color: #3b3f5c;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  padding: 0px 8px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #ced4da;
}
.thm-form .form-group{
  margin-bottom: 10px;
}
.login-txt {
  margin-bottom: 18px;
}
.login-txt h2{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2px;
}
.login-txt p{
  color: #888ea8;
  text-align: center;
  font-size: 14px;
}
.thm-form [type="checkbox"] + label:before{
  border: 1px solid #ced4da;
} 
.thm-form [type="checkbox"]:checked + label:before{
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #1e88e5;
  border-bottom: 2px solid #1e88e5;
}
.thm-form .txt-forgot{
  text-align: center;
  display: block;
  margin-top: 14px;
}
