.login-box{
    height: 100vh;
    width: 100%;
    overflow: hidden;
   /* background: url('../assets/images/img-2.png'); */
   background-size: cover;
   background-repeat: no-repeat;

}
.login-box .login-content{

    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    margin-bottom: 10px;
    background: #ffffff6e;
    box-shadow:0 0 15px 0 rgba(152, 102, 157, 0.18);
    padding: 25px;
    border-radius: 15px;
}
.login-box .login-media {
    width: 100%;
    height: 100vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px 0 0 40px;
}
.login-box .login-content .title{
    color: #000000c4;
    font-size: 25px;
}
.login-box .login-content .sub-title{
    color: #000;
    margin-bottom: 30px;
}

.login-inner-form .form-control{
    border-radius: 9px;
}
.login-inner-form .form-control::placeholder{
    color: #000;
}

.login-content .btn-primary {
    color: #fff;
    background: linear-gradient(145deg, #2788ee, #b779e5) !important;
    border-color: transparent;
    border-radius: 10px;
  }

  .login-content .col-label{
  
  }