.terms-heading {
    color: #44597c;
    font-family: Poppins-Medium;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}

.terms-subheading {
    color: #555555;
    font-family: Poppins-Regular;
    font-weight: bold;
    font-size: 14px;
    margin-top: 9px;
}

.terms-text {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 19px;
    color: #8d8c8c;
    margin-top: 7px;
}

#fh5co-wrap {
    /*z-index: 89;*/
    position: relative;
    float: left;
    width: 100%;
    background: #f5f5f5;
}

#loginpage {
    position: relative;
    overflow: hidden;
    margin-top: 150px;
    margin-bottom: 80px;
    background-color: #ffffff;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    padding: 0px;
    background-image: url(../jpg/loginimage_left.jpg), url(../png/loginimage.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 36%, 39%;
    border-radius: 15px;
}

#loginpage .container_login .half {
    float: none;
    padding: 30px 0px 90px 0px;
    width: 360px;
    margin: 0 auto;
    margin-left: 40%;
}

#loginpage .container_login .half.bg {

}

#loginpage .container_login h1 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 23px;
    text-align: center;
    text-indent: 6px;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #f06b7c;
}

#loginpage.container_login .tabs {
    width: 100%;
    margin-bottom: 29px;
    border-bottom: 1px solid #d9d9d9;

}

#loginpage .container_login .tabs .tab {
    display: inline-block;
    margin-bottom: -1px;
    padding: 20px 15px 10px;
    /*cursor: pointer;*/
    letter-spacing: 0;
    /* border-bottom: 1px solid transparent;*/
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.1s ease-in-out;
    padding-left: 0;
    padding-bottom: 0;
    font-family: Poppins-Medium;
}

#loginpage.container_login .tabs .tab a {
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    color: #d9d9d9;
    transition: all 0.1s ease-in-out;
    border-bottom: none;
    outline: none;
}

#loginpage .container_login .tabs .tab.active a, body .container_login .tabs .tab:hover a {
    color: #263238;
    border-bottom: none;
    outline: none;
    
    

}

#loginpage .container_login .tabs .tab.active {
    /* border-bottom: 1px solid transparent;*/
}

#loginpage .container_login .tabs .tab.active a {
    /* border-bottom: 2px solid #f06b7c */
}

#loginpage .container_login .content form {
    position: relative;
    /*min-height: 310px;*/
    min-height: 210px;
    margin-top: 22px;
}

#loginpage .container_login .content label:first-of-type, #loginpage .container_login .content input:first-of-type, #loginpage .container_login .content .more:first-of-type {
    -moz-animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
    -webkit-animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
    animation: slideIn 0.4s cubic-bezier(0.37, 0.82, 0.2, 1);
}

#loginpage .container_login .content label:nth-of-type(2), #loginpage .container_login .content input:nth-of-type(2), #loginpage .container_login .content .more:nth-of-type(2) {
    -moz-animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
    -webkit-animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
    animation: slideIn 0.5s cubic-bezier(0.37, 0.82, 0.2, 1);
}

#loginpage .container_login .more {
    text-align: right
}

#loginpage .container_login .content label:nth-of-type(3), #loginpage .container_login .content input:nth-of-type(3), #loginpage .container_login .content .more:nth-of-type(3) {
    -moz-animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
    -webkit-animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
    animation: slideIn 0.6s cubic-bezier(0.37, 0.82, 0.2, 1);
}

#loginpage .container_login .content label {
    font-size: 12px;
    color: #263238;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#loginpage .container_login .content label:not([for='remember']) {
    display: none;
}

#loginpage .container_login .content input.inpt {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 12px;
    padding: 5px 13px;
    color: #999999;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
}

#loginpage .container_login .content input.inpt::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: 'Lato', sans-serif;
}

#loginpage .container_login .content input.inpt:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: 'Lato', sans-serif;
}

#loginpage .container_login .content input.inpt::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: 'Lato', sans-serif;
}

#loginpage .container_login .content input.inpt:-ms-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-family: 'Lato', sans-serif;
}

#loginpage .container_login .content input.inpt:focus {
    border-color: #999999;
}

#bG9naW5CdG4:hover, #bG9naW5CdG4[disabled] {
    background-color: #263238;
    color: #ffffff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#bG9naW5CdG4:focus {
    outline: none;
}

#bG9naW5CdG4 {
    font-size: 12px;
    display: block;
    cursor: pointer;
    letter-spacing: 2px;
    border: 1px solid transparent;
    background: #f06b7c;
    color: #fff;
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 27px;
    font-family: 'Poppins-Medium';
    border-radius: 4px;
}

#loginpage .container_login .content .checkbox {
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0;
    height: 0;
    margin: 17px -1px;
    padding: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
}

#loginpage .container_login .content .checkbox + label {
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    font-weight: 500;
}

#loginpage .container_login .content .checkbox + label:before {
    content: "\A";
    color: #333333;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #666;
    width: 15px;
    height: 15px;
    margin: -2px 8px 0 0;
    cursor: pointer;
    padding: 1px;
}

#loginpage .container_login .content .checkbox:checked + label:before {
    content: "✓";
}

#loginpage .container_login .content .submit-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#loginpage .container_login .content .submit-wrap::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    top: 60px;
}

#loginpage .container_login .content .submit-wrap a {
    font-size: 12px;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #999999;
}

#loginpage .container_login .content .submit-wrap a:hover {
    text-decoration: none;
    border-bottom: none;
}

#loginpage .container_login .content .signup-cont {
    display: none;
}

#loginpage .tab.signup {
    position: absolute;
    bottom: 40px;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 1px;
    left: 39%;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 300;
    width: 300px;
}

#loginpage .tab.signup div {
    font-family: Poppins-Medium;
    margin-bottom: 7px;
}

