﻿
/*#region Panel*/

#forgot-password-panel {
    width: 100vw;
    height: 100vh;
    background-image: url('../../Images/LoginBackground.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

#redefine-password-panel {
    width: 100vw;
    height: 100vh;
    background-image: url('../../Images/LoginBackground.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

/*#endregion*/

/*#region Titulo*/


#forgot-password-panel header {
    font-family: "Open Sans";
    margin-bottom:20px;
    display: flex;
    width:100%;
    flex-direction: column;
    padding-left: 20px;
    max-width: 550px;
}

    #forgot-password-panel header h3 {
        color: #fff;
        width: 100%;
    }

    #forgot-password-panel header p {
        color: #fff;
        width: 100%;
    }

#redefine-password-panel header {
    font-family: "Open Sans";
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-left: 20px;
    max-width: 550px;
}

    #redefine-password-panel header h3 {
        color: #fff;
        width: 100%;
    }

    #redefine-password-panel header p {
        color: #fff;
        width: 100%;
    }
/*#endregion*/

/*#region Formulario Email*/

#recovery-div a {
    display: flex;
    justify-content:center;
    align-items: center;
}
#recovery-div .logo-company {
    max-width: 450px;
    margin: 15px;
    width: 75%;
}

#recovery-div {
    background-color: white;
    width: 100%;
    
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    padding: 15px;
}
    #recovery-div .input-label {
        width: 100%;
        max-width: 550px;
        height: 40px;
        text-indent: 10px;
    }

#recovery-div .span-buttons {
    display: flex;
    width: 100%;
    max-width: 550px;
    padding: 15px 0;
    justify-content:space-between;
    align-items:center;
}

    #recovery-div .redefine-label {
        width: 100%;
        max-width: 550px;
        height: 41px;
        font-size: 18px;
        padding: 7px;
    }

#forgot-password-panel button {
    cursor: pointer;
    background-color: #102268;
    color: white;
    border: 1px solid #e4e9f0;
    font-family: "Open Sans";
    font-weight: 700;
    padding: 10px 35px;
    max-width: 250px;
}

#forgot-password-panel button:hover {
    background-color: #32448a;
}

#redefine-password-panel button {
    cursor: pointer;
    background-color: #102268;
    color: white;
    border: 1px solid #e4e9f0;
    font-family: "Open Sans";
    font-weight: 700;
    padding: 10px 35px;
    max-width: 250px;
}

    #redefine-password-panel button:hover {
        background-color: #32448a;
    }

#btn-proximo {
    font-family: "Open Sans";
    font-weight: 700;
    background-color: #102268;
    color: white;
    width: 180px;
    height: 33px;
    border-radius: 2px;
    border: 1px solid #e4e9f0;
    margin-top: 30px;
}


    .recovery-form label {
        color: #102268;
        font-family: "Open Sans";
        float: left;
        font-size: 1.75em;
        margin-bottom: 5px;
    }

/*#endregion*/

/*#region Mensagens de erro*/

.email-msg {
    color: #102268;
    font-size: 2em;
    text-align: center;
    display: none;
    font-weight: bold;
}

.email-msg-error {
    color: red;
    font-size: 2em;
    text-align: center;
    display: none;
    font-weight: bold;
}
/*#endregion*/
