.accountConfigurationMenuActive , .loginCookiePolicyDiv {
    background: #005B94 !important;
    border: 2px solid #80D6F6;
    color: #fff;
}

.loginImage > img {
    height : fit-content;
    height: -webkit-fill-available ;
}
.bannersection {
    background-color: #eff8ff;
    padding: 100px;
}

    .bannersection img {
        max-width: 92%;
    }

.innerformsection .form-box {
    position: relative;
}

.welcometext h3 {
    text-align: center;
    font-weight: 600;
    color: #015c95;
    margin-bottom: 5px;
}

.welcometext p {
    font-size: 14px;
    color: #535353;
    line-height: 19px;
    text-align: center;
    margin-bottom: 12px;
}

    .welcometext p.expirytime {
        font-size: 24px;
        font-weight: 400;
        color: #015c95;
        font-variant: petite-caps;
        margin-bottom: 0;
    }

        .welcometext p.expirytime i {
            font-size: 34px;
            vertical-align: middle;
            margin-top: -3px;
        }

.welcometext img {
    width: 120px;
    margin: 20px 0px;
}

.userlistform .form-group {
    margin-bottom: 8px;
    margin-top: 8px;
}

.userlistform label {
    color: #535353;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.userlistform .form-control {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    height: 40px;
    font-size: 14px;
    color: #232323;
}

label.required:after {
    content: '*';
    position: absolute;
    color: red;
    margin-top: -1px;
    margin-left: 2px;
}


.arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -4px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #e5e5e56b;
    border-width: 13px;
    margin-top: -7px;
}

.invalid, .valid {
    padding-left: 22px;
    line-height: 24px;
    list-style: none;
}

.invalid {
    background: url('../images/error.png') no-repeat 0 50%;
    color: #ec3f41;
}

.valid {
    background: url('../images/success-small.png') no-repeat 0 50%;
    color: #3a7d34;
}

.error-msg {
    position: absolute;
    color: red;
    font-size: 12.5px;
    margin-bottom: 0px;
    width: 100%;
}

.border-danger {
    border-color: red !important;
}

.outerformsection {
    background-color: white;
    height: 100vh;
}

.form-box {
    padding: 50px;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.10);
    margin-top: 60px;
    border-radius: 10px;
}

.btn-pri-custom {
    color: #FFF;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #00AEEF;
    font-weight: 500;
    background-color: #00AEEF;
}

.arrow_box {
    background-color: #FFF;
    position: absolute;
    padding: 20px;
    box-shadow: 0px 1px 10px 1px rgb(0 0 0 / 22%);
    z-index: 1;
    display: none;
    text-align:left;
   
}

    .arrow_box h6 {
        font-weight: 600;
        font-size: 15px;
    }

    .arrow_box ul {
        padding-left: 6px;
        font-size: 14px;
        color: #828282;
        list-style-type: disc;
        margin-top: 8px;
        margin-left: 16px;
    }

    .arrow_box li {
        list-style-type: unset !important;
        padding-left:0 !important;
        
    }
