body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2em;
}

a {
    color: #FFF;
    text-decoration: none;
}

@media only screen and (max-aspect-ratio: 16/10) {
    body {
        background: url(../../../images/common/commonBackground.jpg) no-repeat !important;
        background-size: cover !important;
        background-position: top center;
    }
}

@media only screen and (min-aspect-ratio: 16/10) {
    body {
        background: url(../../../images/common/commonBackground.jpg) no-repeat !important;
        background-size: cover !important;
        background-position: top right;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 832px) {
    body {
        background: url(../../../images/common/commonBackgroundLaptop.jpg) no-repeat !important;
        background-size: cover !important;
        background-position: top center;
    }
}

@media only screen and (max-width: 1440px) {
    .login-panel {
        width: 360px;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: absolute;
        top: 50%;
        margin-top: -310px;
        right: 150px;
        padding: 100px 72px 50px 72px;
        border: 2px solid;
        border-radius: 10px;
        border-color: #FFF;
        background: rgba(122, 146, 173, 0.30);
        backdrop-filter: blur(11px);
    }
}

@media only screen and (min-width: 1440px) {
    .login-panel {
        width: 360px;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: absolute;
        top: 50%;
        margin-top: -310px;
        right: 258px;
        padding: 100px 72px 50px 72px;
        border: 2px solid;
        border-radius: 10px;
        border-color: #FFF;
        background: rgba(122, 146, 173, 0.30);
        backdrop-filter: blur(11px);
    }
}

@media only screen and (max-width: 1280px) and (max-height: 832px) {
    .login-panel {
        padding: 60px 48px 50px 48px;
    }
}

.login-panel .top-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.login-panel .title {
    text-align: left;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin-left: 5px;
}

.login-panel form {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.login-panel #user-prompt {
    position: absolute;
    left: 0;
    top: 8px;
    text-align: left;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.login-panel #password-prompt {
    position: absolute;
    left: 0;
    top: 98px;
    text-align: left;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.login-panel .forgot {
    position: absolute;
    right: 0;
    top: 98px;
    text-align: left;
    color: #62BBFF;
    font-size: 14px;
    font-weight: 500;
}

.login-panel #captcha-prompt {
    position: absolute;
    left: 0;
    top: 188px;
    text-align: left;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.login-panel form input {
    width: 96%;
    height: 26px;
    background-color: rgba(122, 146, 173, 0.3);
    border: 1px solid #E8E8E8;
    outline: none;
    color: #fff;
    font-size: 18px;
    text-indent: 0;
    margin-top: 40px;
}

.login-panel #privacyPolicyLink {
    text-align: left;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
}

.login-panel .submit-btn {
    color: #00508E;
    background: linear-gradient(90.22deg, #CCE9FF 1.83%, #FFFFFF 100.23%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: 1px solid #FFFFFF;
    width: 120px;
    height: 36px;
    margin-left: 0;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.captcha-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#captcha {
    width: 176px;
    text-indent: 0;
    margin-left: 0;
    margin-right: 30px;
}

.captcha-bar img {
    width: 128px;
    height: 46px;
    margin-bottom: 10px;
}

.header-logo {
    position: absolute;
    display: flex;
    top: 42px;
    left: 80px;
}

.form-header {
    position: absolute;
    display: flex;
    top: 51px;
    right: 77px;
    justify-content: right;
}

.form-header .language {
    display: flex;
    width: 100px;
    justify-content: space-between;
}

.form-header .langDiv {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    color: #626F82;
}

.form-header .langDivSep {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #CCCCCC;
}

@media only screen and (max-width: 1280px) and (max-height: 832px) {
    .form-header .langDiv {
        font-size: 20px;
    }
}

.protocal-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#protocal {
    width: 16px;
    height: 16px;
    margin: 0;
}

.protocal-checkbox {
    position: relative;
    display: flex;
}

.protocal-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    background: #FFF;
    border:1px solid #DADCE4;
}
.protocal-checkbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 3px;
    left: 2px;
    border: 3px solid #00508E;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.protocal-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.form-footer {
    position: absolute;
    display: flex;
    bottom: 0.5rem;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.error_msg {
    color: #FF8F8F;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
}

#msg {
    padding: 10px;
}


.card-body {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 90%;
    max-width: 400px;
    position: absolute;
    top: 15%;
    transform: translate(120%, 30%);
}

.banner-heading {
    color: #333333;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.banner-message {
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.banner-message a {
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
}

.banner-message a:hover {
    text-decoration: underline;
}
