
.login_wrapp_bg {
    position: relative;
    padding: 30px 0;
    background: linear-gradient(75.84deg, #DDD2FF 0%, #D2FFD6 100%);
}
/* .login_wrapp_bg:before {
    content: '';
    background-image: url(../image/manpower_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.login_wrapp_bg::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.50);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.login_wrapper {
    position: relative;
    z-index: 999;
    
}
.login_box_bg {
    height: 500px;
    width: 600px;
    margin: 2% auto;
    text-align: center;
}
.login_wrapper .login_box {
    margin-top: 30px;
    width: 100%;
    padding: 0px;
    background: rgba(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08) !important;
    color: #17191f;
    /* border-radius: 10px; */
    /* border: 1px solid #dddddd !important; */
}
.login_wrapper .login_box form {
    padding: 30px 40px;
    text-align: left;
}
.login_box_haeder {
    /* background-color: #f4f4f4; */
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    /* border-bottom: 1px solid #dddddd !important; */
    padding: 15px;
    background: linear-gradient(90deg, rgba(99, 125, 240, 1) 0%, rgba(105, 89, 164, 1) 100%);
}
.login_box_haeder h2 {
    margin: 0;
    font-size: 22px;
    color: #ffffff;
}
.login_wrapper .login_box form .text-center .text-dark {
    color: #17191f !important;
}
.login_wrapper .login_box form .form-label {
    color: #17191f !important;
    font-weight: 500 !important;
}
.login_wrapper .login_box form input {
    background-color: transparent !important;
    padding: 10px 15px;
    height: auto;
    border: 1px solid #dddddd !important;
    color: #17191f;
}
.login_wrapper .login_box form input.btn {
    background-color: #121212 !important;
    color: #ffffff !important;
    margin-bottom: 0 !important; 
}
.login_wrapp_bg .login_wrapper .login_box form input:-webkit-autofill,
.login_wrapp_bg .login_wrapper .login_box form input:-webkit-autofill:hover,
.login_wrapp_bg .login_wrapper .login_box form input:-webkit-autofill:focus,
.login_wrapp_bg .login_wrapper .login_box form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: #121212 !important;
}
.login_wrapper .login_box form a {
    color: #044fe7 !important;
    font-weight: 500 !important;
}
.login_footer {
    /* border-top: 1px solid #dddddd; */
    padding: 15px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(99, 125, 240, 1) 0%, rgba(105, 89, 164, 1) 100%);
}
.login_footer a {
    color: #ffffff !important;
}