.login-page {
    background: url(../images/login-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

#profile {
    width: 148px;
    height: 148px;
    margin: 0 auto;
    background: url(../images/static.gif) no-repeat center center;
    border: 2px solid #315671;
    border-radius: 50%;
}
.aft-login-password p.lg-descr {
    font-size: 14px;
    color: #626262;
    margin-bottom: 20px;
}

.aft-login-password .btn {
    font-weight: bold;
    letter-spacing: 1px;
}
#otp_verification {
    min-width: 440px;
    border-radius: 5px
}
#otp_verification h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
    #otp_verification .btn2 {
        margin: 20px 0 0 0;
        padding: 8px 20px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    #otp_verification .pull-right a {
        margin: 5px 0 0 0;
        display: block;
        color: #ef3339;
      
        font-size: 14px;
    }
    #otp_verification .otp-desc {
        font-size: 14px;
        color: #989797;
    }
    .login-page .login {
        width: 877px;
        margin: 55px auto 55px auto;
    }

.login-page .login-border {
    border: 1px solid #909497;
    overflow: hidden;
    background: rgba(1, 118, 178, 0.9);
}

.login-page .login .login-left {
    width: 40%;
    float: left;
    /*background: rgba(1, 118, 178, 0.9);*/
    color: #fff;
    padding: 50px 50px;
    display: table;
    border-right: 1px solid #909497;
}

.login-left .vertical {
    display: table-cell;
    vertical-align: middle;
}

.login-page .login .login-left p {
    margin-bottom: 30px;
}

