html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

@media (min-width: 100px) and (max-width: 768px) {
    section .section-container {
        display: block !important;
    }

    .remember-check {
        font-size: 10px !important;
    }

    .link {
        font-size: 10px !important;
    }
}

@media (min-width: 600px) and (max-width: 840px) {
    .login-section {
        top: 30% !important;
        right: 20% !important;
        left: unset !important;
    }

    .remember-check {
        font-size: 10px !important;
    }

    .link {
        font-size: 10px !important;
    }
}

@media (min-width: 100px) and (max-width: 600px) {
    .login-section {
        left: 54px;
        right: 0;
        top: 28% !important;
    }

        .login-section .login-form {
            width: 100% !important;
        }

    .remember-check {
        font-size: 10px !important;
    }

    .link {
        font-size: 10px !important;
    }
}

.login-section .forgotPassword-form {
    width: 440px;
    padding: 40px 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0.5px rgb(126 126 126 / 15%);
    border-radius: 8px;
}

.forgotPassword-text-align {
    text-align: center;
}

.forgotPassword-text-color {
    color: #808285;
}

.forgotPassword-text-padding {
    padding-left: 10px
}

#divForgotPasswordAfterSubmission {
    font-size: 12px;
    line-height: 24px;
}

.forgotPasswordFormMailSent {
    margin-right: 100px;
    margin-top: 100px;
    width: 465px !important;
}

#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid #2754ba;
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
