*{
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: white;
    background-image: url(watermark.png);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 45%;
}

.logo-container{
    margin: 10px auto;
    width: 400px;
    padding: 10px 5px 10px 0;
    background-color: #28064c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.logo{
    width: 100px;
}

.logo-texto{
    color: white;
    font-weight: 600;
}

.title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
}

.form-register{
    margin-top: 0px;
}

.controls{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.botons{
    font-family: Lato, sans-serif;
    color: white;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    border-radius: 5px;
    cursor: pointer;
}

.text-description{
    font-family: Lato, sans-serif;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 14px !important;
    line-height: 30px !important;
}

@media screen and (max-width: 460px){
    .form-register{
        width: 310px;
    }
    
    .logo-container{
        width: 310px;
    }
}