@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    /* margin-left: 50px; */
    /* margin-right: 50px; */
    background: #F8F8F8;
}
.line-height{
    line-height: inherit;
}
.w-45 {
    width: 45% !important;
}
.border-radius{
    border-radius: 10px;
}
.header-logo{
    font-family: "Times New Roman", Times, serif;
}
.login .container {
    /* max-width: 1390px; */
    padding: 33px 20px;
    margin: auto;
    background-color: #fff;
}
.login-footer {
    margin-top: 13px;
    height: 406px;
}
.login img#logo {
    width: 100%;
    max-width: 459.478px;
    height: auto;
}
.footer-content .address-title, .footer-content .address, .footer-content .footer-text {
    padding: 17px 0px;
}
.login div#footerContainer {
    width: 100%;
    height: 100%;
}
.new-address span {
    color: #000000;
    line-height: 26px;
}
.new-address a {
    line-height: 26px; 
}
.new-info-box-login input::placeholder {
    color: #4B4B4BCC;
}
.alert.alert-danger {
    position: absolute;
    width: 90% !important;
    top: 21px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 99;
}
.login .footer-content {
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}
.forgot-password a.ipc-blue {
    font-size: 14px;
    font-family: Arial;
    color: #2A88AC!important;
    width: 146px;
    /* height: 24px; */
}
.login div.form-control-feedback {
    position: absolute;
    top: 0px;
    right: 5px;
}
.login .form-group {
    width: auto;
    padding: 0px 10px;
    position: relative;
    padding-bottom: 0rem !important;
}
.rc-anchor-normal {
    height: 60px!important;
    width: 300px;
}
.login-form {
    padding: 20px 28px 20.94px 27px;
    width: calc(35% - 15px);
    height: auto;
    align-items: center;
    position: relative;
    border-radius: 10px!important;
    background: #F8F8F8!important;
    margin-right: auto;
}
.face-size{
    width: 550px;
    height: 695px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 0px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a3a3a3;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #d6d6d6;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::placeholder {
    color: #a3a3a3;
}
.login_content_steps {
    padding: 0px 20px;
}
.g-recaptcha {
    transform:scale(1.1);
    transform-origin:0 1;
}
.pass-lock {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #a3a3a3;
}
.pass-container{
    position: relative;
}
h3.welcome-content {
    font-weight: 600;
    color: #414141;
    font-size: 32px;
}
select.custom-select {
    color: #a3a3a3;
}
.custom-select {
    position: relative;
    right: 0;
    width: 100%!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    background: url('https://img.icons8.com/ios-filled/15/a3a3a3/expand-arrow--v1.png') no-repeat 95% 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 1240px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

#otp{
    text-align:left;
}
input[type=number] {
     text-align: center;
}
.btn-login {
	color:#fff; 
	background-color: #2A88AD;
	border: 1px solid #257C9E;
}

/* New Login Pages */

