body {
    font-family: sans-serif;
    background-color: #f8fafb;
}

p {
    color: #b3b3b3;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: sans-serif;
}

a {
    transition: .3s all ease;
}

a:hover {
    text-decoration: none !important;
}

.content {
    padding: 1rem 0;
}

h2 {
    font-size: 20px;
}

@media (max-width: 768px) {
    .content .bg {
        height: 500px;
    }
}

@media (max-width: 992px) {
    .content .contents,
    .content .bg {
        width: 100%;
    }
}

.mb_2 {
    margin-bottom: 1.6rem !important;
}

.content .form-group {
    overflow: hidden;
    margin-bottom: 0;
    padding: 15px 15px;
    border-bottom: 1px solid #dbe3e6;
    position: relative;
    background: #edf2f5;
}

.content .form-group label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s all ease;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    color: #b3b3b3;
}

.content .form-group input {
    background: transparent;
}

.content .form-group.first {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.content .form-group.last {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.content .form-group.focus {
    background: #fff;
}

.content .form-group.field--not-empty label {
    margin-top: -20px;
}

.content .form-control {
    border: none;
    padding: 0;
    font-size: 20px;
    border-radius: 0;
}

.content .form-control:active,
.content .form-control:focus {
    outline: none;
    box-shadow: none;
}

.content .bg {
    background-size: cover;
    background-position: center;
}

.content a {
    color: #000000;
    text-decoration: underline;
}

.content .btn {
    height: 37px;
    padding-left: 30px;
    padding-right: 30px;
}

.content .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.social-login a {
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.social-login a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-login a:hover {
    color: #fff;
}

.social-login a.facebook {
    background: #479ee0;;
}

.social-login a.facebook:hover {
    background: #44538a;;
}

.social-login a.twitter {
    background: #1b2530;
}

.social-login a.twitter:hover {
    background: #555555;
}

.social-login a.google {
    background: #dddddd;
}

.social-login a.google:hover {
    background: #dddddd;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

.control .caption {
    position: relative;
    top: .2rem;
    color: #888;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #007bff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #339cff;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    transition: .3s all ease;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #7e0cf5;
    opacity: .2;
}

.reload {
    height: 42px;
    margin-left: 85px;
    padding: 10px 15px;
    border: none;
    background-color: #edf2f5;
    cursor: pointer;
    transition: background-color 0.3 sease;
    display: flex;
    align-items: center;
}

#cuLoginBtn {
    background-color: #001F3F;
    color: #ffffff;
    width: 100%;
}

.mobilenum_verification_page .cc-picker, .cc-picker-code-select-enabled {
    display: flex !important;
    margin-top: 12px !important;
    margin-bottom: 5px;
}

.otp-input-note {
    margin: auto;
    /* background-color: white; */
    /* box-shadow: 0px 0px 8px 0px #02025044; */
    max-width: 468px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    /* padding: 40px; */
    float: inline-start;
    margin-left: 6.8rem;
}

.otp-input-note-mobile {
    margin: auto;
    /* background-color: white; */
    /* box-shadow: 0px 0px 8px 0px #02025044; */
    max-width: 468px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    /* padding: 40px; */
    float: inline-start;
    margin-left: -0.5rem;;

}

.navbar {
    background: linear-gradient(135deg, #FDD835 25%, #FFD700 50%, #001F3F 30%, #002D62 70%) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    width: 100%;
    margin: auto;
    border-radius: 0px;
    top: -1.5rem;
    position: fixed;
    z-index: 1;
}

.otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
    /* Firefox */
}

.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input-fields input[type=number] {
    -moz-appearance: textfield;
}

.otp-input-fields input:focus {
    border-width: 2px;
    border-color: #287a1a;
    font-size: 20px;
}

.mob_num_col {
    display: flex;
    border: 2px solid grey;
    border-radius: 6px;
}

.cc-picker-code-select-enabled {
    cursor: pointer;
    padding-right: 18px;
    position: relative;
    display: flex;
}

.otp-input-fields {
    margin: auto;
    /*background-color: white;*/
    /*box-shadow: 0px 0px 8px 0px #02025044;*/
    max-width: 500px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 3px;
}

.disable_resend_button {
    pointer-events: none;
    opacity: 0.6;

}

.go_back_to_login, .go_back {
    cursor: pointer;
    box-shadow: rgba(10, 11, 17, 0.12);
}

.under_line {
    background-image: linear-gradient(135deg, #FDD835 25%, #FFD700 50%, #001F3F 30%, #002D62 70%) !important;
    height: .3rem;
    margin-top: -3px;
    width: 6rem;
}
.under_line_heading {
    background-image: linear-gradient(135deg, #FDD835 25%, #FFD700 50%, #001F3F 30%, #002D62 70%) !important;
    height: .3rem;
    margin-top: -3px;
    width: 100%
}

.footer_data p {
    margin: 5px 0;
}

@media (max-width: 768px) {
    .footer_data {
        text-align: center;
    }

    .footer_data .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .social-icons a img {
        width: 30px; /* Adjust icon size for mobile */
        margin: 0 5px;
    }
}

.img_icon {
    height: 26px;
    width: auto;
}

#captcha_input {
    font-size: 13px;
    border: 1px solid #c2c2c2;
    padding: 5px;
}

.acc_type_drop {
    width: 12.5rem;
    font-size: 0.745rem;
    border-radius: 0;
}

.loader, .is-loading:after {
    border: none !important;
    animation: none !important;
    margin-left: 5.3rem;
    width: 10.5rem !important;
}

.loader_row {
    margin: auto;
    padding: 12rem;
    margin-top: 1.5rem;
}
