body{
	font-size: 0.8rem !important ; /*1rem*/
}
.form-control{
	font-size: 0.8rem !important ; /*1rem*/
}
.fs-6{
	font-size: 0.8rem !important ; /*1rem*/
}
.brand {
	color: #0F001A;
	font-weight: 700;
	/*font-size: 2rem !important;*/
}


.regdob{
width: 100% !important;
}
.captcha-override .form-group {
display: flex !important;
flex-direction: column !important;
margin-bottom: 1rem !important;
}

.captcha-override .control-label {
margin-bottom: 0.25rem !important;
position: static !important;
}

.captcha-override .form-control {
padding: 0.4rem 0.6rem !important;
border: 1px solid #ccc !important;
border-radius: 4px !important;
}


.forgotyour {
	color: #0F001A;
	font-weight: 700;
	font-size: 2rem !important;
}
/*.brand3 {
	color: #0F001A;
	font-weight: 700;
	font-size: 2rem !important;
}
*/
.brand2 {
	color: var(--secondary-color) !important;
	font-weight:700;
}

.sign-container {
	max-width: 470px;

}

.icon-height {
	height: 24px;
	width: 24px;
}

.right-box {
	background: linear-gradient(#EF2F3C, #EF2F3C);
}

.inputbox {
	border-radius: 40px;
	border: 1px solid #BCBEC0;
	background: #FFF;
	border: none;
	outline: none;
	height: 40px;

}

.inputbox:focus {
	border: 2px solid #0DCA78;
}

.input-label {
	top: -30px;
	left: 0%;
}

.sign-up {
	border-radius: 5px !important;
	background: #0B5F76;
	/*background: linear-gradient(#EE6D16, #AD1E23);*/
	width: 100%;
	color: #fff;
}

.sign-up:hover {
	background: #3399E8;
	color: #fff;
	border: 1px solid #3399E8;
}

.btn-dual {
	border-radius: 5px !important;
	background: #0B5F76;
	/*width: 49%;*/
     color: #fff;
}

.btn-dual:hover {
	background: #3399E8;
	color: #fff;
	border: 1px solid #3399E8;
}

.signin-border {
	width: 60px;
	border: 2px solid var(--secondary-color);
}

.hiperlink {
	color: #465685 !important;
	font-family: mulish-R;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fontH1 {
	color: #EEE;
	font-family: mulish-R;
	font-size: 40px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 40px;
}

.fontH2 {
	color: #EEE;
	font-family: mulish-R;
	font-size: 35px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 40px;
}

.label {
	color: #2A1E17;
	font-family: mulish-R;
	font-size: 1.5rem !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

#circle {
	width: 100px;
	height: 100px;
	background-color: black;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.mylogin2 {
	/* margin-top: 2rem!important; */
	margin-bottom: 2rem !important;
}

.modal-header {
	border: none;
}

.modal-footer {
	border: none;
}

.bgrey {
	border: 1px solid lightgrey
}

.bgreyrad {
	display: flex;
	border: 1px solid lightgrey;
	border-radius: 28px;
}

.eyeD {
	border: none !important;
	float: right;
}

.eyeH {
	width: 20px;
	height: 20px;
}

.eyeH {
	width: 20px;
	height: 20px;
}

.bbsol {
	border-bottom: 1px solid#0d6efd;
}

.c001 {
	color: #0d6efd;
}

.ppwdby {
	float: right;
	margin-top: 0px;
	margin-left: -13px;
	margin-right: -26px;
	right: -3px;
}

.w78 {
	width: 78px;
}

.zdiv {
	width: 200px;
	margin-top: -18px;
}

.zImg {
	width: 110%;
	margin-left: -280px;
}

.redBor {
	color: red;
	justify-content: center;
}

.errImg {
	width: 50px !important;
	height: 50px !important;
	min-width: 0;
}

.bgC001 {
	background-color: var(--primary-color);
}

.zwid001 {
	width: 200px;
	margin-left: -22px;
}

.bnone {
	border: none;
}

.f10 {
	font-size: 10px;
}

.frig {
	float: right;
}

.fC001 {
	font-size: 10px;
	color: #fff;
}

.t-alig-cen {
	text-align: center;
}

#messagep {
	display: none;
	background: #f1f1f1;
	color: red;
	position: relative;
	padding: 5px;
	margin-top: 10px;
}

#messagep p {
	padding: 10px 35px;
	font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.validp {
	color: green;
}

.validp:before {
	position: relative;
	left: -35px;
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalidp {
	color: red;
}

.invalidp:before {
	position: relative;
	left: -35px;
}

.inNn {
	border: 1px solid lightgrey;
	border-radius: 28px;
}

.bnone {
	border: none !important;
}

.divPos001 {
	display: flex;
	border: 1px solid lightgrey;
	border-radius: 28px;
}

.whDiv {
	width: 20px;
	height: 20px;
}

.errMsg {
	font-size: smaller;
	font-family: mulish-R;
}

.fGrn {
	font-size: smaller;
	color: green;
}

.hideClass {
	display: none !important;
}


.form-control {
	/*margin-bottom: 15px;*/
}

.input-group {
	/*margin-bottom: 15px;*/
}

/* Ensuring equal height for input field and icon */
.input-group .form-control,
.input-group .input-group-text,
.captcha-input {
	height: 42px;
	/* Same height for both input field and image */
}

.input-group-text {
	border-left: none;
	/* Remove left border to make the icon appear closer to the input */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	/* Set a fixed width for icon containers */
	height: 42px;
	/* Same height as the input fields */
}

/* Styling for CAPTCHA field */
.captcha-container {
	display: flex;
	align-items: center;
	/* Align items vertically */
	justify-content: space-between;
	/* Ensure input, image, and button are spaced out */
	width: 100%;
	/* Full width for the container */
}

.captcha-input {
	width: 100%;
	/* Set width for CAPTCHA input to match image */
	height: 40px;
	/* Set a fixed height for the input */
	margin-right: 10px;
	/* Space between input and image */
}

.captcha-image {
	width: 37%;
	/* Set a fixed width for the CAPTCHA image */
	height: 42px;
	/* Set a fixed height for the CAPTCHA image */
	object-fit: contain;
	/* Ensure the image fits well within the dimensions */
	margin-top: 10px;
	/* Adjust top margin to align with input field */
}

.refresh-captcha {
	cursor: pointer;
	font-size: 20px;
	padding: 10px;
	background-color: #f1f1f1;
	border-radius: 5px;
	width: 50px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -10px;
	/* Adjust top margin to align with input field */
}

.spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: hsla(0, 0%, 100%, .5);
	opacity: 1;
	display: none;
	z-index: 100;
}


.spinner.is-open {
	display: -ms-flexbox;
	display: flex;
	animation: fadeIn .3s forwards;
}

.spinner-loading {
	position: relative;
	font-size: 10px;
	width: 10em;
	height: 10em;
	box-shadow: inset 0 0 0 0.5em var(--secondary-color) !important;
	border-radius: 50%;
	margin: auto;
	z-index: 1;
}

.spinner-item {
	position: relative;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	border-top: 0.5em solid hsla(0, 0%, 100%, .2);
	border-right: 0.5em solid hsla(0, 0%, 100%, .2);
	border-bottom: 0.5em solid hsla(0, 0%, 100%, .2);
	border-left: 0.5em solid #f7f7f7;
	transform: translateZ(0);
	-ms-transform-origin: center;
	transform-origin: center;
	animation: spinnerLoading 1.1s infinite linear;
}

@keyframes spinnerLoading {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}


.foot002 {
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: end;
}



.footcol001 {
    color: #FFFFFF !important;
	padding-right: 65px !important;
}


.tableheadbackground{
	background: var(--primary-color) !important;
}


.forgotpass-container {
		    
		         }

@media(max-width:624px) {
.forgotpass-container {
      	max-width: 470px;
      }
      }
	  
	  

	  @media(max-width:624px) {
	  .buttonpanel{
	  	display: flex;
	  	justify-content: center;
		
	  }
  }

	  
  @media(max-width:624px) {
  		  #cancel,#canfinal{
  		margin-right: 5px !important;
  		  }
	  }
			  
			  
			  
  .c-transactions-list {
      /* padding-left: 1.5rem; */
      /* padding-right: 1.5rem; */
      width: 100%;
	  }
	  .emprirydate{
	  padding-right: 102px;
	  }
  .login-box{
 }
.icici1_img{
width: 54%;
height: 100%;
}
  #card_head,#head{
	margin-top: 20px !important;
  }
  
  #otpimage{
  	width: 75% !important;
  	}
	  
	  
#calendarreg{
margin-right: 10px !important;
margin-bottom: 10px !important;
}	
#calendar-icon1{
margin-left: 139px !important;
}
.datecss{
padding: 0.4rem 0.6rem !important;
border: 1px solid #ccc !important;
border-radius: 4px !important;
height: 42px !important;
}
.datepicker{
	top:352.3442px !important;
}
#privacy,#faq,#termsandcon
{
	text-decoration: none;
}
.footer {
background-color:#171717;
color: white;
text-align: center;
display: flex;
justify-content: center;
 }
@media (max-width: 575.98px) {
  .footcol001 {
    padding-right: 30px !important;
  }
  
.footer {
background-color: #171717;
color: white;
padding: 10px;
text-align: center
   }
}
@media (max-width: 480px) {
    #calendar-icon1 {
        margin-left: 100px !important;
    }
}

@media (max-width: 480px) {
    .captcha-override .form-group {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .captcha-container {
        gap: 15px;
    }
}
.cancel_btn{
	border: 1px solid #0B5F76 !important;
	color: #0B5F76 !important;
	background:none !important;
}
.sign_in_btn{
	font-size: 23px !important;
}

	
	
	
