.container-login {
    background: url(../../../app/images/builderBackgroundLogin.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.merchandising-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    font-family: "Space Grotesk", sans-serif;
}

.merchandising-label {
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    border-radius: 7px;
}

.logo-container {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    margin-bottom: -30px;
}

.logo-imagem-celular {
    height: 80px;
    margin-right: -25px;
}

.logo-imagem-texto {
    width: 250px;
}

.login-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-field-title {
    font-size: 1.1rem;
    padding-bottom: 5px;
}

.form-field-container {
    margin-bottom: 15px;
}

input, select {
    width: 100%;
}

.forgot-password-link,
.create-account-link {
    color: var(--main-color);
}

.create-account-container {
    margin-top: 20px;
    text-align: center;
}

.forgot-password-link {
    text-align: center;
    display: block;
    margin-top: 10px;
}