body,
html {
    margin: 0px;
    padding: 0px;
    background-color: #F1F3F4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url('../img/background-login.jpg'); */
    width: 100% !important;
    height: 100% !important;
}

.login-txt-azul, a.login-txt-azul{
    color: #005AB9 !important;
}

body.login {
    background-image: none !important;
}

input.field-login-error {
    border-color: red !important;
}

.field-login-error::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: red !important;
}

.field-login-error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: red !important;
    opacity: 1;
}

.field-login-error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: red !important;
    opacity: 1;
}

.field-login-error:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red !important;
}

.field-login-error::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red !important;
}

.field-login-error::placeholder {
    /* Most modern browsers support this now. */
    color: red !important;
}

#login_error {
    margin-top: 15px !important;
    border: 0 !important;
    box-shadow: none !important;
    color: red !important;
    font-weight: bold !important;
    width: 270px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    margin-top: 10px !important;
}

.or-label {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    width: 270px;
    margin: 0 auto;
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    padding-top: 20px;
}

.or-label:before,
.or-label:after {
    position: absolute;
    top: 71%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: "\a0";
    background-color: #b1b1b1;
}

.or-label:before {
    margin-left: -53%;
    text-align: right;
}

.or-label:after {
    margin-left: 3%;
}

.error-login-email {
    display: block;
    text-align: left;
    font-family: "Raleway";
    font-weight: 600;
    color: red !important;
    position: relative;
    top: -140px;
}

.error-login-pass {
    display: block;
    text-align: left;
    font-family: "Raleway";
    font-weight: 600;
    color: red !important;
    position: relative;
    top: -52px;
}

#loginform p:nth-child(2) {
    margin-top: 8px;
}

#login .message {
    margin-top: 15px !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #00a0d2 !important;
    font-weight: bold !important;
    width: 270px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    margin-top: 10px !important;
}

form label {
    font-family: "Raleway";
    font-weight: 600;
}

form :-moz-placeholder {
    font-size: 14px !important;
    color: #707070 !important;
    opacity: 0.8 !important;
    line-height: 2 !important;
}

form :-ms-input-placeholder {
    /* Firefox 19+ */
    font-size: 14px !important;
    color: #707070 !important;
    opacity: 0.8 !important;
    line-height: 2 !important;
}

form ::-moz-placeholder {
    /* IE 10+ */
    font-size: 14px !important;
    color: #707070 !important;
    opacity: 0.8 !important;
    line-height: 2 !important;
}

form ::-webkit-input-placeholder {
    /* Firefox 18- */
    font-size: 14px !important;
    color: #707070 !important;
    opacity: 0.8 !important;
    line-height: 2 !important;
}

form p {
    margin-bottom: 1rem;
}

a#forgot-pass,
a#forgot-email {
    display: block;
    text-align: right;
    font-family: "Raleway";
    font-weight: 600;
    color: #000 !important;
    position: relative;
    top: -103px;
    z-index: 999;
}

a#forgot-pass {
    top: -32px;
}

a#forgot-pass:hover,
a#forgot-email:hover {
    color: #005ab9 !important;
}

#pass-strength-result {
    display: none;
}

.user-pass2-wrap {
    margin-top: 20px;
}

.wp-submit {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #005ab9 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font: 14px / 14px "Raleway", Sans-serif;
    height: auto;
    padding: 8px 15px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    -o-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
    display: block;
    width: 100%;
    background: #005ab9 !important;
    font-weight: 600 !important;
    border-radius: 0;
    margin-top: 15px;
    text-shadow: none !important;
}

.login form {
    box-shadow: none;
    margin-top: 0px;
}

#backtoblog,
#nav {
    display: none;
}

div#register {
    font-family: "Raleway";
    position: absolute;
    bottom: -50px;
    text-align: center;
    left: 0;
    width: 100%;
    background: #ececec;
    padding: 20px 0;
}

div#register a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #005ab9;
}

div#register a:hover {
    color: #005ab9;
    text-decoration: underline;
}

.login form .user-pass2-wrap,
.login .password-input-wrapper-login {
    position: relative;
}

.login form .input,
.login input[type=text] #pass2 {
    margin: 2px 6px 16px 0;
}

.login .button.btn-confirmar-senha {
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    height: auto;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 0;
}