.login-page .login .login-left a {
    border: 1px solid #fff;
    padding: 6px 15px;
    font-size: 14px;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

    .login-page .login .login-left a:hover {
        color: #000;
        background: #fff;
    }

.login-page .login .login-left h3 {
    font-size: 17px;
    padding-bottom: 35px;
    margin: 0;
}

.login-page .login .login-left p {
    font-size: 13px;
}

.login-page .login .login-right {
    width: 60%;
    float: right;
    background: #fff;
}

.sign-up .login .login-right {
    width: 60%;
    float: left;
    background: #fff;
}

.login-right h2 {
    text-transform: uppercase;
    color: #0176b2;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
}

/******* Animate form css **********/
.login-page .login-right {
    background-color: #fff;
    margin: 0;
    padding: 2.25em;
    box-sizing: border-box;
    /*    border: solid 1px #ddd;*/
    overflow: hidden;
}

    .login-page .login-right .svgContainer {
        position: relative;
        width: 120px;
        height: 120px;
        margin: 0 auto 1em;
        border-radius: 50%;
        background: none;
        border: solid 2px #3A5E77;
        overflow: hidden;
        pointer-events: none;
    }

        .login-page .login-right .svgContainer div {
            position: relative;
            width: 100%;
            height: 0;
            overflow: hidden;
            padding-bottom: 100%;
        }

        .login-page .login-right .svgContainer .mySVG {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

    .login-page .login-right .form-group {
        position: relative;
        margin-bottom: 25px;
    }

        .login-page .login-right .form-group .form-field-icon {
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 7px 0;
            color: #ef3339;
        }

    .login-page .login-right label {
        margin: 0 0 5px;
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #626262;
        text-transform: uppercase;
        margin-bottom: 0;
    }

.login-page .input-effect {
    font-size: 14px;
}

.input-effect::placeholder {
    color: #848484;
}

/*** Toggle Switch ***/

.toggle-switch {
    position: relative;
    float: left;
    width: 100%;
    margin: 15px 0 43px 0;
}

    .toggle-switch p {
        padding-left: 36px;
        color: #626262;
        font-size: 12px;
        margin-bottom: 0;
    }

.sign-up .toggle-switch {
    text-align: right;
}

    .sign-up .toggle-switch .terms {
        color: #0176b2;
        font-size: 14px;
    }

.sign-up .login .login-left {
    border-right: 0px;
    border-left: 1px solid #909497;
}

.signing {
    text-transform: capitalize;
}

.or-rule {
    margin-bottom: 30px;
}

    .or-rule p {
        position: relative;
        font-size: 16px;
        color: #000;
        z-index: 1;
        overflow: hidden;
        text-align: center;
    }

        .or-rule p:before,
        .or-rule p:after {
            position: absolute;
            top: 51%;
            overflow: hidden;
            width: 50%;
            height: 1px;
            content: '';
            background-color: #cccccc;
        }

        .or-rule p:before {
            margin-left: -52%;
            text-align: right;
        }

        .or-rule p:after {
            right: -4%;
        }

.social-login-btn {
    position: relative;
    text-align: center;
    margin-bottom: 43px;
}

    .social-login-btn .fb-btn,
    .social-login-btn .google-btn {
        display: inline-block;
    }

        .social-login-btn .fb-btn a,
        .social-login-btn .google-btn a {
            padding: 10px 30px;
            color: #fff;
            font-size: 13px;
            border: 1px solid transparent;
        }

        .social-login-btn .fb-btn a {
            background: #3b5998;
        }

        .social-login-btn .google-btn a {
            background: #db3236;
        }

            .social-login-btn .fb-btn a i,
            .social-login-btn .google-btn a i {
                padding-right: 10px;
            }

.login-btn-wrap {
    position: relative;
    width: 100%;
    float: left;
}

    .login-btn-wrap .forgot-text,
    .login-btn-wrap .login-btn {
        display: inline-block;
    }

        .login-btn-wrap .forgot-text a {
            color: #0176b2;
            margin-bottom: 0;
            margin-top: -5px;
            font-size: 14px;
        }

.login-otp .radio .radio-label {
    display: inline-block !important;
    padding-right: 5px;
}

.login-otp .radio p {
    display: inline-block;
    font-size: 14px;
    color: #0176b2;
    font-weight: 600;
}

.login-otp h5 {
    font-size: 14px;
    font-weight: 600;
    color: #626262;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/*
.login-btn a {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9em;
    background: #ef3339;
    padding: 5px 15px;
    border: 1px solid transparent;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.login-btn a:hover {
    color: #ef3339;
    background: transparent;
    border: 1px solid #ef3339;
}
*/

/********************** Forgot Password  and OTP Page CSS ************************/

.forgot-password .login, .otp-wrapper .login {
    width: 545px;
    height: auto;
}

    .forgot-password .login .login-left, .otp-wrapper .login .login-left {
        width: 10%;
        padding: 0px;
        border-left: 1px solid #909497;
        border-right: 0px;
    }

    .forgot-password .login .login-right, .otp-wrapper .login .login-right {
        width: 90%;
        float: left;
    }

.forgot-password .login-right h2 {
    margin-bottom: 30px;
}

.forgot-password .login-right p {
    font-size: 14px;
    color: #626262;
    margin-bottom: 20px;
}
/*
.forgot-password .submit-btn a{
	background: #ef3339;
	border-radius: 5px;
	border: 1px solid transparent;
	padding: 6px 30px;
    color: #fff;
    font-size: 16px;
	text-transform: uppercase;
	transition: all .5s linear;
    -webkit-transition: all .5s linear;
}
.forgot-password .submit-btn a:hover{
	color: #ef3339;
    background: transparent;
    border: 1px solid #ef3339;
}
.submit-btn button, .login-btn button{
	text-transform: uppercase;
}
*/

/*
.forgot-password .login-right .form-group{
	margin-bottom: 38px;
}
*/

.otp-resend a {
    color: #ef3339;
    float: right;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 5px;
}

.recover-pwd {
    margin-bottom: 25px;
}

    .recover-pwd .submit-btn {
        margin-top: 40px;
    }

.otp-form p {
    margin-bottom: 20px;
}

.otp-resend .btnOTP {
    color: #ef3339;
    float: right;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 5px;
    background: transparent;
    border: 0;
}

.otp-form .otp-btn {
    margin-top: 45px;
    margin-bottom: 30px;
}
/*
.otp-btn a{
	background: #ef3339;
	border: 1px solid transparent;
	padding: 6px 20px;
    color: #fff;
    font-size: 16px;
	text-transform: uppercase;
	transition: all .5s linear;
    -webkit-transition: all .5s linear;
}
.otp-btn a:hover{
	color: #ef3339;
    background: transparent;
    border: 1px solid #ef3339;
}
*/


.login-booking .btn2 {
    background: #ef3339;
    border: 1px solid transparent;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    min-width: 150px;
}

    .login-booking .btn2:hover {
        color: #ef3339;
        background: transparent;
        border: 1px solid #ef3339;
    }

/************************* Booking Page CSS *********************/
.bookingid-wrapper .login-right {
    /*padding: 9em 2.25em;*/
    padding: 6.6em 2.25em;
}

.bookingid-wrapper .login-right1 {
    padding: 9em 2.25em;
}

.bookingid-wrapper .login-right3 {
    padding: 5.6em 2.25em;
}

.bookingid-wrapper .login-left {
    padding: 10.9em 2.25em !important;
}


.bookingid-wrapper .login-right h2 {
    font-size: 18px;
}

.text-cap {
    text-transform: inherit !important;
}

.submit-m-t {
    margin-top: 15px;
}

.reg-mob-color::placeholder {
    color: #0e7ab0;
    font-weight: 600;
}


/***********~ Media Query Starts ~***********/

@media only screen and (max-width: 991px) {
    .login-page .login .login-middle {
        padding: 80px;
    }

    /***********~ Login form ~***********/
    .login-page .login {
        width: 750px;
    }

    .login-page .login-right {
        padding: 2em 1em;
    }

        .login-page .login-right h2 {
            font-size: 16px;
            margin-top: 25px;
            margin-bottom: 20px;
        }

        .login-page .login-right label {
            margin: 0;
        }

    .toggle-switch {
        margin-bottom: 20px;
    }

    .or-rule {
        margin-bottom: 20px;
    }

    .social-login-btn .fb-btn,
    .social-login-btn .google-btn {
        display: block;
    }

        .social-login-btn .fb-btn a,
        .social-login-btn .google-btn a {
            display: block;
            width: 70%;
            margin: 0 auto 10px auto;
        }

    .login-page .login .login-left {
        padding: 30px;
    }

        .login-page .login .login-left h3 {
            font-size: 16px;
            padding-bottom: 10px;
        }

        .login-page .login .login-left p {
            font-size: 12px;
        }
}

@media only screen and (max-width: 767px) {
    .login-page .login .login-middle {
        padding: 20px !important;
    }

    .login-booking .btn2 {
        min-width: initial;
    }

    .login-page .login {
        width: 100%;
        margin: 10px auto 10px auto;
        padding: 1em;
    }

        .login-page .login .login-right {
            width: 100%;
        }

        .login-page .login .login-left {
            width: 100%;
            padding: 20px 15px;
            height: auto !important;
        }

            .login-page .login .login-left p {
                margin-bottom: 20px;
            }

    .social-login-btn {
        margin-bottom: 20px;
    }

        .social-login-btn .fb-btn a, .social-login-btn .google-btn a {
            padding: 10px 8px;
            font-size: 12px;
        }

    .sign-up .login-btn-wrap .login-btn {
        text-align: center;
    }

    .sign-up .toggle-switch {
        text-align: center;
    }

        .sign-up .toggle-switch p.signing br {
            display: none;
            text-align: center;
        }

    .forgot-password .login-left, .otp-wrapper .login-left {
        display: none !important;
    }

    .recover-pwd {
        margin-bottom: 0px;
    }

        .recover-pwd h2 {
            margin-top: 15px !important;
        }

        .recover-pwd .submit-btn {
            margin-top: 25px;
        }

    .otp-form .otp-btn {
        margin-top: 25px;
        margin-bottom: 0px;
    }

        .otp-form .otp-btn a {
            font-size: 13px;
        }

    .forgot-password .submit-btn a {
        font-size: 13px;
    }

    .submit-m-t {
        margin-top: 0px;
    }

    .login-booking .btn2 {
        font-size: 14px;
    }
}

@media (max-width:445px) and (min-width: 320px) {
    .sign-up .login-btn-wrap .login-btn {
        text-align: center;
        float: none !important;
        width: 100%;
    }
}

.login2 {
    display: none;
}

.login-page .login .login-middle {
    color: #ffffff;
    padding: 150px;
    background: rgba(1, 118, 178, 0.9);
    text-align: center;
    border-radius: 10px;
}

.login-border.no-border {
    border: 0px;
}

.login-booking-btn {
    margin-top: 30px;
}

    .login-booking-btn .btn-booking {
        padding-right: 0;
        padding: 5px 18px;
        border: 1px solid #ef3339;
        border-radius: 5px;
        -webkit-transition: .5s;
        background-color: #ef3339;
        transition: .5s;
    }

.login-page .login .login-middle h3 {
    padding-bottom: 25px;
    margin: 0;
    font-weight: bold;
}
