﻿:root {
    --color-fondo-login: #FF5200;
    --color-boton-login: #FF5200;
}

.login-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #717171;
    margin-top: 60px;
    font-size: 16px;
}

.login-img {
    margin-top: 1rem;
}

.txt-login {
    font-size: 18px;
}

.headerLogin {
    background-color: var(--color-fondo-login);
    background-image: linear-gradient(180deg, var(--color-fondo-login) 250px, #ffffff 275px);
}

.header-restablecer {
    background-image: linear-gradient(180deg, var(--color-fondo-login) 250px, #ffffff 275px);
}

.button-login {
    background-image: linear-gradient(315deg, var(--color-boton-login) 0%, #ffcc2f 94%);
    margin-top: 2rem;
    font-size: 16px;
}

.button-reestablecer {
    background-image: linear-gradient(315deg, var(--color-boton-login) 0%, #ffcc2f 94%);
    margin-top: 2rem;
    font-size: 16px;
}
