/* Minimal styles for login and lost password pages only. Not used on register. */
body.login {
    background-color: #f9f9f9;
}
#login {
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
}
#login h1 {
    display: none !important;
}
.block-logo-registration {
    margin-bottom: 20px;
}
.block-logo-registration img.logodom-logo {
    display: block;
    margin: 0 auto;
}
.custom-message {
    text-align: center !important;
    margin-bottom: 25px;
    display: block !important;
    width: 100% !important;
}
#custom-message-h2 {
    font-size: 22px;
    margin: 0 0 10px;
    color: #2e396e;
}
.custom-message a {
    color: #0073aa;
    text-decoration: none;
    margin: 0 5px;
}
.custom-message a:hover {
    text-decoration: underline;
}
#backtoblog,
#nav,
#language-switcher,
.login .message.register {
    display: none !important;
}
#loginform,
#lostpasswordform {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 auto;
}
#loginform label,
#lostpasswordform label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #2f396e;
}
