body {
    margin: 0px;
    background-color: #fff;
    justify-content: center;
}

.loginWindowArea {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    transition: all ease .5s;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    z-index: 999;
}

.loginWindowBody {

    width: 900px;
    height: 400px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #999;
    display: flex;
    margin: 20px 0px;
}

.loginBig {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginBig img {
    display: none;
    height: 100%;
    width: 100%;
}

.loginInfo {
    display: flex;
    width: 50%;
    font-family: 'Hepta Slab', Helvetica, Arial;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.botao {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px;
    font-size: 14px;
    color: #999;
}

.botao--inscrever-se {
    color: #000;
}

.loginInfo--cancelButton--esqueceuSenha a {
    width: auto;
    font-size: 12px;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    color: #999;
    list-style: none;
    text-decoration: none;
    color: inherit;
    color: #000;
}

.loginInfo--addButton {
    /* manter */
    width: auto;
    padding: 10px 10px;
    border-radius: 20px;
    background-color: #FE6D02;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
    margin-top: 30px;
}

.loginInfo--addButton:hover {
    background-color: #FE6D02;
}

.loginInfo--cancelButton {
    display: inline-block;
    width: 74px;
    padding: 10px 10px;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 30px;
    border: 0px solid #000;
}

.loginInfo--cancelButton,
a {
    text-decoration: none;
    color: #000;
}

form {
    width: 300px;
    height: 175px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    transition: all 0s linear;
    border: 0px solid #000;
}

form h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

input {
    border: 0px solid #111;
    margin-right: 30px;
}

.input1 {
    padding: 8px;
    font-size: 15px;
    border: 1px solid #111;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #999;
    margin-bottom: 15px;
}

.error {
    font-size: 11px;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #FFFFFF;
    width: 145px;
    border-radius: 10px;
    padding-left: 3px;
    margin: 3px;
    margin-top: -12px;
}

.option-recovery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.email-recovery {
    color: #FFF;
    width: auto;
    display: block;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.telefone-recovery {
    color: #FFF;
    width: auto;
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.option-email {
    cursor: pointer;
    margin-right: 30px;
    padding: 8px;
    background-color: #ccc;
    border-radius: 20px;
}

.option-email:hover {
    background-color: #999;
}

.option-telefone:hover {
    background-color: #999;
}

.option-telefone {
    cursor: pointer;
    margin-right: 30px;
    padding: 8px;
    background-color: #ccc;
    border-radius: 20px;
}

.form-label-text {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}
@media only screen and (min-width:906px) and (max-width: 1057px) {
    .loginWindowArea {
        width: 100%;
    }

    .loginWindowBody-mobile {
        width: 100%;
    }

}

@media only screen and (min-width:785px) and (max-width: 906px) {
    .loginWindowArea {
        width: 100%;
    }

    .loginWindowBody {
        width: 700px;
        justify-content: center;
        font-size: 20px;
    }

    .loginInfo,
    .formvalidador {
        width: 100%;
    }
    .option-recovery{
        justify-content: start;
    }

    .loginWindowBody-mobile,
    .loginBig {
        display: none;
    }
}

@media only screen and (max-width: 785px) {/*Tablet*/
    .loginWindowArea {
        width: 100%;
    }

    .loginWindowBody {
        width: 90%;
        height: 65vh;
        justify-content: center;
    }
    form h2{
        font-size: 37px;
    }
    .form-label-text{
        width: 100%;
        font-size: 14px;
        padding: 0px 180px;
    }
    .email-recovery-container{
        display: flex;
        justify-content: center;
    }
    .email-telefone-container{
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: #ccc;
        padding: 4px;
    }
    .email-telefone-container{
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: #fff;
        padding: 4px;
    }
    .option-email, .option-telefone{
        font-size: 14px;
        margin: 0px;
        background-color: #ccc;
        border-radius: 0px;
    }
    #validar-code{
        display: flex;
        justify-content: space-evenly;
        margin-top: 20px;
    }
    .loginInfo {
        width: 90%;
        height: auto;
        align-items: center;
        justify-content: center;
    }
    .loginInfo,
    .formvalidador {
        width: 100%;
    }
    form{
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px
    }
    .header-titulo {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .titulo-form {
        font-size: 30px;
        margin: auto;
    }
    .option-recovery{
        display: flex;
        justify-content: center;
    }
    .loginInfo--addButton, .loginInfo--cancelButton{
        width: 100px;
        margin: 0px;
        font-size: 12px;
        
    }
    .loginInfo--cancelButton a{
      text-decoration: none;
      color: #000;
    }
    .loginWindowBody{
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    display: block;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    align-items: center;
    justify-content: center;
    display: flex;

    }
    .loginWindowBody-mobile,
    .loginBig {
        display: none;
    }
    .loginWindowBody{
        height: 100vh;
    }
    .input1{
        width: 450px;
    }
    .label-input {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (min-width:375px) and (max-width: 425px){
    .loginWindowArea {
        width: 100%;
    }

    .loginWindowBody {
        width: 90%;
        height: 65vh;
        justify-content: center;
    }
    form h2{
        font-size: 37px;
    }
    .form-label-text{
        width: 100%;
        font-size: 14px;
        padding: 0px 70px;
    }
    .email-recovery-container{
        display: flex;
        justify-content: center;
    }
    .email-telefone-container{
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: #ccc;
        padding: 4px;
    }
    .email-telefone-container{
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: #fff;
        padding: 4px;
    }
    .option-email, .option-telefone{
        font-size: 14px;
        margin: 0px;
        background-color: #ccc;
        border-radius: 0px;
    }
    #validar-code{
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
    }
    .loginInfo {
        width: 90%;
        height: auto;
        align-items: center;
        justify-content: center;
    }
    .loginInfo,
    .formvalidador {
        width: 100%;
    }
    form{
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px
    }
    .header-titulo {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .titulo-form {
        font-size: 30px;
        margin: auto;
    }
    .option-recovery{
        display: flex;
        justify-content: center;
    }
    .loginInfo--addButton, .loginInfo--cancelButton{
        width: 100px;
        margin: 0px;
        font-size: 12px;
        
    }
    .loginInfo--cancelButton a{
      text-decoration: none;
      color: #000;
    }
    .loginWindowBody{
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    display: block;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    align-items: center;
    justify-content: center;
    display: flex;

    }
    .loginWindowBody-mobile,
    .loginBig {
        display: none;
    }
    .loginWindowBody{
        height: 100vh;
    }
    .input1{
        width: 340px;
    }
    .label-input {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (min-width:320px) and (max-width: 375px){
    .loginWindowArea {
        width: 100%;
    }

    .loginWindowBody {
        width: 90%;
        height: 65vh;
        justify-content: center;
    }
    form h2{
        font-size: 37px;
    }
    .form-label-text{
        width: 100%;
        font-size: 14px;
        padding: 0px 18px;
    }
    .email-recovery-container{
        display: flex;
        justify-content: center;
    }
    .email-telefone-container{
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: #ccc;
        padding: 4px;
    }
    .email-telefone-container{
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: #fff;
        padding: 4px;
    }
    .option-email, .option-telefone{
        font-size: 14px;
        margin: 0px;
        background-color: #ccc;
        border-radius: 0px;
    }
    #validar-code{
        display: flex;
        justify-content: space-around;
    }
    .loginInfo {
        width: 90%;
        height: auto;
        align-items: center;
        justify-content: center;
    }
    .loginInfo,
    .formvalidador {
        width: 100%;
    }
    form{
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px
    }
    .header-titulo {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .titulo-form {
        font-size: 30px;
        margin: auto;
    }
    .option-recovery{
        display: flex;
        justify-content: center;
    }
    .loginInfo--addButton, .loginInfo--cancelButton{
        width: 100px;
        margin: 0px;
        font-size: 12px;
        
    }
    .loginInfo--cancelButton a{
      text-decoration: none;
      color: #000;
    }
    .loginWindowBody{
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    display: block;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    align-items: center;
    justify-content: center;
    display: flex;

    }
    .loginWindowBody-mobile,
    .loginBig {
        display: none;
    }
    .loginWindowBody{
        height: 100vh;
    }
    .input1{
        width: 260px;
    }
    .label-input {
        display: flex;
        justify-content: center;
    }
}