body {
    width: 100% !important;
    display: flex !important;
    height: 100%;
    min-width: 100% !important;
    background: rgba(51,89,135,1) !important;
}
body.login {
    background: inherit;
}


body.login div#login_error {
    display: block !important;
}
body.login div#login h1 a {
    background-size: auto !important;
    height: 50px !important;
}
body.login div#login form#loginform {
    margin-top: 0px !important;
    border-radius: 5px;
    position:relative;       
    box-shadow:0 10px 20px rgba(0,0,0,0.4);
    margin-bottom: 20px;
}
body.login div#login form#loginform p.forgetmenot {
    display: none !important;
}
body.login div#login form#loginform p.forgetmenot input#rememberme {
    display: none !important;
}
body.login div#login form#loginform p.submit {
    padding-bottom: 57px;
}

body.login div#login p#nav {
    display: none !important;
}

body.login div#login p#backtoblog {
    display: none !important;
}

fieldset {
    border: 0;
}
select {
    min-width: 100px;
    vertical-align: middle !important;
    line-height: 1.4 !important;
    margin: auto !important;
}
.login input[type=password]{
    width: 250px !important;
}
.login input[type=text]{
    width: 150px !important;
}
.overflow {
    height: 200px;
}
.select_box{
    font-size:16px;
    padding:14px;
}
.login form .input {
    width: auto;
}
.login form .input{
    font-size:14px;
    min-height:auto;
}
.saudacao {
    font-size: 24px;
    color: #666;
    font-style: italic;
}
.texto_sds {
    margin: 5px 0px 10px 0px;
    font-style: italic;
    padding-bottom: 40px;
}
#login {
    width: 480px !important;
    margin: auto !important;
    padding: 0!important;
}
.acesso-rapido {
    height: auto;
    width: 80px;
    background: #324057;
    float: right;
    padding: 20px;
    position: relative;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
} 
.botao {
    margin: 5px 0 5px 0 !important;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2) !important;
    height: 80px;
    width: 80px;
} 
.botao:hover {
    opacity: .6;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
body.login div#login form#loginform {
    border-radius: 5px 0 5px 5px !important;

}
.acesso-direto {
    font-weight: bold;
    text-align:center;
    color: #FFF;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    text-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.language-switcher {
    display: none;
}



.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .8;
    margin: 30px 0 20px 0;
    &:before {
      content: '';
      background: linear-gradient(to right, transparent, #818078, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
    }
    &:after {
      content: attr(data-content);
      position: relative;
      display: inline-block;
      color: black;
  
      padding: 0 .5em;
      line-height: 1.5em;
      color: #818078;
      background-color: #fcfcfa;
    }
  }


.wp-pwd, .user_pass {
    display: inline;
    margin:0;
    margin-left: -3px;
    padding: 0;
}

label {
    width: 50px;
}

.wp-hide-pw > .dashicons {
    top: -.7rem !important;
}


.login .button-primary{
    float:none;
    background-color: rgb(253, 251, 251);
    color:#335986;
    border: 1px solid #335986;
}

p.submit{ 
    text-align: center;
    padding-top: 27px !important;
    padding-bottom: 20px !important;
}


#login-google img {
    display: inline-block;
    border: none; /* Remove a borda padrão, se houver */
    box-shadow: 0px 4px 8px rgba(51, 89, 134, 0.6); /* Sombra */
    transition: box-shadow 0.3s ease-in-out; /* Transição suave */
}

#login-google img:hover {
    box-shadow: 0px 8px 16px rgba(51, 89, 134, 0.8); /* Sombra ao passar o mouse */
}

form:not(#loginform) {
    display: none;
  }

#wfls-prompt-wrapper label{
    width: auto !important;
    font-size: 1.5em;
}
#wfls-prompt-wrapper input[type=submit]{
    margin-top: 2em;
}
#wfls-token{
    width:100% !important;
    height: 50px;
    font-size: 2em;
}
