@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Open Sans','Helvetica','Arial',sans-serif !important;
}
footer.foot-sec {
    position: fixed;
    bottom: 20px;
    width: 100%;
    padding: 0 30px;
}
footer.foot-sec h6 {
    font-size: 15px;
    font-weight: 300;
}

/* Alert Messages */
.alert-success {
    color: #fff;
    background-color: #0fa950 !important;
    border-color: #acf6ac !important;
}
.alert-danger {
    color: #fff;
    background-color: #ea423e !important;
    border-color: #ef6f6c !important;
}
.alert-info {
    color: #fff;
    background-color: #3db5d6 !important;
    border-color: #67c5df !important;
}
.alert-warning {
    color: #fff;
    background-color: #f89a14 !important;
    border-color: #f89a14 !important;
}
span.help-block {
    color: #a94442 !important;
}
label {
    font-size: 14px;
}
input::-webkit-input-placeholder {
    font-size: 14px !important;
}

/* Request Access Page */

.request_access_header {
    background-color: #F8F8F8;
    width: 100%;
    box-shadow: 0 3px 36px 1px rgb(0 0 0 / 25%);
    top: 0 !important;
    margin-bottom: 40px !important;
    position: relative !important;
}
.request_access_header .form_header a {
    margin: 0;
}
.request_access_header .form_header a img {
    width: 269px;
    padding: 35px 0;
}
.re_form_div {
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
.re_form_div label {
    font-size: 15px;
    font-weight: 600;
    text-align: start;
    margin-bottom: 7px;
}
.re_form_div input {
    width: 100%;
    height: 43px;
    font-size: 13px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 8px;
    border: 1px solid #055383;
}
.re_form_div textarea {
    width: 100%;
    height: 140px;
    font-size: 13px;
    padding-left: 13px;
    padding-top: 13px;
    border-radius: 8px;
    border: 1px solid #055383;
}
.text-center.form_main.re_form_main .row:nth-child(1) {
    row-gap: 21px;
}
.re_sign_btn button{
    width: 30%;
    background-color: #1C75BC;
    border: 1px solid #B1E1FF;
    height: 50px;
    border-radius: 8px;
    font-size: 21px;
    color: #fff;
    font-weight: 600;
}
.re_sign_btn button:hover{
    background-color: transparent;
    color: #1C75BC;
    border: 1px solid #1C75BC;
}
.main-heading h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.form_main.re_form_main{
    width: 100% !important;
    height: auto !important;
}

.login-sub-btn{
    background-color: #1C75BC;
    border: 1px solid #1C75BC;
}
.login-sub-btn:hover{
    background-color: transparent;
    color: #1C75BC;
}
.login_top_header {
    position: fixed;
    width: 100%;
    left: 50%;
    top: 9%;
    transform: translate(-50%, 0);
}
.main_logo img{
    display: block;
}
.main_logo span {
    background-color: #fff;
    font-size: 15px;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 30%);
    display: inline-block;
    padding: 6px 60px;
    border-radius: 8px;
    color: #1C75BC;
    margin-top: 14px;
}
.top-header {
    position: absolute;
    width: 100%;
}
section.re_main_form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 200px 0 70px;
}
.request_top_header{
    background-color: #f2f5f9;
    width: 100%;
    text-align: start;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 50%);
}
.request_main_logo{
    padding: 20px 30px;
}
.request_main_logo img {
    width: 260px;
}
.request_form h3{
    color: #000;
}
.fs_14{
    font-size: 14px;
}
.no_account {
    font-size: 14px;
    margin-top: 5px;
}
footer.request_footer {
    position: relative !important;
}
.mt-50{
    margin-top: 50px;
}
@media screen and (max-width: 1350px){
    section.re_main_form{
        padding: 43vh 0 100px;
    }
    section.re_main_form.log_vh_height{
        padding: 23vh 0 100px !important;
    }
    .r_a_form{
        padding: 20vh 0 100px !important;
    }
    .input-sub-div.r_a_sub i.fa-solid.fa-right-to-bracket {
        left: 57% !important;
    }
}
@media screen and (max-width: 1350px),(max-height: 750) {
    section.re_main_form.log_vh_height{
        padding: 17% 0 0 !important;
    }
}
@media screen and (max-width: 767px){
    .r_a_form{
        padding: 13vh 0 100px !important;
    }
    .input-sub-div.r_a_sub i.fa-solid.fa-right-to-bracket {
        left: 60% !important;
    }
}
@media screen and (max-width: 1092px){
    .r_a_form{
        padding: 15vh 0 100px !important;
    }
    .input-sub-div i.fa-solid.fa-right-to-bracket {
        left: 60% !important;
    }
}
.animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}


