* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 14px;
}

html,
body {
    height: 100%;
}

.flex-center-x {
    display: flex;
    justify-content: center;
}

.flex-center-y {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row__span {
    width: 100%;
    height: max-content;
}

.full-page {
    background-color: #24116A;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/static/portal/img/background-frame.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    animation: moveBackground 3s ease-in-out infinite;
}

@keyframes moveBackground {
    0% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(0, -1%);
    }
    66% {
        transform: translate(0, -2%);
    }
    100% {
        transform: translate(0, 0);
    }
}

.wrapper__form {
    border-radius: 8px;
    background: #ffffffb3;
}

.wrapper__form--login {
    width: 350px;
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    background-color: #e3e3e3cf;
    overflow-x: hidden;
    transition: all 200ms linear;
}

.login__text{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.flex-direction {
    display: flex;
    flex-direction: column;
}

.form__group-input--login {
    width: 310px;
}

.form__input--login {
    height: 40px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 0;
}

.form__input--icon-right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-right: 20px;
}

.wrapper__form--login {
    width: 380px;
    background-color: #24116A;
}

.form__group-input--login {
    width: 100%;
}

.form__input--icon {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 20px;
}

.form__input--icon i {
    color: #74788D;
}

.form__button--submit {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
}

/*loading css*/
#loading {
    position: fixed;
    z-index: 99999;
    background: #ffffffe6;
    height: 100%;
}

#loader4 {
    height: 100px;
    width: 260px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -130px;
}

#loader4 .loader {
    background: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    display: inline-block;
    position: absolute
}

#loader4 .loader-1 {
    animation: animateDot1 1.5s linear infinite;
    left: 130px;
    background: #f73138
}

#loader4 .loader-2 {
    background: #00b733;
    left: 60px;
    animation: animateDot2 1.5s linear infinite;
    animation-delay: .5s
}

#loader4 .loader-3 {
    background: #448afc;
    left: 130px;
    animation: animateDot3 1.5s linear infinite
}

#loader4 .loader-4 {
    background: #950faf;
    left: 60px;
    animation: animateDot4 1.5s linear infinite;
    animation-delay: .5s
}

@keyframes animateDot1 {
    0% {
        transform: rotate(0) translateX(-60px)
    }
    25%,
    75% {
        transform: rotate(180deg) translateX(-60px)
    }
    100% {
        transform: rotate(360deg) translateX(-60px)
    }
}

@keyframes animateDot2 {
    0% {
        transform: rotate(0) translateX(-70px)
    }
    25%,
    75% {
        transform: rotate(-180deg) translateX(-70px)
    }
    100% {
        transform: rotate(-360deg) translateX(-70px)
    }
}

@keyframes animateDot3 {
    0% {
        transform: rotate(0) translateX(60px)
    }
    25%,
    75% {
        transform: rotate(180deg) translateX(60px)
    }
    100% {
        transform: rotate(360deg) translateX(60px)
    }
}

@keyframes animateDot4 {
    0% {
        transform: rotate(0) translateX(60px)
    }
    25%,
    75% {
        transform: rotate(-180deg) translateX(60px)
    }
    100% {
        transform: rotate(-360deg) translateX(60px)
    }
}

.header-container {
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 14px 20px;
}

.header-container h4 {
    font-weight: 700;
    color: #1E478A;
    font-size: 24px;
    margin: 0;
    padding-left: 12px;
}

.login_form {
    margin: 0 16px;
}

.footer-content {
    display: flex; 
    padding: 14px 20px;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #212121;
    font-weight: bold;
    border-top: 1px solid rgba(0, 0, 0, .125);
    background: white;
}

.footer-left__content {
    display: flex;
    align-items: center;
    color: #212121;
}

.footer-right__content {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #212121;
}

.support-info {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #212121;
}

.support-info .icon {
    width: 16px;
    height: 16px;
    color: #212121;
    vertical-align: text-bottom;
}

/* Responsive styles for header */
@media only screen and (max-width: 575.98px) {
    .header-container h4 {
        font-size: 14px;
    }
    .header-container img {
        width: 40px !important;
    }
}

/* Responsive styles for footer */
@media only screen and (max-width: 421.95px) {
    .footer-content {
        display: flex;
        align-items: center;
    }
    .footer-left__content {
        order: 2;
    }
    .footer-right__content {
        order: 1;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .footer-left__content * {
        font-size: 12px !important;
    }
    .footer-right__content * {
        font-size: 12px !important;
    }

    span.d-inline.d-sm-inline {
        display: none !important;
    }
}

@media only screen and (min-width: 422px) and (max-width: 575.98px) {
    .footer-content {
        display: flex;
        align-items: center;
    }
    .footer-left__content {
        order: 2;
    }
    .footer-right__content {
        order: 1;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.5px) {
    .footer-content {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .footer-left__content {
        order: 2;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .footer-right__content {
        order: 1;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 767px) and (max-width: 932px) {
    .footer-content {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .footer-left__content {
        order: 2;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .footer-right__content {
        order: 1;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer-content {
        flex-direction: column;
        gap: 8px;
    }
    .footer-left__content {
        order: 2;
    }
    .footer-right__content {
        order: 1;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }
    .support-info {
        display: inline-flex;
    }
    .footer-right__content span.d-inline {
        display: inline;
    }
}

@media (max-height: 650px) {
    .footer-content {
        gap: 4px;
        padding: 4px 8px !important;
    }
    .footer-left__content * ,
    .footer-right__content * {
        font-size: 11px !important;
    }

    .header-container img {
        width: 28px !important;
    }

    header {
        height: 36px !important;
    }

    .header-container h4 {
        font-size: 15px !important;
    }

    .support-info .icon {
        width: 11px !important;
        height: 11px !important;
    }

    .wrapper__form--login {
        height: 372px !important;
        width: 336px !important;
    }

    .login__text {
        font-size: 18px !important;
        margin-top: 14px !important;
    }

    .form-group {
        margin-bottom: 8px !important;
    }

    .form-group label {
        font-size: 12px !important;
        margin-bottom: 0 !important;
    }

    .input-group > button {
        font-size: 11px !important;
        margin-top: 4px !important;
    }

    .input-group > button,
    .input-group a {
        height: 32px !important;
        margin-bottom: 8px !important;
    } 

    .input-group a button {
        height: 32px !important;
        font-size: 11px !important;
    } 

    .form__input--login {
        height: 32px;
    }
    
    .captcha-image {
        height: 32px !important;
    }
}