﻿.loginpopMain {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    color: #000;
}

.loginpop {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 50px;
    max-width: 500px;
    box-sizing: border-box;
    padding: 50px;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.25s linear;
}

    .loginpop h3 {
        font-size: 24px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }
.loginpop h4 {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .loginpop p {
        font-size: 14px;
        padding: 15px 0;
        font-weight: 600;
        line-height: 20px;
    }

        .loginpop p a,.loginpop p span {
            color: #d4b952;
            text-decoration: underline;
        }

    .loginpop .fa-times-circle {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #000;
        font-size: 20px;
        cursor: pointer;
    }

.logininpbox span {
    font-size: 12px;
    color: red;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    line-height: 18px;
}

.logininp {
    border: 1px solid #ececec;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: #6d6d6d;
}

    .logininp:focus {
        border-bottom: 2px solid #000;
    }

.logincntn {
    width: 100%;
    background: #d4b952;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
}

.loginor {
    text-align: center;
    margin: 30px auto 0;
    width: 80%;
}

    .loginor h5 {
        position: relative;
        font-size: 13px;
    }

        .loginor h5::before {
            content: "";
            position: absolute;
            background: #dcdcdc;
            width: 100%;
            height: 1px;
            top: 50%;
            left: 0;
        }

    .loginor span {
        position: relative;
        background: #fbfbfb;
        padding: 0 5px;
        font-weight: 500;
    }

.loginother {
    text-align: center;
    margin-top: 35px;
}

    .loginother img {
        max-width: 140px;
        width: 100%;
        display: inline-block;
        margin: 0 2px;
        cursor: pointer;
    }

.loginchkout {
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 13px 0;
    text-transform: uppercase;
    margin-top: 35px;
    display: block;
    border: 1px solid #000;
}

.loginSkip {
    color: #a5a5a5;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-top: 35px;
    display: block;
}

.loginCheck {
    display: inline-block;
}

    .loginCheck p {
        font-size: 12px;
        display: inline-block;
        vertical-align: super;
    }

    .loginCheck input[type="checkbox"] {
        margin-top: 5px;
    }

    .loginCheck span {
        font-size: 12px;
        font-weight: normal;
        display: inline-block;
        width: 85%;
        color: #6e6e6e;
    }

    .loginCheck label span i {
        width: auto;
        height: auto;
        border: none;
        float: none;
    }

    .loginCheck label input {
        display: none;
    }

    .loginCheck label i {
        border-radius: 50%;
        height: 15px;
        width: 15px;
        display: inline-block;
        position: relative;
        border: 1px solid #000;
        vertical-align: bottom;
        margin-right: 5px;
    }

    .loginCheck [type=checkbox]:checked + i:before {
        content: '';
        position: absolute;
        left: 4px;
        top: 1px;
        width: 3px;
        height: 7px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.forgotpass {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

    .forgotpass label {
        font-size: 12px;
        font-weight: 600;
    }

    .forgotpass a {
        font-size: 12px;
        color: #d4b952;
        float: right;
        text-decoration: underline;
        font-weight: 600;
    }

.cngno {
    margin-top: 20px;
}

    .cngno h5 {
        display: inline-block;
        font-size: 16px;
    }

    .cngno a {
        font-size: 12px;
        color: #d4b952;
        font-weight: 600;
        text-decoration: underline;
        float: right;
    }

.resendotp {
    margin-top: 30px;
}

    .resendotp h5 {
        display: inline-block;
        font-size: 12px;
        font-style: italic;
        font-weight: 600;
    }

    .resendotp a {
        font-size: 12px;
        text-decoration: underline;
        font-weight: 600;
        float: right;
        color: #8c8b8b;
    }

.otpinpMain {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

.otpinp {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

    .otpinp input {
        border: 1px solid #e5e5e5;
        max-width: 60px;
        min-height: 60px;
        padding: 10px;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        box-sizing: border-box;
    }

.useEmail {
    font-size: 12px;
    color: #d4b952;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
}
.gstlg {
    color: #d4b952;
    text-decoration: underline;
    cursor: pointer;
}
