body{
    height: 90vh;
    background: #05ADAD;
    /* background: #F1F1F1 0% 0% no-repeat padding-box; */
} 
.container{
    height: 100%;
    background: #05ADAD;
}
.center{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
 }
 .socialMedia{
    margin-top: 18px;
    margin-right: 8px;
    cursor: pointer;
 }
 .logoGeraLogin{
    width: 300px;
    height: 45px;
    margin-top: 50px;
    margin-left: 173px;
 }
 .labels-profile{
    font-size: 16px;
    font-weight: bold;   
}
.boxLogin{
    /* Layout Properties */
    /* position: absolute; */
    /* margin-top: 148px; 
    margin-left: 50%; */
    width: 646px;
    height: 366px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
    opacity: 1;
}
.inputLogin{
    /* UI Properties */
    margin-left: 148px;
    width: 350px;
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    opacity: 1;
    padding: 0 !important;
}
.inputLogin input {
    height: 24px;
    width: 275px;
    border-style: none;
    border-width: 0;
    margin-top: 4px;
    outline: none;
    font-size: 14px;
}
.btnLogin {
    width: 350px; 
    height: 40px;
    font: normal normal normal 14px/17px Barlow;
}
.esqueciMinhaSenha{
    margin-top: 8px;
    font: normal normal normal 14px/17px Barlow;
    letter-spacing: 0px;
    color: #939393;
    opacity: 1;
}
.copyright {
    text-align: left;
    font: normal normal normal 12px/14px Barlow;
    letter-spacing: 0px;
    color: #939393;
    opacity: 1;
}
@media (max-width: 700px) {
    .boxLogin{
        width: 432px;
        height: 366px;       
    }
    .logoGeraLogin{
        margin-left: 80px;
    }
    .inputLogin{
        /* UI Properties */
        margin-left: 40px;
    }
}