.login-container-mobile {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.criar-conta-text-mobile {
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
}

.login-column-mobile {
    height: 80%;
    width: 100%;
    display: flex;
    flex: row;
    justify-content: center;
}

.login-form-card-mobile {
    height: fit-content;
    max-height: 70dvh;
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 0.25);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 12px;
    margin: 24px 0px;
}

.input-box-group-mobile {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-bottom: 24px;
}