/* Style de base — valeurs fixes */
body.login #loginform {
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	border: 4px solid #1DA7E0;
}

.sk-login-footer-text {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 0 20px;
    box-sizing: border-box;
}

@media (max-width: 782px) {
    .sk-login-footer-text {
        font-size: 12px;
        bottom: 10px;
    }
}

/* Masquage des éléments WP unwanted */
body.login #nav,
body.login #backtoblog,
body.login .language-switcher {
    display: none !important;
}
