/* CSS here */

body {
    margin: 0;
    background: #f2f5f7;
}


/* .pts{padding-top: 5px;} */

a,
a:hover,
a:active,
a:visited {
    text-decoration: none !important;
}


/* Register page css */


/* .app-hero-banner{
    background: url("../img/banner_inquiry2.jpg") 0 -400px no-repeat;
    height: 35vh;
    background-size: cover;
} */

.main-content {
    /* top: -72px; */
    top: -50px;
    position: relative;
    overflow: auto;
}

h1.register_title,
h1.page_title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #3a5e99;
    margin-bottom: 10px;
    padding: 9px 20px 20px 20px;
    font-weight: 600;
    text-align: center;
}

h2.register-new-title {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: none;
    color: rgb(10, 10, 10);
    text-align: center;
    /*font-family: 'Roboto', sans-serif !important; */
    font-weight: bold;
}

p.register-note,
p.page-note {
    font-size: 13px;
    color: #555;
    text-align: center;
    letter-spacing: 1px;
}

.info-icon {
    margin-top: 27px;
}

a.postfix i {
    color: #999;
    font-size: 20px;
    padding: 10px;
}

a.postfix i:hover {
    color: #666;
}

.captch-holder {
    width: 175px;
    margin: 10px 0 0px 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-register {
    background-color: #fefefe;
    margin: 13% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    border-radius: 5px;
}

.modal-content-register p {
    margin-bottom: 0;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    bottom: 20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.footer-wrapper {
    margin: 20px 0;
}

.footer-action-btn {
    text-align: center;
}

.footer-action-btn .btn-cancel {
    background: #9E9E9E;
    color: #fff;
    border: 1px solid #9E9E9E;
    transition: 0.2s;
    padding: 10px 30px;
    border-radius: 3px;
    /*margin-right: 10px;*/
    /*commented by palavi*/
}

.footer-action-btn .btn-cancel:hover {
    background: #fff;
    color: #9E9E9E;
    border: 1px solid #9E9E9E;
}

.footer-action-btn .btn-register {
    background: #002C77;
    border: 1px solid #002C77;
    transition: 0.2s;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    margin-right: 10px;
    /*added by palavi*/
}

.footer-action-btn .btn-register:hover {
    background: #fff;
    color: #002C77;
}


/*CSS for Registeration-Success Page starts here*/

.form-wrapperSuccess {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
    border: 1px solid #dadce0;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    margin-top: 0;
    min-height: 319px;
}


/*CSS for Registeration-Success Page ends here*/


/* Responsive screen media quries CSS*/

@media only screen and (min-width:768px) and (max-width:1024px) {
    .modal-content-register {
        margin: auto 30%;
        width: 50%;
    }
}

@media screen and (max-width:1023px) {
    .app-hero-banner {
        background-position: 0 0;
    }
    .evo-thin-footer .evo-footer-logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .evo-footnote {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .mfa_form .btn-support {
        display: inline-block;
        margin-bottom: 10px;
    }
    .modal-content-register {
        margin: auto;
        width: 75%;
    }
    .main_footer {
        display: none;
    }
    .main_footer .footer-disc {
        text-align: left !important;
    }
    .evo-off-canvas .title-bar .title-bar-title {
        padding: 0;
        top: 0;
        left: 1rem;
        right: 0;
        text-align: left;
        font-size: 16px;
    }
    .form-wrapper {
        padding: 10px;
    }
    h1.register_title {
        padding: 0;
        font-size: 16px;
    }
    h2.register-new-title {
        margin-top: 20px;
    }
    .evo-thin-footer .evo-thin-footer-brand-bar {
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .footer-action-btn .btn-cancel,
    .footer-action-btn .btn-register {
        display: block;
        margin-bottom: 10px;
    }
    /*added by palavi starts here*/
    .footer-action-btn .btn-register {
        margin-right: 0;
    }
    /*added by palavi ends here*/
}

@media screen and (max-width: 382px) {
    .iconFixForMobile a {
        display: block;
        margin-top: 28px;
        /*border:1px red solid;*/
    }
}

@media only screen and (min-width:320px) and (max-width:328px) {
    .certiPolicyFixMobile a {
        display: block;
        margin-top: 28px;
        /*border:1px purple solid;*/
    }
}

@media only screen and (min-width:0px) and (max-width:768px) {
    .app-hero-banner {
        height: 100px;
    }
    h1.register_title,
    h1.page_title {
        padding: 9px 10px 20px 10px;
    }
    .enterVerificationCodeParent p.page-note {
        padding: 10px 13px 0;
    }
    .enterVerificationCodeParent .form-section {
        margin: 0 10px 20px 10px !important
    }
    .registrationSuccessparent .mfa_form .form-section {
        margin: 0 10px 20px !important;
    }
    .registrationSuccessparent .form-wrapperSuccess p.page-note {
        padding: 10px 13px 0;
    }
    .verificationInfoParent .form-section,
    .veriCodeDeliveryMethodParent .form-section {
        border: 1px solid #d6d6d6;
        padding: 10px 0;
        margin: 0 10px 20px !important;
        background: #edf3fe;
    }
    .veriCodeDeliveryMethodParent p.page-note {
        padding: 10px 20px 0;
    }
}


/* MFA pages css starts here */

p.page-note {
    font-size: 1rem;
    color: #222;
    padding: 10px 30px 0;
    text-align: left;
}

.mfa_form_heading {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    color: #009688;
    border-bottom: 1px solid rgba(0, 150, 136, 0.5);
    font-weight: 600;
}

.form-section {
    border: 1px solid #d6d6d6;
    padding: 10px 0;
    margin: 0 20px 20px !important;
    background: #edf3fe
}

p.page-note.delivery-method span {
    display: block;
    padding-bottom: 10px;
}

.mfa_form .btn-support {
    /*background: #009688;*/
    background: #002C77;
    color: #fff;
    border: 1px solid #002C77;
    transition: 0.2s;
    /* padding: 10px 30px; */
    padding: 10px 20px;
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
}

.mfa_form .btn-support:hover {
    color: #002C77;
    background: #fff;
}

.mfa_form .btn-register {
    /*background: #905501;*/
    background: silver;
    border: 1px solid silver;
    transition: 0.2s;
    color: #4d4d4d;
    padding: 10px 30px;
    border-radius: 3px;
}

.mfa-form .footer-action-btn .btn-register:hover {
    background: silver !important;
    border: 1px solid silver !important;
    transition: 0.2s;
    color: #4d4d4d !important;
    padding: 10px 30px;
    border-radius: 3px;
}


/* MFA pages css ends here */