:root {
    --input-focus-border: var(--4-secondary-purple-blue-600, #5a4fcf) !important;
}

.user-email-mobile {
    display: none;
    margin-top: 0.25rem;
}

@media screen and (max-width: 900px) {
    .user-email-mobile {
        display: block;
    }
}


textarea.input-text {
    resize: none;
}