body,
button,
input,
textarea {

    font-family: 'Roboto';

}

#lateral-cliente-container {

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

    height: 100%;

    width: 31em;

    max-width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    /* background-size: contain !important; */

}

body {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -ms-flex-flow: wrap;

    flex-flow: wrap;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    background: #fff;

}

#loginform p:nth-child(2) > label {

    position: absolute;

    top: 33px;

}

#login form p {

    margin-bottom: 0;

    position: relative;

}

.user-pass-wrap {

    position: relative;

}

div#dft-form-login {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    -ms-flex-flow: wrap;

    flex-flow: wrap;

    border-radius: 25px;

    overflow: hidden;

    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

#login {

    margin: 0;

    padding: 0;

    width: 31em;

}

#login h1 a {

    background: none;

    color: #333;

    height: auto;

    padding: 0;

    margin: 0;

    text-indent: 0;

    width: auto;

    text-align: left;

    padding-left: 26px;

    padding-top: 16px;

    font-weight: 500;

    font-size: 1.3em;

}

#login form {

    margin-top: 0;

    height: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    border: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}

.login label {

    font-weight: 500;

}

#login form input[type=password],
#login form input[type=text] {

    height: 48px;

    border: none;

    background: #F2F2F2;

    -webkit-box-shadow: none;

    box-shadow: none;

    padding-left: 18px;

    color: #999999;

    font-size: 18px;

    -webkit-transition: border-color 0.3s;

    transition: border-color 0.3s;

}

form input[type=password]::-webkit-input-placeholder,
form input[type=text]::-webkit-input-placeholder {

    font-size: 12px;

    opacity: 0.8;

    -webkit-transition: opacity 0.2s;

    transition: opacity 0.2s;

}

form input[type=password]:-ms-input-placeholder,
form input[type=text]:-ms-input-placeholder {

    font-size: 12px;

    opacity: 0.8;

    -webkit-transition: opacity 0.2s;

    transition: opacity 0.2s;

}

form input[type=password]::-ms-input-placeholder,
form input[type=text]::-ms-input-placeholder {

    font-size: 12px;

    opacity: 0.8;

    -webkit-transition: opacity 0.2s;

    transition: opacity 0.2s;

}

form input[type=password]::placeholder,
form input[type=text]::placeholder {

    font-size: 12px;

    opacity: 0.8;

    -webkit-transition: opacity 0.2s;

    transition: opacity 0.2s;

}

form input[type=password]:focus::-webkit-input-placeholder,
form input[type=text]:focus::-webkit-input-placeholder {

    opacity: 0.5;

}

form input[type=password]:focus:-ms-input-placeholder,
form input[type=text]:focus:-ms-input-placeholder {

    opacity: 0.5;

}

form input[type=password]:focus::-ms-input-placeholder,
form input[type=text]:focus::-ms-input-placeholder {

    opacity: 0.5;

}

form input[type=password]:focus::placeholder,
form input[type=text]:focus::placeholder {

    opacity: 0.5;

}

label {

    position: relative;

}

input:focus {

    outline: none;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

}

p#backtoblog {

    display: none;

}

.login p#nav {

    display: none;

}

a.instrucoes {

    margin-top: 20px;

    font-size: 14px;

    color: #00C080;

    text-decoration: none;

    -webkit-transition: color 0.2s;

    transition: color 0.2s;

}

a.instrucoes:hover {

    color: #383838;

}

p.titulo-form {

    font-size: 18px;

    color: #72777C;

    text-align: center;

}

.padrao-drift {

    position: absolute;

    bottom: calc(0% + 140px);

    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;

}

.padrao-drift,
p#nav,
p.instrucoes {

    font-family: 'verdana';

}

.login #login_error {

    top: 0;

    left: 0;

    width: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    position: absolute;

    text-align: center;

    -webkit-box-shadow: 0 6px 12px #e4e4e4;

    box-shadow: 0 6px 12px #e4e4e4;

    margin: 0;

    border-left: 0;

    border-bottom: 3px solid #dc3232;

}

.login .message {

    top: 0;

    left: 0;

    width: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    position: absolute;

    text-align: center;

    -webkit-box-shadow: 0 6px 12px #e4e4e4;

    box-shadow: 0 6px 12px #e4e4e4;

    margin: 0;

    border-left: 0;

    border-bottom: 3px solid #73ace3;

}

.logo-cliente {

    margin-top: 30px;

    text-align: center;

}

.logo-cliente img {

    max-width: 100%;

}

.wp-core-ui .button.button-large {

    background: #00C080;
    /* #608ee4;  #8189c7 */

    border: 0;

    text-shadow: none;

    -webkit-transition: all 0.2s;

    transition: all 0.2s;

    height: 48px;

    font-size: 18px;

    letter-spacing: 0.5px;

}

.wp-core-ui .button.button-large:hover {

    background: #383838;
    /* #8189c7 */

}

#login form input[type='submit'] {

    margin-top: 25px;

    width: 100%;

}

.wp-hide-pw {

    color: #00C080 !important;

    height: 48px !important;

}

.login .button.wp-hide-pw:focus {

    border-color: transparent !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

}

.privacy-policy-page-link {

    display: none;

}

input[type=checkbox]:checked::before {

    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADhSURBVHgB7ZExEsFAFIb/XVU0ghiUSpXVKROVkhs4ghtk4wKO4giiU+IESgomHY19NsgMJpGJzvB1+++8b997C/z5PnL4gNa4PK3bRnPrH/0o48iI8CwJQl8RCo95JlEoIZAL0IaT8lJFwjVNMbZGz1l5eJMATCln6QVBqoh4bkpEE+GV5E1SEcQxud4RSS3ZvNbELrvaNYoMrKfftutdwySGUFgLR1rLwyCuJla0mx0XVSffYLoZLevoyLyP1N7OT0FcTeKyuTqPwg6ic9JIEQxvEK5lE6eZ/m5/JfcOfpMLXDRRceRUH7IAAAAASUVORK5CYII=");

}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {

    border-color: #00C080 !important;

}

a:focus {

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

}

.language-switcher {

    display: none !important;

}

@media only screen and (max-width: 768px) {

    div#dft-form-login {

        margin-top: 80px !important;

    }

    #lateral-cliente-container {

        background-size: 70% !important;

        border-bottom: 1px solid #ebebeb;

    }

    body.login {

        padding: 8px;

        display: block;

        font-size: 75%;

    }

    .login #dft-form-login {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

        width: 100%;

        max-width: 31em;

        margin: auto;

    }

    .login #dft-form-login #lateral-cliente-container {

        height: 15em;

        background-size: contain;

        width: 100%;

        max-width: 31em;

    }

    .login #dft-form-login #login {

        width: 100%;

        max-width: 31em;

    }

    #login h1 a {

        padding-left: 12px;

    }

    .login form {

        padding: 16px 12px 23px;

    }

}
