﻿
.lgBtn {
    border-radius: 46px !important;
    background-color: #f49601 !important;
    color: #fff !important;
    padding: 0 !important;
    border: 1px solid #f49601;
    height: 46px;
    /*top: 70px;*/
    z-index: 2;
    width: 80px;
}

    .lgBtn:hover {
        background-color: #FFF !important;
        color: #314086 !important;
        z-index: 2 !important;
        border: 1px solid #314086 !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: darkorange;
    font-size: 14px;
}

.login-block {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 50px 0;
}

.banner-sec {
    background: #5867aa;
    /*background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;*/
    background-size: cover;
    min-height: 430px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.lgContainer {
    background-color: #303f85;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.btn-login:hover {
    color: #212529;
    text-decoration: none;
    background-color: #91d0fc;
}

.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: #54cdff;
    }

        .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: #54cdff;
    color: #185e8e;
    font-weight: 600;
}

.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;
}

.login_address {
    color: white;
    font-size: 12px;
    margin: 0;
    top: 10%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lablLogin {
    color: #fff !important;
    text-transform: capitalize;
}



.login_form #captcha .preview {
    color: #000;
    background-color: #e8f0fe;
    font-size: 20px;
    width: 100%;
    text-align: center;
    /* height: 40px; */
    line-height: 40px;
    letter-spacing: 15px;
    border: 1px dashed #888;
    border-radius: 6px;
    margin-bottom: 16px;
}

.form_input_captcha {
    letter-spacing: 6px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 1em;
    border: 0.1em solid #dadce0;
    border-radius: 0.5em;
    outline: none;
    padding: 1em;
    z-index: 1;
    /*background: none;*/
}


.form_label_captcha {
    position: absolute;
    left: 1em;
    top: 5.2em;
    padding: 0 .25em;
    background-color: #fff;
    color: #80868b;
    font-size: 1em;
    transition: .4s;
}

.form_input_captcha:focus + .form_label_captcha {
    top: 4.7em;
    left: .8em;
    color: rgb(28,164,248);
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:not(:placeholder-shown).form_input_captcha:not(:focus) + .form_label_captcha {
    top: 4.6em;
    left: .8em;
    font-size: .80em;
    font-weight: 600;
    z-index: 5;
}

.form_input_captcha:focus {
    border: .1em solid rgb(28,164,248);
}

.login_form #captcha .preview span {
    display: inline-block;
    user-select: none;
}

.login_form #captcha .captcha_form {
    display: flex;
}

    .login_form #captcha .captcha_form input {
        width: 100%;
        font-size: 1em;
        border-radius: 0.5em;
        outline: none;
        padding: 1em;
        z-index: 1;
        height: 45px !important;
        letter-spacing: 5px;
        /*background: none;*/
    }


    .login_form #captcha .captcha_form .captcha_refersh {
        width: 44px;
        border: none;
        outline: none;
        background: forestgreen;
        color: #eee;
        cursor: pointer;
        border-radius: 0.5em;
        margin-left: 5px;
        font-size: 16px;
    }

.captcha_refersh {
    transition: .4s;
}

    .captcha_refersh:hover {
        transition: .4s;
        transform: scale(0.90);
    }

.digit-group input {
    width: 40px;
    height: 45px;
    background-color: #ffffff;
    color: black;
    /* font-weight: bold; */
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    /* font-family: 'Raleway', sans-serif; */
    /* font-weight: 200; */
    /* color: white; */
    margin: 15px 6px 5px 1px;
    text-transform: uppercase;
    font-family: Courier New;
    font-weight: bold;
    font-size: 30px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.clsCarousal {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
} 




/* suppress IE >= 10 native functionality that can show password */
input[type="password"]::-ms-reveal {
    display: none;
}

.toggle {
    background: none;
    border: none;
    color: #000000;
    /*display: none;*/
    /*font-size: .9em;*/
    font-weight: 600;
    /*padding: .5em;*/
    position: absolute;
    right: 35px;
    top: 145px;
    z-index: 9;
}

#btnToggle:focus {
    outline: 1px dotted #e8f0fe !important;
}