@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

span.help-block {
    color: #a94442 !important;
}

@media (min-width: 320px) and (max-width: 425px) {
    .box {
        width: 100% !important;
    }
}
.form-control {
    font-size: 14px;
}

.help-block {
    color: #a94442 !important;
    font-size: 12px;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}


/* Responsive */
@media screen and (max-width: 767px) {
    .form_header a img{
        width: 350px;
    }
    .main_logo img{
        width: 470px;
    }
    footer.foot-sec h6{
        margin-top: 10px;
    }
}

@media screen and (max-width: 545px){
    .main_logo{
        text-align: center;
    }
    .main_logo img{
        width: 300px;
    }
    .request_main_logo{
        margin: 0 auto;
    }
    section.re_main_form{
        min-height: 88vh;
    }
}


@media screen and (max-width: 450px){
    .main_logo img{
        width: 200px;
    }
    .input-sub-div i.fa-solid.fa-right-to-bracket {
        left: 63% !important;
    }
}

/* new css */
.email_new_style {
    border: 1px solid #e6e6e6;
    padding: 35px 25px;
    max-width: 700px;
    margin: 70px auto;
}
.email_new_style label{
    font-size: 12px;
    color: #666666;
}
.email_new_style label span{
    color: red;
}
.email_new_style input.form-control {
    font-size: 12px !important;
    height: 34px;
    background: #fcfcfc;
}
.email_new_style input.form-control::placeholder {
    font-size: 12px !important;
}
.input-sub-div{
    position: relative;
}
.input-sub-div i.fa-solid.fa-right-to-bracket {
    position: absolute;
    top: 50%;
    left: 57%;
    color: #fff;
    z-index: 99999999999999999;
    transform: translate(-10%, -50%);
    font-size: 17px;
}
.input-sub-div button{
    width: 100%;
}
.input-sub-div.r_a_sub i.fa-solid.fa-right-to-bracket {
    left: 55%;
}
form.omb_loginForm.for_pass_form input.form-control.btn.btn-primary.btn-block {
    background: #055383;
}
.otp_token_form .form-group{
    margin-bottom: 2rem;
}
.otp_token_form a.float-right{
    font-size: 14px;
}
.for_pass_form span  {
    color: #666666;
}
.omb_loginForm span{
    color: #666666;
}
.omb_loginForm span,
.omb_loginForm a {
    font-size: 12px;
}
.for_pass_form span,
.for_pass_form a  {
    font-size: 12px;
}

.reg__form {
    padding: 0!important;
}
.reg__form .request_form.email_new_style {
    margin: 145px auto 50px;
}

@media screen and (max-width: 768px) {
    .register-form-box h3 {
        font-size: 22px;
    }
}


/* Terms Page Css */

.terms_main_sec{
    padding: 150px 0 50px;
}
.terms_main_sec h1.terms_main_heading {
    font-size: 30px;
    text-align: start !important;
    margin-bottom: 27px;
    font-weight: 700;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
}
.terms_main_sec h1{
    font-size: 22px;
}
.terms_main_sec h2{
    font-size: 18px;
}
.terms_main_sec h3{
    font-size: 16px;
}
.terms_main_sec h4{
    font-size: 14px;
}
.terms_main_sec h5{
    font-size: 12px;
}
.terms_main_sec h2 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
.terms_main_sec p {
    font-size: 15px;
    margin-bottom: 23px;
}


/* new btns color css */
.input-sub-div .btn.btn-block {
    background: #418bca !important;
    border-color: #418bca !important;
}
.input-sub-div .btn.btn-block:hover {
    color: white !important;
    background: #3278b3 !important;
}
/* Step form button color change */
.choose-existing-borrower-btn, .add-new-borrower-btn{
    color: #fff !important;
    background-color: #d86f39 !important;
    border-color: #d86f39 !important;
}
.choose-existing-borrower-btn, .add-new-borrower-btn{
    color: #fff !important;
    background-color: #d86f39 !important;
    border-color: #d86f39 !important;
}

