/* Clean login page — hide everything except username, password, and login button */

/* Hide top navigation bar (Features, Documentation, Log in links) */
nav.navbar { display: none !important; }

/* Hide footer */
footer.cp-footer { display: none !important; }

/* Hide instance description on login page */
.cp-login-instance { display: none !important; }

/* Hide import recent checkbox */
.checkbox-container { display: none !important; }

/* Hide register link */
#register { display: none !important; }

/* Hide encryption warning section */
.cp-login-encryption { display: none !important; }

/* Hide page title 'Log in' */
.cp-page-title { display: none !important; }

/* Center the login form */
#userForm {
    max-width: 360px !important;
    margin: 0 auto !important;
    padding-top: 20vh !important;
}

/* Style the login button */
button.login {
    width: 100% !important;
    margin-top: 12px !important;
}
