@charset UTF-8;
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

body, h2, input {
font-size:12px;
   
}

body.login {
    background: #ffffff;
    background-image: url("public/wizard_direita.png");
    background-position: right;
    background-repeat: no-repeat;
    font-family: "Inter", Arial, Helvetica, Sans-Serif;
}

h2 {font-size:26px;
    color:#1B1D28;
    margin-bottom:10px !important;
    letter-spacing: -1px;
}

h2 span {
    color: #194af9;
}

p#backtoblog {
	display: none;
}



.login h1 a {background-image: url("public/logo_wizard.png") !important;background-position: left;margin: 0;}

#login {margin-left: calc(25% - 160px);}

.botoeslogin {
    display: flex;
    justify-content: space-between;
}

a.esqueceusenha {
    text-decoration: none;
    font-size: 14px;
    margin-top: 2px;
    color: #194AF9;
}

a.esqueceusenha:focus {
    box-shadow: none;
    color: #2271b1;
}

form#language-switcher {
    display: none;
}

#loginform {
    /* background: #9197bd52; */
    /* color: #ECEFF5; */
    /* border-radius: 20px; */
    padding: 20px 15px;
    box-shadow: none;
    text-align: left;
    border: none;
}

.login form {
    border: none;
    box-shadow: none;
}

.login #login_error {
    background: #F4382C;
    border: none;
    border-radius: 30px;
    color: #85130C;}

div#login-options {
    margin-top: 20px;
        padding: 0 20px;
}

a#link-solicite {
    margin-top: 35px;
}

.wp-core-ui .button-primary {
    background: #0049fe;
    border: none;
    /* box-shadow: 0 2px 0 #00000075; */
    text-shadow: none;
    color: white;
    transition: all 0.5s;
    padding: 15px 19px !important;
    border-radius: 50px;
    float: none;
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 30px;
    font-size: 14px !important;
    line-height: 22px !important;
    text-align: center;
}

.wp-core-ui .button-secondary
{
    border: 1.5px solid #afb5db;
    /* box-shadow: 0 2px 0 #00000075; */
    text-shadow: none;
    color: #525b6e;
    transition: all 0.5s;
    border-radius: 50px;
    float: none;
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 30px;
    font-size: 12px !important;
    line-height: 20px !important;
    background: #fff;
    font-weight: 600;
}

#btn-login {
    padding: 14px;
}

.login #login_error, .login .message, .login .success {
    text-align:center
}

.login .message {
    text-align: center;
    background: #f9f9f9;
    border: none;
    border-radius: 50px;
    color: #7486af;
    box-shadow: none;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: white;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    border: 1px solid #D7E0EB;
}

.login form .forgetmenot {
    float: none;
}

.clear {display:none}

.login label {margin-bottom: 5px;color: #1f1f1f;font-weight: 500}

.login form input[type=checkbox] {
    background: #f9f9f9;
    font-size: 10px !important;
    height: 16px !important;
    width: 16px !important;
    border-radius: 2px;
    border: 1px solid #7486af;
    box-shadow: none;
}

.login form .forgetmenot label {
    color: #1f1f34;
}

.login #nav, .login #backtoblog {
    text-align: center;
}

.wp-cancel-pw>.dashicons, .wp-hide-pw>.dashicons {top: 4px !Important;color: #454b60;}


.login #backtoblog a, .login #nav a {color:#9da2ab}

span.subloginios {	display: none;}

span.sublogin {display: block}

.sublogin a {
	color: #0049fe !important;
	font-weight: 500 !important;
}

.os-ios span.subloginios, .os-mac span.subloginios {	display: block !important;}

/*.os-ios span.sublogin, .os-mac span.sublogin {	display: none !important;}*/

#btn-voltar {
    display: block;
    margin: 20px auto;
    font-weight: 500;
    text-align: center;
    color: #396cea;
    background: none;
    border: none;
    cursor: pointer;
}

#btn-voltar:hover {
    color: #0049fe;
 
}


@media (max-width: 600px) {
#login {margin:auto; padding-top: 175px;}

body.login {background-image: url("public/topo_wizard.png");
    background-position: top;}
    
 .login h1 a {
    width: 177px !important;
    height: 50px !important;
    margin-left: 8px !important;
}

.clear {display: block;
    background-image: url(public/logo_wizard.png) !important;
    background-position: left;
    margin: auto;
    width: 100px;
    height: 50px;
    background-size: 100px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);}

}

.widefat tfoot td input[type=checkbox]:before, .widefat th input[type=checkbox]:before, .widefat thead td input[type=checkbox]:before, input[type=checkbox]:checked:before {
    width: 21px;
}