#forgot-page {
    background-color: var(--secondary);
    overflow: hidden;
    flex-direction: row;
    justify-content: flex-end;
    height: 100% !important;
}

#forgot-page .blank-space {
    background-image: url("../../images/bg/login-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
}

#forgot-page .logo {
    position: absolute;
    top: 3rem;
    right: 3rem;
}

#forgot-page .logo img {
    height: 15rem !important;
    width: auto !important;
}

#forgot-page .form-group {
    margin-bottom: 0.5rem;
}

#forgot-page .info {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#forgot-page .sided-form {
    background-color: var(--body-bg);
    height: 100vh;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#forgot-page .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

#forgot-page #send-button,
#forgot-page #back-button {
    width: 100%;
}

#forgot-page .sided-form .sided-content {
    width: 50%;
}

#forgot-page .button-position {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#forgot-page a {
    color: var(--primary);
    text-decoration: none;
}

#forgot-page a:hover {
    color: white;
}

#forgot-page b {
    margin-bottom: 2rem;
    font-size: 16px;
}

@media only screen and (max-width: 1850px) {
    #forgot-page .sided-form {
        width: 40%;
    }
    #forgot-page .blank-space {
        width: 60%;
    }
}

@media only screen and (max-width: 1100px) {
    #forgot-page .sided-form{
        width: 55%;
    }
    #forgot-page .blank-space {
        width: 45%;
    }
}

@media only screen and (max-width: 730px) {
    #forgot-page .sided-form {
        width: 100%;
    }
    #forgot-page .blank-space {
        display: none;
    }

    #forgot-page .sided-form .sided-content {
        width: 90%;
    }
}
