﻿﻿﻿ /********** Global  Styles (Common Across all components) **********/
body {
    font-family: Roboto, sans-serif;
    width: 100%;
    line-height: 1;
}
/**********HeaderComponent **********/
h1 {
    padding-left: 90px;
    margin: 20px 20px 20px 20px;
    color: #822433;
    font-weight: 300;
    padding-left: 50px;
    font-size: 34px;
}

h2 {
    color: #333333;
    font-weight: bold;
    padding-top: 10px;
    font-size: 16px;
}
/********** Input Component **********/
input[type='text'],
input[type='password'] {
    font-size: 14px !important;
    line-height: 18px;
    font-family: Roboto, sans-serif;
    border: 2px solid #bfbfbf;
    border-radius: 0;
    margin-top: 8px;
    margin-bottom: 5px;
    height: 7px;
    padding: 20px;
    width: 260px;
}

.input-invalid {
    border: 2px solid #a00 !important;
    background: url(/Content/Images/ex.png) calc(100% - 8px) / 25px no-repeat #fff2f4;
}

.username-input-userProfile {
    font-size: 16px !important;
    color: #244F8B !important;
    border: none !important;
    font-weight: bold;
    text-transform: uppercase !important;
    padding: 5px 0 !important;
    margin: 5px 0 !important;
}

/********** form Labels **********/
.form_container {
    font-family: Roboto, sans-serif;
    padding-left: 90px;
}

    .form_container label {
        font-weight: bold;
        color: #000000;
        font-size: 14px;
    }

.btns_container {
    margin-top: 20px;
    margin-bottom: 30px;
}
/********** ButtonsComponent **********/
.btn_Submit {
    margin-left: 250px !important;
    background-color: #587992;
    width: 80px !important;
    font-weight: bold;
    color: #fff;
    height: 30px !important;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

.btn_Cancel {
    text-decoration: underline;
    font-size: 14px;
    color: #587992;
}
/********** ErrorMessageComponent **********/
.regFail_errorMsg {
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    margin-left: 90px;
    width: 360px;
    padding: 10px;
    border: 2px solid #a00;
    padding-left: 10px;
}

.warnIcon_errorMsg {
    width: 24px;
    height: 22px;
}

.input-validation-errorMsg {
    color: #a00;
    display: none;
}

.Google_Recaptcha_errorMsg {
    font-family: "Roboto Condensed", sans-serif;
    display: block;
    text-align: center;
    font-size: 24px;
    height: 50px;
    margin-top: 100px;
    font-weight: normal;
    padding: .4rem 0;
    margin: .4rem 0;
    color: Red;
    width: 100%;
}
/********** 2FA Component************/
.Link_2FA {
    text-decoration: underline !important;
    color: #587992;
    font-size: 15px;
}

/********** Steps Navigation **********/
.progressbar_image {
    padding-left: 80px;
    height: 25px;
    margin: -66px 25px 0px;
}

.progressbar_activeStep {
    font-weight: bold;
    text-align: center;
    width: 70px;
    float: left;
    margin-top: -25px;
    font-size: 12px;
    color: #AA1733;
}

.progressbar_completedStep {
    font-weight: bold;
    text-align: center;
    width: 70px;
    float: left;
    margin-top: -25px;
    font-size: 12px;
    color: #333333;
}

.progressbar_inactiveStep {
    font-weight: bold;
    text-align: center;
    width: 70px;
    float: left;
    margin-top: -25px;
    font-size: 12px;
    color: #999999;
}

.progressbar_step12_1 {
    padding-left: 390px;
}

.progressbar_step12_2 {
    padding-left: 470px;
}
/********** RegistrationSuccessComponent **********/
.regSuccess_msg {
    font-size: 24px;
    height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    padding: .4rem 0;
    margin: .4rem 0;
    color: green;
    width: 100%;
    text-align: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}
/********** LoadingScreen Component (.loading-overlay) **********/
.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    text-align: center;
}

    .loading-overlay img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/********** REGISTRATION PAGE Password Style**********/
.toggle-password {
    position: relative;
    right: 43px;
    top: 64.5%;
    transform: translateY(-50%);
    cursor: pointer;
}
/********** REGISTRATION PAGE Validation&Criteria  **********/
.Reg-criteria {
    font-family: Arial, sans-serif;
    border: 2px solid #a00;
    width: 330px;
    margin-top: 7px;
    font-size: 12px;
    color: black;
    padding-left: 15px;
    display: none;
}

    .Reg-criteria li {
        padding-left: 30px;
        margin-bottom: 7px;
    }

.Reg-criteria-head {
    font-weight: bold;
}
/********** REGISTRATION PAGE PhoneInput Field**********/
.phone-country_code {
    width: 45px;
    height: 80px;
    position: absolute;
    padding-top: 19px;
    padding-left: 5px;
    margin: 2px 2px 0;
    text-align: left;
    line-height: 23px;
    font-size: 14px;
    padding-right: 5px;
}
/******** RegistrationProfile Asterisk **************/
.asterisk {
    color: Red;
    font-size: larger;
}
/***********UserProfile STATUSMESSAGE Component**************/
.lblStatus {
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    width: 99%;
    height: 20px;
    padding: 0.5rem;
}
/***********Contact Us Page*************/
.contact_Info-icon {
    width: 25%;
    display: flex;
    height: 60px;
}

    .contact_Info-icon img {
        width: 50px;
        height: 50px;
    }

.contact_Info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mail_address {
    width: 40%;
}
/*************Executive Benefits page**********/
.font_Italic {
    font-style: italic;
}

.font_bold {
    font-weight: bold;
}

.table_product {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
/***************Index Page******************/
.img_bolicoli {
    height: 300px;
    width: 800px;
}

