*{
    font-family: BeVietnamPro-regular;
}

/* 
    Login
*/

.box-login{
    background-color: #EEEEEE;
    width: 100vw;
    height: 100vh;
    
}

.box-login form{
    background-color: #FFFFFF;
    width: 450px;
    height: 250px;
    padding: 15px 15px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px 2px #DCDCDC;
}

#mensagem{
    margin: 0;
}

#mensagem p{
    text-align: justify;
    font-size: .8rem;
    position: relative;
    top: 10px;
}

.box-login form label{
    font-size: .9rem;
    position: relative;
    bottom: 5px;
}

.box-login form input{
    height: 50px;
    border: unset;
    padding: 15px 15px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px#DCDCDC;
    position: relative;
    bottom: 10px;
}

#box-form-btn{
    display: flex;
    align-items: center;
    justify-content: end;
}

#btn-form{
    all:unset;
    width: 260px;
    height: 40px;
    margin-left: 20px;
    background-color: #222852;
    border-radius: 10px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 2px #DCDCDC;
    font-family: BeVietnamPro-medium;
    transition: .2s;
}

#btn-form:hover{
    scale: 0.98;
    cursor: pointer;
}





@media screen and (max-width:1200px){
   
}


@media screen and (max-width:1000px){



}


@media screen and (max-width:768px){

   

}


@media screen and (max-width:576px){
 
    .box-login form{
        height: 270px;
    }

}