html {
    overflow: hidden;
}
.login-box, .register-box {
    margin: 2% auto;
}

.login-box-body {
    background: #ffffff4c!important;
   /* color: {{ CRUDBooster::getSetting("login_font_color")?:'#666666' }}  !important; */
}


.login-box-body {
    background: #ffffff25;
    border-radius: 10px;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 15px;
}

.login-box-body {
    box-shadow: 0px 0px 25px transparent;
}

.btn.btn-flat {
    border-radius: 15px !important;
    width: 60%;
}


.login-logo {
    margin-bottom: 10px;

}



@media (max-width: 600px) {
    .login-logo img{
        height: 120px;
    }
}
