.login {
    width: 100%;
    background: url('../images/login-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.login-logo {
    height: auto;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFCB4A !important;
}

.dark-black {
    background: #242538;
    color: #fff;
}

.logo-box {
    width: 200px;
    background: #0d6efd;
    /* position: absolute; */
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* top: -55px;
    z-index: 1;
    left: 35%; */
    border-radius: 10px 10px 0 0;
}

@media (max-width: 992px) {
    .login-logo {
        min-height: 200px;
        border-radius: 10px;
    }

    .login-form {
        padding: 20px 0px;
    }
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.login-form {
    height: auto;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.bg-dark-yellow {
    background-color: #FFCB4A;
}
