
  
.sign{
  -webkit-appearance: none;
  border: 1px solid #1a75bc;
  border-radius: 5px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.3px;
  padding: 11px 10px 9px;
  transition: background .2s ease;
}
 
  input:focus-visible{
    background-color: white;
  }
 
  .form-control{
    background-color: white !important;
  }
  
  .form-control:focus {
      outline: 0 !important;
      border-color: none;
      box-shadow: none;
  }
  .form-control::selection {
    background-color: white !important;
  }
  
  .forgot-password,
.forgot-password a {
  text-align: right;
  font-size: 13px;
  color: #1a75bc;
  margin: 0;
}

.forgot-password a {
  color: #2554FF;
}

.btn-login{
  background-color: #1a75bc  !important;
  color:#fff !important;
}


.login{
    min-width: 400px !important;
    height:auto;
    display: block !important;
    box-sizing: border-box !important;
  }
  