@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

@font-face {
    font-family: arboria;
    src: url('../fonts/FontsFree-Net-arboria1.ttf');
}


* {
    box-sizing: border-box;
}

body {
    background: #fff;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* flex-direction: column; */
    height: 103vh;
    margin: -20px 0 0px;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    height: 100%;
    margin: -20px 0 0px;
    overflow-y: scroll;
}

.bank-logo img {
    height: 60px;
    max-height: 57px;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 31px;
    list-style: none;
    min-height: 30px;
    outline: 0;
    padding-left: 15px;
    padding-right: 29px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #555;
    font-size: 12px;
}

.nice-select span {
    width: 91%;
    overflow: hidden;
    display: block;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 6px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    /* left: -7px; */
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    width: 100%;
    text-align: center !important
}

.nice-select:after {
    display: inline-table;
    position: absolute;
    top: 9%;
    right: -1px;
    opacity: 1;
    content: url(../img/ArrowDow.svg);
    transition: all.5s.25s;
    width: 5px;
    border: none;
    -webkit-transform: rotate(0deg) scale(0.6);
    -ms-transform: rotate(0deg) scale(0.6);
    transform: rotate(0deg) scale(0.6);
}

.nice-select.open:after {
    -webkit-transform: rotate(-179deg) scale(0.6);
    -ms-transform: rotate(-179deg) scale(0.6);
    transform: rotate(-179deg) scale(0.6);
    /* top: 0%; */ /* right: -2%; */
}

.nice-select:before {
    content: url('../img/earth.svg');
    transition: all .75s .25s;
    border: none;
    -webkit-transform: scale(0.6); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(0.6); /* IE 9 */
    transform: scale(0.6); /* Firefox 16+, IE 10+, Opera */
    /* display: block; */
    pointer-events: none;
    left: -1em;
    position: absolute;
    top: 2px;
    width: 27px;
    filter: brightness(0.5);
}


h1 {
    font-weight: 500;
    margin: 10px 0 0px 0;
    /* line-height: 34.31px; */
    font-size: 1.2em;
}

.language {
    width: 86px;
    margin: 30px 19px 8px auto;
    display: flex;
    /* padding: 20px; */
    background: #f6f6f6;
    border-radius: 12px;
    /* margin: 5px; */
    padding: 1px 11px 3px 23px;
    border: #eee 1px solid;
    text-align: center !important;
}

    .language i {
        width: 37px;
        margin: 10px 0;
    }

.corpayLogo {
    width: 122.1px;
    height: 116.3px;
    left: 222px;
    top: 346px;
}

.owl-carousel .owl-stage-outer {
    /* max-width: 90%; */
    margin: auto;
    /* text-align: center; */
}

.overlay-container p {
    font-family: arboria;
    font-style: Regular;
    font-size: 20px;
    line-height: 38px; /* line-height: 157%; */
    text-align: Center;
    vertical-align: Center;
}

form span {
    font-size: 14px;
    line-height: 23px;
    /*color: #8692A6;*/
    margin: 8px 0;
}



form button {
    border-radius: 4px;
    border: 1px solid #195abe;
    background-color: #195abd;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 13px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin: 20px 0 16px 0;
    width: 100%;
}

form {
    background-color: #FFFFFF;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    /* text-align: left; */
    max-width: 543px;
    margin: auto;
    background-color: #FFFFFF;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    /* text-align: center; */
    margin: auto;
    min-height: 80vh;
}

input {
    /* background-color: #eee; */
    border: none;
    padding: 13px 15px;
    margin: 7px 0;
    width: 100%;
    border: #eee 1px solid;
    border-radius: 5px;
}

.container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

.form-container {
    position: relative;
    /* top: 0; */
    height: 100%;
}

.log-in-container {
    /* right: 0; */
    width: 50%;
}


form button:focus {
    border: 2px solid #2f69b1;
    outline: none;
}



input:focus {
    outline: none !important;
    border: 2px solid #195abe !important;
    box-shadow: 0 0 10px #ffffff !important;
}

textarea:focus {
    outline: none !important;
    border: 2px solid #195abe !important;
    box-shadow: 0 0 10px #ffffff !important;
}





.overlay-container {
    position: relative;
    /* top: 0; */
    /* right: 50%; */
    width: 50%;
    /* height: 100%; */
}


.overlay {
    background: #1858BA;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #0d6efd, #1858ba);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    /* left: -100%; */
    height: 100%;
    width: 100%;
    min-height: 623px;
    min-height: 104vh;
}

