html {
    overflow: hidden;
}

.login-box,
.register-box {
    top: calc(50% - 200px);
    background: #ffffff !important;
    border-radius: 8px;
    padding-top: 15px;

}

.login-box-body {
    /* color: {{ CRUDBooster::getSetting("login_font_color")?:'#666666' }}  !important; */
    border-radius: 8px;
    background: #ffffff !important;
    padding: 25px;

}


.login-box-body {
    background: #ffffff25;
    border-radius: 10px;
}

.form-control {
    background-color: #c0c0c041;
    border: 1px solid #afafaf;
    border-radius: 30px;
    height: 40px;
    font-size: 17px;
}

.form-group label {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 400;
}

.login-box-body {
    box-shadow: 0px 0px 25px transparent;
}

.btn.btn-flat {
    border-radius: 30px !important;
    width: 60%;
    height: 40px;
    font-size: 18px;
}


.login-logo {
    margin-bottom: 10px;

}


.has-feedback label~.form-control-feedback {
    font-size: 18px;
    top: 30px;
}

@media (max-width: 600px) {
    .login-logo img {
        height: 120px;
    }

    .login-box {
        background: red;
    }
}


/* .login-page:before {
    content:""; 
    background-color: #4d4d4dda;
    height: 100%; 
    position: absolute;
    width: 100%; 
    z-index: -1
  } */