.entrar-btn{
    width: 290px;
    border-radius: 8px;
    border: none;
    line-height: 100%;
    height: 48px;
    font-weight: 700;
}

.login-form-group {
    position: relative;
    margin-bottom: 20px;
}

.login-title{
    color: var(--Preto, #000);
    font-family: Poppins;
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 61.2px */
}

.login-container{
    padding: 0 10%;
    margin-top: 100px;
    margin-bottom: 50px;
}

.input-login{
    border: 1px solid black;
    max-width: 650px;
}

.login-description{
   color: var(--Preto, #000);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.form-group label {
    position: absolute;
    top: -9px;
    left: 13px;
    font-size: 11px;
    background-color: #EDEDED;
    pointer-events: none;
    transition: all 0.3s ease;
}

@media (max-width: 700px) {
    .login-container{
        margin-top: 30px;
    }
}