.login-page {
    position: relative;
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
  }
  
  /* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c0c0c0d2;
    z-index: 1;
  } */
  
  .container {
    position: relative;
    z-index: 1;
  }
  
  .login-page .btn {
    background-color: #0c3587;
  }
  
  .form-control {
    float: unset !important;
  }
  
  .content h1 {
    color: #0c3587;
  
  }
  
  .content p {
    font-size: 16px;
  }
  
  .form-control {
    background-color: #009dff14;
  }
  
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 84.666667%;
  }
  
  form .btn {
    justify-content: center;
  }
  
  
  .sign{
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 500;
  }
  
  .register{
    margin-bottom: 20px;
    font-size: 13px;
  }
  
  .bro-login{
    font-size: 26px;
    margin-bottom: 15px;
  }
  
  .bro-from{
    padding: 19px 20px;
  }
  
  .text-muted{
    margin-top: 20px;
  }

  

.form-control {
    float: left;
    width: 100%;
    border: 1px solid;
    color: black!important;
    background-color: #e5f1fa;
    font-size: 14px;
    text-align: left;
    min-height: 41px!important;
    line-height: 36px!important;}

    .form-label{
        font-weight: 500;
    }

    .register-sign{
        font-size: 22px;
    }