/*
main color #60a77d
#26AAB5
*/

::-moz-selection {
    background: #60a77d;
}

::selection {
    background: #60a77d;
}

/* couleur de fond */
body,
html {
    background: #fff !important;
}

/* container du formulaire */
#login {
    padding-top: 50px;
}

/* logo */
#login h1 {
    background-image: url(/wp-content/uploads/2019/11/logo-ora-couleur.jpg) !important;
    background-size: 70%;
    background-position: center;
    padding: 60px;
    background-repeat: no-repeat;
}

#login h1 a {
    display: none;
}

/* couleur de fond formulaire*/
.login form {
    background: #fff;
    box-shadow: none;
}

/* couleur label*/
.login label {
    color: #60a77d;
}


/* couleur lien mdp et retour */
.login #backtoblog a, .login #nav a {
    color: #60a77d;
}

/* couleur lien mdp et retour hover */
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #60a77d;
}

/* les 2 champs */
input, input[type=text], .login form .input {
    font-size: 18px;
    border: 1px solid #60a77d;
    color: #000;
}

/* les 2 champs focus */
input[type=text]:focus, input[type=search]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, select:focus, textarea:focus {
    border: 1px solid #60a77d;
    color: #000;
}

/* l'autocomplétation */
input:-webkit-autofill {
    background: #fff;
}

/* container du bouton se connecter */
.submit {
    display: block;
    width: 100%;
}

/* bouton se connecter */
input[type=submit]#wp-submit,   input[type=submit]#wp-submit {
    float: none;
    width: 100%;
    display: block;
    margin: 30px auto 50px auto;
    background: #60a77d;
    color: #fff;
    border: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
    box-shadow: none;

}

/* bouton se connecter hover */
input[type=submit]#wp-submit:hover,   input[type=submit]#wp-submit:focus {
    display: block;
    margin: 30px auto 50px auto;
    background: #60a77d;
    color: #fff;
    border: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
    box-shadow: none;

}

/* le container de la checkbox */
.login form .forgetmenot {
    clear: both;
    float: none;
}

/* la checkbox */
.login form input[type=checkbox] {
    border: 1px solid #60a77d;
    color: #000;
}

/* la checkbox checked*/
input[type=checkbox]:checked:before {
    color: #000;
}


/* message erreur ou deconnection*/
.login #login_error, .login .message{
    border-left: 4px solid #60a77d;
}

