body:before {
    background: rgb(0 0 0 / 47%) !important;
}
.logologin{
	padding:0px !important;
}
#user_login {
    border: 1px solid #feac00 ;
    background: #feac00 ;
    position: absolute;
    border-radius: 6px;
    top: 12px;
}
.fotgot {
    text-align: center;
    color: white;
    margin-top: 42px;
    font-size: 11px;
}
.login-box input {
        padding-bottom: 5px;
    background-color: #FFF;
    font-weight: 500;
    height: 42px;
    font-size: 14px;
    border-radius: 6px;
    position: relative;
    padding-top: 6px;
    opacity: 1;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.bg_new {
    background: #0000007d;
    border-radius: 20px;
    padding-bottom: 18px;
    margin: 0 auto;
    display: block;
}
.fa.fa-user {
    position: absolute;
    right: 0px;
    padding: 13px 16px 13px 16px;
    color:  #84889a;
}
.login-container{
	border: 1px solid #feac00!important;
}
input[type="text"]{
	background:white!important;
}
i.fa.fa-eye.prefix{
	color: #84889a;
}