.login-card{
    background:url('/Frontend/Login/assets/images/bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}
.login-card .login-main{
    background-color:#12457ebf!important;
}
.login-card .login-main .theme-form h4{
    color:white;
}
.login-card .login-main .theme-form p{
    color:white;
}
.login-card .login-main .theme-form label{
    color:white;
}
.text-muted{
    color:white;
}
.login-card .login-main .theme-form .link{
    color:white;
}
.btn-primary{
    background-color:#FDED01!important;
    color:rgb(18, 69, 126)!important;
    font-weight:600;
}
.custom-checkbox{
    height:16px;
    width:16px;
    vertical-align:middle;
}
.show-hide span{
    color:white;
}
.show-hide span.show:before{
    content:"mutat";
}
.show-hide span:before{
    content:"elrejt";
}
.theme-form input[type=text], .theme-form input[type=email], .theme-form input[type=search], .theme-form input[type=password], .theme-form input[type=number], .theme-form input[type=tel], .theme-form input[type=date], .theme-form input[type=datetime-local], .theme-form input[type=time], .theme-form input[type=datetime-local], .theme-form input[type=month], .theme-form input[type=week], .theme-form input[type=url], .theme-form input[type=file], .theme-form textarea, .theme-form select{
    color:white;
}
input.form-control::placeholder{
    color:white!important;
}