@media(min-width: 768px) {
    #formulariologin{
        max-width: 240px;
    }
}

#formulariologin .error{
    display: none;
}
#formulariologin a, #formulariologin a:visited{
    display: block;
}
#formulariologin a {
    font-size: 13px;
}
#recoverPassword{
    display: none;
    z-index: 400;
}

#recoverPassword .center{
    display: none;
}
#recoverPassword .errorMessage{
    display: block;
}

#check {
    display: flex;
    font-size: 0.9em;
}

#check label{
    display: flex;
    align-items: center;
}
#formulariologin #senha .espaco{
    display: block;
}
input[type="checkbox"] {
    height: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 5px;
}
.errorBlock{
    display: none;
}

p.negativo {
    font-weight: 600;
    font-size: 0.9em;
    color: #f11b94;
    margin: 0;
}
p.error{
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    color: #f11b94;
}
p.error.error1{
    left: 520px;
    top: 85px;    
}
p.error.error2{
    right: 240px;
    top: 135px
}

.cadastrar-button{
    display: block;
}
h3{
    font-weight: normal;
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 2px #FFFFFF;
}
h4{
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 0;
    text-shadow: 1px 1px 2px #FFFFFF;
}
input[type="text"], input[type="password"], input[type="email"]{
    width: 100%;
    height: 35px;
    padding: 5px;
    outline: none;   
    font-size: 1em;
    margin-bottom: 15px;
    box-sizing: border-box;
}
form#formulariocadastro{
    width: 240px;
}
form#formulariocadastro label{
    font-size: 13px;
    font-weight: 600;
    color: #f11b94;
}
div.container section:nth-of-type(2) {
    width:255px;
    float: left;
    height: 304px;
    box-shadow: 1px 1px 1px rgba(80,80,80,0.2);
}
section:nth-of-type(2) {
    padding: 30px;
    background: #fedb1d;
}
section h3{
    margin: 0;
    padding: 0;
}

.container section section {
    float: left;
    margin-right: 40px
}
div.marginBase {
    display: flex;
    justify-content: center;
}
div.Base {
    width: 260px;
    float: left;
    margin-top: 40px;
    margin-bottom: var(--margin-bottom-size);
}

@media(min-width: 768px) {
    .marginBase.canRegister .Base {
        border-right: 1px solid #a9a9a9;
    }
}

input.cadastrar-button{
    background: #fedb1d;
}
input.cadastrar-button:hover{
    background: #ffea7b;
}
.Base:after {
    content: '';
    display: block;
    clear: both;
}
div#recoverPassword {
    background: #ffffff;
    width: 400px;
    padding: 20px;
    position: relative;
    margin: auto;
    border: 1px solid #fedb1d;
}
button.close{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #cccccc;
}
button.close:hover{
    background-color: #e4e4e4;
}
input.novasenha{
    background: #fedb1d;
}
input.novasenha:hover{
    background: #ffea7b;
}
input#requestNewPassword {
    width: 160px;
    height: 40px;
    margin: auto;
}
input#emailrecovery {
    width: 230px
}

section.allCenter .container{
    margin: auto;
}

@media (max-width: 1200px){

}

@media (max-width: 1665px) and (min-width: 1201px){
    section.allCenter .container{
        width: 960px;
    }
}

@media (min-width: 1666px){
    section.allCenter .container{
        width: 960px;
    }

}

#formulariologin .error1 {
    margin-top: -1.3em; 
}


h3.hasRegister {
    margin-bottom: 30px;
}

input.emailField{
    margin-top: 30px;
}


input.cadastrar {
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 1em;
    padding: 10px 30px;
}

a.fastRegister {
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
}