body.login {
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-layout-wrap {
    padding: 20px;
    border-radius: 20px !important;
    background: #fff0;
    backdrop-filter: saturate(180%) blur(15px)!important;
    box-shadow: 10px 10px 40px 20px rgb(0 0 0 / 8%);
}
.login .content { box-shadow: none; background-color: transparent; margin: 0; }
.login .content .form-actions { background-color: transparent; }
.login .content h4 {color: #4c4b4b;text-transform: uppercase;font-weight: 600;font-size: 14px;}
.login .content .form-actions {border-bottom: 1px solid #9f9f9f;}
.login .copyright { color: #FFF; font-size: 12px; }
.login .content .form-actions .checkbox { color: #FFF; }
.input-icon > .form-control { border-radius: 5px !important; }
.login .content h3 { color: #4c4b4b; font-weight: 600; font-size: 22px; }