body{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    
}
.titulo-registro{
    font-style: normal;
    font-weight: 900;
    line-height: 47px;
    
}
.descricao-registro{
    font-style: normal;
    font-weight: 400;
    font-size: 20.5505px;
    line-height: 25px;
    
}
.box-login {
    width: 100%;
    max-width: 580px;
    margin: 8% auto;
}
.box-register {
    width: 100%;
    max-width: 487px;
    margin: 3% auto;
}
.box-carousel {
    width: 100%;
    max-width: 687px;
    height: 600px;
    margin: 2% auto;
}

.btn-transparent{
    background-color: transparent !important;
    border-radius: 10px ;
    border-color: red;
    height: 54.97px;
    border: 3.03097px solid red;
    border-radius: 10.1032px;
}
.btn-transparent:hover{
    border-color: red;
}
.img-logo{
    width: 30%;
}
.img-logo-registro{
    width: 10%;
}
@media (min-width: 48em) {
    .box-login {
        padding: 40px 38px
    }
}
@media only screen and (max-width: 600px) {
    .img-logo{
        width: 35%;
    }
    .img-logo-registro{
        width: 35%;
    }
    .titulo-registro{
        font-style: normal;
        font-weight: 900;
        line-height: 27px;
    }
    .descricao-registro{
        font-style: normal;
        font-weight: 400;
        font-size: 18.2477px;
    }
    .title-termos{
        font-size: 16px;
    }
}