.overlay-panel {
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    /* width: 50%; */
    background-image: url(..//img/pattern.svg );
    background-repeat: no-repeat;
}


.overlay-right {
    /* right: 0; */
}


.social-container {
    margin: 50px 0;
}

    .social-container a {
        border: 1px solid #DDDDDD;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        height: 40px;
        width: 40px;
    }

input:focus {
    background: #FFFFFF;
    border: 0.2px solid #276dce9d;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
}

.login-footer {
    border-top: 1px solid #F5F5F5;
    display: inline-block;
    /* margin: 12px 0; */
    width: 100%;
    padding: 10px;
    /* position: absolute; */
    bottom: 0;
    border-top: 1px solid #F5F5F5;
    display: inline-block;
    /* margin: 12px 0; */
    /* width: 100%; */
    /* padding: 10px; */
    /* position: relative; */
    /* bottom: 0; */
}


.logo-footer {
    max-width: 102px;
    width: 27%;
    margin: 19px 12px;
    text-align: right;
    display: inline-block;
    float: right;
}

.contacts {
    text-align: left;
    display: inline-block;
    margin: 8px 0;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
}

    .contacts h6 {
        margin: 4px 12px;
        color: #6c757d;
        font-size: 13px;
        font-weight: 400;
    }

    .contacts p {
        font-size: 11px;
        Line-height: 15.36px;
        color: #8692A6;
        text-align: left;
        margin: 3px 13px;
        max-width: 213px;
        font-weight: 400;
    }

.modal {
    position: absolute;
    z-index: 9;
    background: rgba(120, 120, 120, 0.78);
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: block;
}

.hero-text {
    padding: 0 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 370px;
    min-width: 200px;
}

    .hero-text h1 {
        color: #fff;
        font-size: 50px;
        text-transform: capitalize;
        margin: 0;
    }

    .hero-text p {
        color: #fff;
        font-size: 17px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 30px;
        margin-top: 20px;
        /* margin-bottom: 35px; */
    }

.hero-slider .owl-item.active h1 {
    -animation: 1s .3s fadeInUp both
}

.hero-slider .owl-item.active p {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.owl-carousel .owl-nav button.owl-prev {
    /* background-color: #ff3547; */
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    /* font-size: 30px; */
    margin: -40px 0 0;
    border-radius: 0;
    width: 33px;
    height: 33px;
    border: 1px solid #FFFFFF !important;
    box-sizing: border-box;
    border-radius: 50%;
}

.owl-carousel {
    max-width: 460px;
}

    .owl-carousel .owl-nav button.owl-next {
        /* background-color: #ff3547; */
        position: absolute;
        right: 0;
        top: 50%;
        color: #fff !important;
        /* font-size: 30px; */
        margin: -40px 0 0;
        border-radius: 0;
        width: 33px;
        height: 33px;
        /* left: 1185px; */
        /* top: 699px; */
        border: 1px solid #FFFFFF !important;
        box-sizing: border-box;
        border-radius: 50%;
    }

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-dots {
    /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 20px;
    margin-top: -8px;
}

    .owl-dots button {
        background: #ffffffa3 !important;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        padding: 3px;
        margin: 5px;
        border: #fff !important;
        margin-top: 20px;
    }


.owl-theme .owl-dots .active {
    background: #ffffff !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff3547;
}





h1 {
    /* font-size: 1em; */
    /* font-weight: 500; */
    /* letter-spacing: 3px; */
    /* color: #FCFCFC; */
    /* text-transform: uppercase; */
}



.alert {
    font-weight: 700;
    letter-spacing: 5px;
}

p {
    font-size: 0.9em;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
}



#error-box {
    background: linear-gradient(to bottom left, #f14646 40%, #ff7a4cf0 100%);
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(203, 205, 211, 0.1);
    padding: 1px 5px 1px 7px;
    margin: 13px 0 0 0;
    text-align: center;
}

.reset {
    position: absolute;
    top: 4%;
    z-index: 1;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 20%);
    border-radius: 7px;
    background: #fff;
    min-width: 34%;
    text-align: center;
    padding: 2%;
    /*max-height: 500px;*/
}

    .reset form {
        min-height: 22px;
        padding: 0px 10%;
    }




    .reset input {
        padding: 8px 15px;
        margin: 7px 0;
        width: 100%;
        margin: 5Px 0 0 0;
    }

    .reset h5 {
        font-size: .9rem;
        font-weight: 400;
        font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        margin: 15px;
        color: #555
    }

.control-label {
    margin-bottom: 0.2rem;
    font-size: 0.775rem;
    color: #555;
    font-weight: 300;
}

.justify-center {
    justify-content: center;
}

.form-group {
    text-align: left;
    padding-top: 10px;
}


@media (max-width :1024px) {

    form {
        padding: 40px 50px;
    }
}

@media (max-width :768px) {

    .login-footer-fixed {
        width: 100% !important;
    }

    .reset {
        min-width: 100%;
        box-shadow: none;
        padding: 0px;
        margin: 20%;
    }

        .reset h5 {
            font-size: 1.2rem;
        }


    .overlay-container {
        display: none;
    }

    .log-in-container {
        right: 0;
        width: 100%;
        z-index: 2;
    }

    .owl-carousel {
        max-width: 100%;
        text-align: center;
        padding: 0 6px;
        height: 100px;
        display: block !important;
    }


    .hero-text p {
        color: #252222;
        font-size: 12px;
        max-width: 600px;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 21px;
        margin-top: 20px;
        /* margin-bottom: 35px; */
    }

    form {
        background-color: #FFFFFF;
        display: block;
        /* align-items: center; */
        justify-content: center;
        flex-direction: column;
        padding: 0 50px;
        /* height: 100%; */
        /* text-align: center; */
        max-width: 410px;
        margin: auto;
        min-height: 71vh;
    }

    .login-footer {
        border-top: 1px solid #F5F5F5;
        display: inline-block;
        /* margin: 12px 0; */
        width: 100%;
        padding: 10px;
        /* position: fixed; */
        bottom: 0;
    }
}

@media (max-width :280px) {

    .bank-logo img {
        width: 167px;
    }

    .owl-carousel {
        padding: 0 6px;
        height: 100px;
        display: block !important;
    }

    form {
        padding: 0 26px;
    }

    input {
        /* background-color: #eee; */
        border: none;
        padding: 9px 15px;
        margin: 7px 0;
        width: 100%;
        border: #eee 1px solid;
        border-radius: 5px;
    }

    form button {
        /* margin: -13px 0 20px 0; */
    }
}

@media (max-height :600px) {

    body {
        height: 100%;
        margin: -20px 0 0px;
        overflow-y: scroll;
    }


    form {
        background-color: #FFFFFF;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        flex-direction: column;
        padding: 0 50px;
        height: 100%;
        /* text-align: center; */
        margin: auto;
    }

    .login-footer {
        border-top: 1px solid #F5F5F5;
        display: inline-block;
        /* margin: 12px 0; */
        width: 100%;
        padding: 10px;
        position: relative;
        bottom: 0;
    }
}



span.field-validation-error {
    color: #ed1e1e !important;
    font-size: small !important;
    font-size: 0.9em;
    font-weight: 700;
    color: #e10505;
    letter-spacing: 1px;
    text-align: center;
}

.loader {
    position: fixed;
    z-index: 999999999;
    height: 110%;
    width: 100%;
    background: #00000070;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    pointer-events: none;
}

.disableClick {
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.nice-select.wide .list {
    width: 82px;
    left: -22px;
}

.loader img {
    align-items: center;
    vertical-align: baseline;
    width: 200px;
    filter: brightness(0) invert(1);
}

.auto-center {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.captcha img {
    border: 3px #eee solid;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    float: left;
    filter: grayscale(1);
}

.captcha {
    margin: 10px 0;
    max-width: 276px;
}

    .captcha a {
        color: #333;
        font-size: 14px;
        text-decoration: none;
        margin: -21px 0px 0 0px;
        background: #165bc4;
        padding: 29px 10px;
        /* float: left; */
        color: #fff;
        border-top-right-radius: 7px;
        position: absolute;
        border-bottom-right-radius: 7px;
    }

.login-footer-fixed {
    width: 50%;
    padding: 10px;
    position: fixed;
    /* border-top: 1px solid #F5F5F5; */
    bottom: 0;
}

.nopad {
    padding: 0px !important
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.me-2 {
    margin-right: 5px !important;
}


.alert {
    letter-spacing: 0;
}


.bullts-container {
    text-align: left;
    line-height: 1.8;
}

.text-info {
    font-size: small !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.text-danger {
    color: #a01616 !important;
    font-size: small !important;
    font-weight: 700;
    color: #e10505;
    letter-spacing: 1px;
}

a#change_password_lnk {
    align-items: left;
    text-align: right;
    margin-top: -5px;
    color: #0c97bb;
    font-weight: 600;
}

    a#change_password_lnk:hover {
        align-items: left;
        text-align: right;
        margin-top: -5px;
        color: #1f4b52;
        font-weight: 600;
    }

a#back_to_login_lnk {
    align-items: left;
    text-align: right;
    margin-top: -5px;
    color: #0c97bb;
    font-weight: 600;
}

    a#back_to_login_lnk:hover {
        align-items: left;
        text-align: right;
        margin-top: -5px;
        color: #1f4b52;
        font-weight: 600;
    }

i.bx.bx-lock-alt {
    padding: 0px 5px 0px 0px;
    font-weight: 600;
}

i.bx.bx.bx-undo {
    padding: 0px 5px 0px 0px;
    font-weight: 600;
}
