﻿@import url('base.css');

h2, p {
    color: var(--tertiary-color);
}
a {
    color: var(--primary-color);
}
label {
    color: var(--secondary-color);
}
.container-recover-password {
    height: 75vh;
    width: 95%;
    margin: 0 auto;
}
.title-recover-password {
    text-align: center;
    font-size: 28px;
}
.description-recover-password {
    margin-top: 10px;
}
.button-send-email {
    width: 50%;
}
.container-message-recover-password {
    text-align: center;
    margin-top: 30px;
}
.lblMessageRecoverPassword {
    font-size: 14px;
    color: var(--primary-color);
}



/* -------------------------------------------------------------------------------- */

@media (min-width: 769px) {
    .container-recover-password {
        margin-top: 250px;
    }
    .container-email {
        width: 80%;
        margin: 0 auto;
    }
    .button-send-email {
        width: 40%;
    }

   
}
@media (min-width: 1024px) {
    .description-recover-password {
        text-align: center;
        font-size: 14px;
    }
    .container-email {
        width: 50%;
        margin: 0 auto;
    }
    .label-email {
        font-size: 14px;
    }
    .button-send-email {
        width: 30%;
        font-size: 14px;
    }
    .hyperlink-form {
        font-size: 14px;
    }
    

}
@media (min-width: 1280px) {
    .container-email {
        width: 40%;
    }
    .button-send-email {
        width: 20%;
    }
}
@media (min-width: 1600px) {
    .description-recover-password {
        font-size: 18px;
    }
    .container-email {
        margin: 0 auto;
    }
    .label-email {
        font-size: 18px;
    }
    .button-send-email {
        font-size: 18px;
    }
    .hyperlink-form {
        font-size: 18px;
    }
}
@media (min-width: 1600px) {
    .title-recover-password {
        font-size: 34px;
    }
    .container-email {
        width: 30%;
    }

    .button-send-email {
        width: 10%;
    }
}

