:root {
    --bg-purple: linear-gradient(154deg, rgb(74, 51, 103) 0%, rgb(121, 64, 155) 50%, rgb(123, 63, 198) 100%);
}

html, body {
    height: auto;
}

body {
    margin-bottom:0;
}

section {
    background-color: #fdfdfd;
}

/*#region modal-passwordForgot*/
#modal-passwordForgot .container-img {
    margin: -1rem;
}
    #modal-passwordForgot .container-img img {
        width: 100%;
    }

#modal-passwordForgot p {
    color: #2e2e2e;
    font-size: 1.1rem;
    font-weight: 600;
}
/*#endregion modal-passwordForgot*/

/*Mobile*/
@media only screen and (max-width: 720px) {

}

/*Desktop*/
@media only screen and (min-width: 720px) {
}