.box__login-holder {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.box__login-title {
font-size:15px;
text-transform: uppercase;
text-align: center;
margin-bottom: 20px;
font-weight:400;
}

.custom-login-form {
    animation: fadeInUp 0.5s ease-out;
}

.custom-login-form-holder {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    /* background-color: black; */
    background-color: rgb(0 0 0 / 30%);
    animation: mymove 0.5s;
    /* Shadow */
    align-content: center;
    display: block;
    overflow: auto;

}

@keyframes mymove {
    from {
        background-color: rgb(0 0 0 / 0%);
    }

    to {
        background-color: rgb(0 0 0 / 30%);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login__texto {
    font-family: "Raleway", sans-serif;
}

div.box__login-holder div.nsl-container-buttons {
    width: 100% !important
}

div.box__login-holder div.nsl-container-buttons a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
}

.box__login-form input[type="text"],
.box__login-form input[type="password"] {
    border-width: 2px !important;
    border-style: solid;
    border-color: #333333;
    border-radius: 0px !important;
    font-size: 12px;
    line-height: 17px;
    font-family: "Open Sans", sans-serif;
}

#ui_notifIt {
    left: 0px !important;
    right: 0px !important;
    position: fixed !important;
    bottom: 0px !important;
    width: 100% !important;
}

.box__login-form label {
    font-size: 14px;
    line-height: 16px;
    font-family: "Raleway", sans-serif;
}

label[for="rememberme"] {
    font-weight: normal;
}

.text__apoio-link {
    font-size: 11px;
    line-height: 15px;
}

.text__apoio-link a {
    color: #333333;
}

#rememberme {
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    color: #707070;
    line-height: 14px;
}

.text-right {
    text-align: right !important;
}

.form__holder {
    padding: 15px;
}

.custom-login-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}

.custom-login-form h2 {
    text-align: center;
}

.custom-login-form label {
    display: block;
    margin-bottom: 5px;
}

.custom-login-form input[type="text"],
.custom-login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #333333;
    border-radius: 3px;
}

.custom-login-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #0073aa;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.custom-login-form input[type="submit"]:hover {
    background: #005f8d;
}

.login-error {
    color: red;
    margin-bottom: 10px;
}

.login__header {
    background-color: #105AB5;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
}

.login__footer {
    background-color: #D0D0CE;
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Raleway", sans-serif;
    text-align: right;
    color: #163665;
}

.login__footer a {
    color: #005AB9;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.login__footer a:hover {
    color: #F37430;
}

.bg__layer-1,
.bg__layer-2 {
    background-repeat: repeat-y;
}

.bg__layer-0 {}

.bg__adorno-left {
    background-position: center left;
    background-image: url('../img/adornos-verticais.svg');
    background-repeat: no-repeat;
}

.bg__adorno-right {
    background-position: center right;
    background-image: url('../img/adornos-verticais.svg');
    background-repeat: no-repeat;
}
.bg__adorno-metade-left{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-15434.244 -18610.678 40 97.355"><path fill="none" stroke="%23245caa" stroke-dasharray="0.5 5" stroke-width="40" d="M-15414.244-18590.678v57.356"/></svg>');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 62px 100px;
}
.bg__adorno-metade-right{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-15434.244 -18610.678 40 97.355"><path fill="none" stroke="%23245caa" stroke-dasharray="0.5 5" stroke-width="40" d="M-15414.244-18590.678v57.356"/></svg>');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 62px 100px;
}

a.login__btn-back,
a.login__btn-back:hover {
    color: #707070;
}

a.login__btn-back {
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    margin-left: 0px;
    font-size: 14px;
}

a.login__btn-back svg {
    margin-right: 5px;
    fill: #707070;
}

a.login__btn-back:hover {
    margin-left: -5px;
}

form.form--loading [type="submit"],
form.form--loading [type="submit"]:hover,
form.form--loading [type="submit"]:focus {
    color: transparent !important;
    background-color: #105AB5 !important;
}

form.form--loading {
    opacity: 0.5;
    pointer-events: none;
    transition: all 0.2s ease;
}

form.form--loading [type="submit"] {
    position: relative;
    padding: 8px 16px;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
    color: transparent !important;
}

form.form--loading [type="submit"]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.form-password-holder {
    position: relative;
}

.form-password-holder button {
    margin-left: 10px;
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 2;
    height: auto;
    margin: 0;
    padding: 5px 9px;
    position: absolute;
    right: 0;
    top: 0;
}

.bg-white {
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.custom-login-form .btn, .wp-submit{
    width: 100%;
    background-color: #005AB9;
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.custom-login-form .btn, .wp-submit, div.nsl-container .nsl-button-default{
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .2) !important;
    border-radius: 0px !important;
    border: 0px !important;
    transition: all 0.2s ease;
    padding: 10px;
    line-height: normal;
}

.custom-login-form .btn:hover, .wp-submit:hover, div.nsl-container .nsl-button-default:hover {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .4) !important;
}
    
.custom-login-form .btn.btn-secondary {
    background-color: #E7E7E7;
    color: #0C3C7E;
}

.custom-login-form .btn.btn-tertiary {
    background-color: #0C3C7E;
    color: #FFFFFF;
}

div.nsl-container .nsl-button-svg-container, div.nsl-container .nsl-button-default span.nsl-button-label-container{
    padding: 0px !important;
}

.alert__holder.alert-ok, .alert__holder.alert-error{
    width: 100%;
    color: #FFFFFF;
    padding: 14px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 15px;
}

.alert__holder.alert-error{
background-color:#D60C1C;
}

.alert__holder.alert-ok{
background-color:#47BA1A;
}

.box__login-holder p{
    font-size:14px;
}