#loginpage .tab.signup a {
    border: 1px solid #ccc;
    padding: 4px 12px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins-Medium';
}

#loginpage .tab.signup a i {
    color: #f06b7c;
    font-size: 20px;
    margin-right: 5px;
}

.already_acnt, .already_otp {
    color: #f06b7c;
    margin-left: 5px;
    font-weight: 700;
    border-bottom: 1px solid #f06b7c;
}

.download_btns_imgs a {
    text-align: right
}

@keyframes slideIn {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        margin-left: -320px;
    }
    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        margin-left: 0px;
    }
}

@-webkit-keyframes slideIn {
    0% {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        margin-left: -320px;
    }
    100% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        margin-left: 0px;
    }
}

.credits {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #999999;
    font-size: 14px;
    margin: 0 10px 10px 0;
}

.credits a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #e0edfb !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}

@media (max-width: 768px) {
    #loginpage .container_login .half {

        padding: 0px;
    }

    #loginpage {
        /*margin: 91px auto 69px;*/
    }

    #loginpage .container_login .half {
        padding: 25px;

        width: 100%;
        min-height: 520px;

    }
}

.tab.signin a, .tab.signup a {
    text-decoration: none;
}

#c2lnbnVwQnRu {
    font-size: 12px;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 42px;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #f06b7c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

#c2lnbnVwQnRu:hover, #c2lnbnVwQnRu[disabled] {
    background-color: #263238;
    color: #ffffff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#c2lnbnVwQnRu:focus {
    outline: none;
}

#loginpage .signup-cont .submit-wrap {
    top: 87% !important;
}

.already_otp_wrapper {
    margin-top: 10px !important;
}

.otp-cont {
    display: none;
}

#b3RwQnRu {
    font-size: 12px;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 42px;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #f06b7c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

#b3RwQnRu:hover, #b3RwQnRu[disabled] {
    background-color: #263238;
    color: #ffffff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#b3RwQnRu:focus {
    outline: none;
}

.signup-step-number-wrapper {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.signup-step-number-wrapper:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 102px;
    left: 33px;
    top: 16px;
    background-color: #ccc;
    z-index: 0;
}

.signup-step-number-wrapper .signup-step-number {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    z-index: 1;
    background-color: #fff;
    cursor: pointer;
}

.signup-step-number-wrapper .signup-step-number[data-step="1"] {
    margin-right: 30px;
}

.signup-step-number-wrapper .signup-step-number[data-step="2"] {
    margin-right: 30px;
}

.signup-step-number-wrapper .signup-step-number.completed {

    background-color: #fff;
    color: #f06b7c;
    border: 1px solid #f06b7c;
}

.signup-step-number-wrapper .signup-step-number.active {
    background-color: #f06b7c;
    color: #fff;
    border: 1px solid #f06b7c;
}

.submit-btn {
    font-size: 12px;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 42px;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #f06b7c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

.submit-btn:hover, .submit-btn[disabled] {
    background-color: #263238;
    color: #ffffff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.signup-tabs-wrapper {
    margin-top: 22px;
}

.signup-tabs-wrapper .submit-wrap {
    position: relative !important;
}

.login-email-note {
    display: inline-block;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 10px;
    margin-top: -8px;
}

.link-confirmation-buttons {
    text-align: right;
}

.account-link-confirmation-button {
    font-size: 12px;
    display: inline-block;
    width: 50px;
    height: 32px;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #f06b7c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

.legal-policy {
    color: #556888;
    position: absolute;
    margin-top: 18px;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    border-bottom: 1px solid #556888;
    cursor: pointer;
}

.legal-policy-agreed {
    color: #556888;
    position: absolute;
    margin-top: 1px;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    height: 22px;
    border-bottom: 1px solid #556888;
    cursor: pointer;
}

.company-text {
    position: absolute;
    margin: 29px 0 0 -73px;
    color: #a3a3a3;
    font-size: 11px;
    font-family: Poppins-Medium;
    font-size: 9px;
}

.admin-text {
    position: absolute;
    margin: 29px 0 0 -67px;
    color: #a3a3a3;
    font-size: 11px;
    font-family: Poppins-Medium;
    font-size: 9px;
}

.password-text {
    position: absolute;
    margin: -4px 0 0 129px;
    color: #a3a3a3;
    font-size: 9px;
    font-family: Poppins-Medium;
}

.current {
    color: #f06b7c;
}

.legal-terms {
    padding-left: 22px;
    padding-right: 22px;
    font-family: Poppins-Medium !important;
    overflow-y: auto;
    height: 500px;
    padding-bottom: 20px;
}

.legal-policy-title {
    font-size: 18px;
    color: #f06b7c;
}

strong {
    color: #3a5077;
    font-size: 18px;
}

.close {
    font-size: 33px;
    font-weight: bold;
}

.grievance_head {
    color: #000;
    font-family: Poppins-Medium;
}


/* QR Styling Start */

.qr-container{
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../png/login_pattern.png");
}
.qr-container .qr-code-wrapper{
    margin: 0 auto;
    margin-top: 50px;
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
    background-image: url("../svg/spinner_white.svg");
    background-position: center;
    background-size: contain;
}
.qr-container .qr-code-wrapper canvas{
    padding: 5px;
    background-color: #ffffff;
}
.qr-container .qr-info-container{
    width: 100%;
    padding: 15px;
}
.qr-container .qr-info-container .qr-info-heading{
    font-family: 'Poppins-Medium';
    color: #f5f5f5;
    font-size: 14px;
    margin-bottom: 10px;
}
.qr-container .qr-info-container .qr-info-text{
    font-family: 'Poppins-Regular';
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 5px;
    opacity: 0.8;
}

/* QR Styling End */