﻿#main_content {
    font-family: 'Inter' !important;
}

i {
    margin-right: 5px !important;
}

#FooterMobile, #FooterExpert {
    display: none !important;
}

#pnlVerify {
    float: none;
    margin: 0 auto;
    background-color: white;
    padding: 40px 40px;
    border-radius: 7px;
    text-align: center;
}
#pnlVerifyContainer {
    background-color: #e3ecfc;
    box-shadow: 0px 4px 15px rgba(0,0,255,0.05);
}

#FormContainer label {
    text-align: left;
    display: block;
}

#FormContainer .form-control {
    border-color: #3ecdf7 !important;
    box-shadow: 0px 4px 15px rgba(0,0,255,0.05);
}

.intl-tel-input {
    display: table-cell;
}

    .intl-tel-input .selected-flag {
        z-index: 4;
    }

    .intl-tel-input .country-list {
        z-index: 5;
    }

.iti__tel-input {
    border-radius: 7px !important;
}

.iti__selected-dial-code {
    font-size: 12px;
    font-weight: bold;
}

#PhoneContainer {
}



#OTPContainer {
    display: none;
}

.form-control--otp {
    line-height: 2.5 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    text-align: center !important;
    padding: 0.5rem !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

@media ( min-width: 375px ) {
    .form-control--otp {
        line-height: 3;
        height: 4.5rem;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        max-width: 3.5rem;
        border-radius: 9px !important;
    }
}

fieldset {
    border: 0px;
    border-top: 1px groove #3ecdf7 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 0.5em 0 !important;
}

legend {
    font-size: 1em !important;
    font-weight: normal !important;
    text-align: left !important;
    width: auto;
    padding: 0 14px;
    border-bottom: none;
}
#VerifiedContainer {
    padding:30px;
}
#LoginInfoContainer {
    
    
   
}
#tblLoginInfo {
    margin: auto;
    
}

    #tblLoginInfo th, #tblLoginInfo td {
        font-size: 16px;
        padding: 10px;
        text-align: left;
        background-color: #B1EBFB;
    }
    #tblLoginInfo td{

        font-size:20px;
    }