﻿
.lgBtn {
    border-radius: 46px !important;
    background-color: #34776b !important;
    color: #fff !important;
    padding: 0 !important;
    border: 1px solid #34776b;
    height: 46px;
    /*top: 70px;*/
    z-index: 2;
    width: 80px;
}

    .lgBtn:hover {
        background-color: #FFF !important;
        color: #34776b !important;
        z-index: 2 !important;
        border: 1px solid #34776b !important;
    }

.snBtn {
    padding: 0 !important;
    border-radius: 0 46px 46px 0;
    height: 46px;
    /*top: 70px;*/
    color: #fff !important;
    background-color: #54cdff !important;
    border-top: 1px solid #54cdff;
    border-right: 1px solid #54cdff;
    border-bottom: 1px solid #54cdff;
    border-left: 0px solid #54cdff;
    margin-left: -23px !important;
    z-index: 1;
    width: 115px;
}

    .snBtn:hover {
        border-color: #54cdff !important;
        background-color: #FFF !important;
        color: #54cdff !important;
    }

.clsReg:hover {
    color: #84b3d2 !important;
}

.custom-validation-summary {
    color: #7a0808;
    font-size: 14px;
}

.login-block {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.banner-sec {
    background: url() no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
    border-left: 1px solid white;
}

.lgContainer {
    /*background-color: #2b5882;*/
    background-image: linear-gradient(#1d336f, #1d336f 0%, #142048 91%) !important;
    /*background-color: #36786b;*/
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 20px 30px;
    position: relative;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 120px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    .login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #ffffff;
    }

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #ffffff;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto;
        }

.btn-login {
    background: #d62e20;
    /*background: #f16c61;*/
    color: #000051;
    font-weight: 600;
}
    .btn-login:hover {
        color: #d62e20 !important;
        background-color: #fff;
        text-decoration: none;
    }

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }


.otpClass {
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #175d8c;
    background-color: #ffffff;
    color: #000000;
}

.otpClass,
.otpClass {
    -webkit-appearance: none;
    margin: 0;
}

.g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0 0;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
    overflow: hidden;
    background: linear-gradient(135deg, #1d336f 0%, #12234d 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
}

    #preloader .jumper {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        position: absolute;
        margin: auto;
        width: 50px;
        height: 50px;
    }

        #preloader .jumper > div {
            background-color: #fff;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            position: absolute;
            opacity: 0;
            width: 50px;
            height: 50px;
            -webkit-animation: jumper 1s 0s linear infinite;
            animation: jumper 1s 0s linear infinite;
        }

            #preloader .jumper > div:nth-child(2) {
                -webkit-animation-delay: 0.33333s;
                animation-delay: 0.33333s;
            }

            #preloader .jumper > div:nth-child(3) {
                -webkit-animation-delay: 0.66666s;
                animation-delay: 0.66666s;
            }

footer {
    background-image: linear-gradient(#1d336f, #1d336f 0%, #142048 91%);
    padding-top: 30px;
}

    footer .social {
        overflow: hidden;
        margin-top: 10px;
        text-align: center;
    }

        footer .social li {
            margin: 0px 10px;
            display: inline-block;
        }

            footer .social li a {
                color: #ecba0c;
                text-align: center;
                background-color: #fff;
                width: 36px;
                height: 36px;
                line-height: 36px;
                border-radius: 50%;
                display: inline-block;
                font-size: 16px;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

                footer .social li a:hover {
                    background-color: #ecba0c;
                    color: #020255;
                }

    footer .copyright {
        text-align: center;
        border-top: 1px solid rgb(76 76 76 / 20%);
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0.88px;
        text-transform: capitalize;
    }

.amaanLogo {
    display: none !important;
}

.amaanLogo {
    display: none !important;
}

.jubaLogo {
    display: none !important;
}

.DausLogo {
    display: none !important;
}

.mapLogo {
    display: none !important;
}