.welcome-video {
    width: 855px;
    height: 462px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px lightgray;
    margin-bottom: 30px;
}
.welcome-image {
    width: 840px;
    height: 440px;
    object-fit: cover;
    border-radius: 10px;
}
.welcome-info {
    width: 855px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px lightgray;
    margin-bottom: 30px;
}
.info-title {
    color: #2A88AC;
    text-align: center;
    font-family: Arial;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 34px;
    padding-bottom: 30px;
}
.info-box {
    width: 831px;
    border-radius: 8px;
    border: 0px #EAEAEA;
    background: #F8F8F8;
    padding: 21px 28px 26px 28px;
    margin-bottom:30px ;
}
.info-box-otp {
    width: 831px;
    border-radius: 8px;
    border: 0px #EAEAEA;
    background: #F8F8F8;
    padding: 21px 28px 26px 20px;
    margin-bottom:30px ;
}
.info-box-login {
    width: 831px;
    border-radius: 8px;
    border: 0px #EAEAEA;
    background: #F8F8F8;
    padding: 21px 13px 15px 12px;
    margin-bottom:30px ;
    box-sizing: border-box;
}
.info {
    color: #464A4C;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pl25 {
    padding-left: 25px;
}
.font-weight-600 {
    font-weight: 600 !important;
}
form[name="AdminLoginCtrl"] {
    width: 100%;
}
form[name="loginCtrl"] {
    width: 100%;
}
.welcome-btn {
    width: 831px;
    height: 45px;
    border-radius: 4px;
    margin-bottom: 18px;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height:normal;
}
.welcome-btn-type {
    width: 412px;
    height: 45px;
    border-radius: 4px;
    margin-bottom: 18px;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height:normal;
}
.login-text {
    color: #464A4C;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login-input {
    width: 397.639px !important;
    height:45px !important;
    border: 1px solid #D8D8D8!important;
    border-radius: 5px !important;
}
.gap-12 {
    gap: 12px;
}
.otp-input {
    width: 791px;
    height:45px;
    border: 1px solid #D8D8D8!important;
    border-radius: 5px !important;
}
.modal-body {
	padding: 15px 25px;
}
.modal-body .row .modal-btn:first-child {
	margin-right: 8px;
}
.modal-body .col-2{
	max-width: 30%;
}
.modal-body .cfn{
	width: 25%;
}
.modal-body .confirm{
	width: 20%;
	margin-left: 2px;
	margin-right: 2px;
}
.modal-body .offset-4{
	margin-left: 25%;
}
.modal-body .offset-4 {
    margin-left: 29%;
}
.modal-body .testEmail .offset-4{
	margin-left: 33%;
}
.modal-content{
	padding: 5px;
	border-radius: 10px;
}
.modal-box-shadow {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
	border-radius: 10px;
}
.new-info-box-otp {
    border-radius: 6px;
    /* border: 0px #EAEAEA; */
    /* background: #F8F8F8; */
    /* padding: 21px 28px 26px 20px; */
    margin-bottom:20px ;
}
.new-info-box-login {
    border-radius: 6px;
    border: 0px #EAEAEA;
    /* background: #F8F8F8; */
    /* padding: 21px 13px 15px 12px; */
    /* margin-bottom:30px ; */
    box-sizing: border-box;
}
.login-shadow{
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33); */
}
.w-65{
    /* width: 65% !important; */
    width: 1097.16px;
    /* height: 672px; */
}
.w-35{
    /* width: 35% !important; */
    /* max-height: 560px; */
    /* height: 672px; */
    width: 690px;
}
.new-btn-login {
    width: 100%;
    height: 44.058px;
    background: linear-gradient(180deg, #40B3DF -65.82%, #2A88AC 212.22%);
    border: none;
    color: #FFF;
    border-radius: 10px;
    text-shadow: 0px 0.2px 1px rgba(0, 0, 0, 0.25);
    font-family: Inter;       
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}
.forgot-password span {
    color: #4B4B4B;
    text-align: left;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 140px;
    padding-top: 2px;
    padding-left: .5rem !important;
    margin-left: .25rem !important;

    /* height: 24px; */
}
.forgot-password span:nth-child(2) {
    color: #2A88AC;
}
.new-welcome-video {
    width: 65%;
    /* height: 562px; */
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
    margin-left: auto;
}
.new-welcome-video img {
    width: 100%;
    object-fit: cover;
}
.border-radius-6 {
    border-radius: 6px;
}
.new-otp-input {
    height:45px;
    border: 1px solid #D8D8D8!important;
    border-radius: 6px !important;
}
.new-info-title {
    text-align: center;
    color: #4B4B4B;
    font-family: Arial;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new-info {
    color: #4B4B4B;
    font-family: Arial!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.new-welcome-video iframe{
    aspect-ratio: 16 / 9;
    width: 102.9%;
    height: auto;
    margin-left: -11px;
    margin-top: -6px;
}
.new_header_container{
    /* margin-top: 20px; */
    margin-bottom: 66px;
    display: flex;
    justify-content: center;
}
.new-info-box-login .form-group label{
    font-family: Arial;
    color: #464A4C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 18.048px;
    margin-bottom: 10.5px;
}
.new-info-box-login .form-group input,.form-select-opt, .new-info-box-otp .form-group input{
    font-family: Arial;
    color: rgba(75, 75, 75, 0.80)!important;
    font-size: 18px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 40px !important;
    flex-shrink: 0;
    /* color: #464A4C; */
    border: 1px solid rgba(75, 75, 75, 0.80) !important;
    border-radius: 7px !important;
}
.new-btn-login-select {
	background: linear-gradient(180deg, #40B3DF -65.82%, #2A88AC 212.22%);
    color: #FFF;
    font-family: Inter;
    font-weight: 500;
	border: none;
    /* height: 49.2px;
    width: 326px; */
    width: 100%;
    height: 44.058px;
    border-radius: 10px;   
    text-shadow: 0px 0.2px 1px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-style: normal;
}
@media (min-width:1390px) {
    .new-welcome-video {
        /* width: 780px; */
        width: 720px;
        height: 405px;
    }
    .login-form {
        /* width: 551px;
        height: 468px; */
        width: 361px;
        height: 406px;
    }
    .new-info-box-login .form-group input, .new-info-box-otp .form-group input{
        /* width: 485.99px; */
        width: 306px;
        height: 40px !important;
    }
    .login .form-group {
        padding: 0px;
    }
    form[name="AdminLoginCtrl"] {
        width: auto;
    }
    form[name="loginCtrl"] {
        width: auto;
    }
    .new-info-title {
        width: 361px;
    }
    .otp_enter {
        width: 262.878px;
    }
    .info_otp {
        width: 305px;
    }
    .f_main {
        width: 1149px !important;
        margin-left: 40px;
    }
    .f_intro {   
        width: 376px!important;
    }
    .f_adr_1 {   
        width: 294.5px!important;
    }
    .f_adr_2 {  
        width: 272px!important;
    }
    .f_intro_text {
        width: 365px!important;       
    }
    
    .f_adr_1text {
        width: 278px!important;        
    }
    .f_adr_2text {
        width: 255px!important;        
    }
    .new-btn-login {
        width: 306px!important;        
    }
    .login .container {
        max-width: 1390px;
    }
    .forgot-password span {
        height: 24px;
    }
    .forgot-password a.ipc-blue {
        height: 24px;
    }
    .new-info-box-login .form-group label{
        width: 262.878px!important;       
    }
    .capcha_text {
        width: 305px!important;
    }
    .new-btn-login-select {        
        width: 306px!important;        
    }
    .nice-day {
        width: 210px!important;        
    }   
}

.f_main {
    width: 100%;
    height: 146px;
    gap: 60px;
    margin-top: 53px;
}
.f_intro {   
    width: 100%;
    height: 137.86px; 
    color: #5F5F5F;
    text-align: left;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.5px;
    padding-left: 11px;
    border-left: 3px solid #F8F8F8;
}
.f_adr_1 {   
    width: 100%;
    height: 138px;
    color: #5F5F5F;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-left: 16px;
    border-left: 3px solid #F8F8F8;
}
.f_adr_2 {  
    width: 100%;
    height: 139px; 
    color: #5F5F5F;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-left: 16px;
    border-left: 3px solid #F8F8F8;
}
.fontw-700 {
    font-weight: 700;
}
p.forgot-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.info_otp {   
    height: 60px;
    margin-bottom: 20px !important;
    text-align: justify;
}
.otp_enter {    
    font-size: 18px!important;    
    height: 18.048px;
    padding-left: 10px;
    color: #464A4C!important;
    margin-bottom: 10.95px;
}
.f_intro_text {
    width: 100%;
    height: 96px;
}

.f_adr_1text {
    width: 100%;
    height: 96px;
    line-height: 23.5px;
}
.f_adr_2text {
    width: 100%;
    height: 97px;
    line-height: 23.5px;
}
.browser_text {
    width: 305px;
    height: 135px;
    margin-bottom: 20px;
}
.capcha_text {
    width: 100%;
    height: 42px;
    color: rgba(75, 75, 75, 0.70);
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 9.31px;
    margin-bottom: 20px;
}
.b-mar {
    margin-bottom: 20px!important;
}
/* .margin-b {
    margin-bottom: 18.5px !important;
} */
.grecaptcha-badge { visibility: hidden; }

img.img_profile {
    width: 114px;
    height: 114px;
    border-radius: 114px;
    /* margin-bottom: 33px; */
}
.login-body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select.png);
    background-color: #fff;
    background-position: calc(100% - 18px) center;
    background-repeat: no-repeat;
    padding-right: 18px;
}
.pwd_align::placeholder {
    position: relative!important;
    top: 4px!important;			
}
.nexa-login-form{
	height : auto !important;
}
@media (max-width:760px) {
    .client_login {
        flex-wrap: wrap;
    }
    .login-form {        
        width: 100%;
    }
    .new-welcome-video {
        width: 100%;
    }
}