.login-page .image-area
{
    height: 100%;
    min-width: 500px;
    max-width: 500px;
}

.login-page .image-area img
{
    object-fit: cover;
}

.login-page .header
{
    padding: 20px;
}

.login-page .body
{
    margin-top: auto;
    margin-bottom: auto;
}

.login-form, .register-form, .email-form
{
    border-radius: 5px;
    padding: 40px 48px;
    min-width: 500px;
    height: 500px;
    background-color: white;
}

.login-button
{
    width: 100%;
    padding: 8px;
    font-size: 18px;
    color: white;
    font-size: bold;
    background-color: rgb(150, 134, 102);
}

.title{
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: rgb(150, 134, 102);
}

.sign-in-tab,
.register-tab,
.email-tab
{
    font-size: 22px;
    font-weight: bold;
    border-bottom: 5px solid rgb(150, 134, 102);
    padding-bottom: 8px;
    color: rgb(150, 134, 102);
}

.login-form-tab,
.register-form-tab,
.email-form-tab
{
    margin-bottom: 24px;
}

.register-link, .login-link
{
    color: rgb(150, 134, 102);
    margin-left: auto;
    font-weight: bold;
}

.forgot-pass-link
{
    color: rgb(150, 134, 102);
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.login-page .brand-title
{
    margin-bottom: 16px;
}

.form-container
{
    width: 100%;
    justify-content: center;
}

.selected-img
{
    margin-left: auto;
    margin-right: 15px;
    width: 25px;
    display: none;
}

@media (width < 992px) {
    .image-area
    {
        display: none !important;
    }

    .login-form,
    .register-form,
    .email-form
    {
        min-width: 80%;
        max-width: 80%;
        min-height: 500px;
        padding: 20px 24px;
    }

    .otp-method .otp-method-img
    {
        width: 50px;
        height: 50px;
        margin: 4px
    }
}