/*-------MIF Step1 form start------*/
.bodyMIFStep1Form {
    /* background-color: #c0fefc;*/
  background-image: url(../img/bgNew.jpg);
  top: 0;
  left: 0;
  padding-top: 1%;
  overflow-y: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.track {
    padding: 6% 1.5%;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 9px 26px 0 rgb(0 0 0 / 19%);
    margin-bottom: 1%;
    min-height: 350px;
    border-radius: 9px;
    margin-top: 10%;
}

/* .track h3 {
    margin-top: 10px;
    color: #000061;
    font-size: 25px;
} */
.label-mandatory:after {
    content: ' *';
    color: red;
}
label {
    margin: 0.5em;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-weight: 700!important;
}
.btn-home {
    background: #009bff;
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
    color: #fff;
    width: 80px;
}

.addBtn {
    background: #C8C8C8 !important;
    color: #000;
}
.logo {
    width: auto;
}
.btnMerchantSubmit {
    /* background: #009bff;
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff); */
    color: #fff;
    width: 100px;
    border: 0;
    width: 125px;
    border: 0;
    background-color: #2c1f80;
    margin-right: 20px;
}
.btnMerchantSubmit.cancelBtn {
    border: 1px solid #898989;
    background: #fff;
    color: #212529;
}
  .btnMerchantSubmit.cancelBtn:hover, .btnMerchantSubmit.cancelBtn:active {
	     background: #f2f2f2;
	}
	 .btnMerchantSubmit.cancelBtn:focus {
            box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.50);
	}
.MIF1HeadDiv{
    text-align: center;
    margin: 30px auto;
    margin-bottom: 45px;
}
.MIF1Heading{
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    color: #000061;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.MIF1SignUp{
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.uppercase{
    text-transform: uppercase;
}
.userRadioMain .form-check-label{
    padding: 0px 5px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500 !important;
}
.labelMargin{
    margin-bottom: 22px;
    margin-top: 5px;
    line-height: 0.8;

}
.formGrpRow{
    margin-bottom: 10px;
}
.userRadioMain .form-check-inline{
    /* min-width: 350px;
    text-align: left; */
    min-width: 195px;
    text-align: left;
    padding-left: 55px;
}
.otpInput{
    max-width: 285px;
    display: inline-block;
}
.resentOtp{
    background: transparent;
    border: 0;
    color: #0079e0;
    padding-left: 0;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}
.errorMail{
    display: none;
    color: red;
    font-size: 14px;
    margin-bottom: 2px;
}
.invalid-feedback {
    color: red;
}
.otpInputNew {
    width: 72%;
    display: inline-block;
}
.form-control, .form-select {
    line-height: 1.3;
    font-size: 14px;
}
:root {
    --bg1: #f5f8f7;
    --blue: #3498db;
    --green: #2ecc71;
    --purple: #9b59b6;
    --gold: #e33c79;
    --red: #e74c3c;
    --orange: #e67e22;
  }
.number {
    font-family: "maven pro", sans-serif;
    /* font-size: 12em; */
    font-size: 3em;
    font-weight: 900;
    /* width: 0.9em; */
    text-align: center;
 line-height: 1.2;
  }
.number.fontColor1 {
    color: var(--blue);
  }
.number.fontColor2 {
    color: var(--red);
  }
.number.fontColor3 {
    color: var(--purple);
  }
.number.fontColor4 {
    color: var(--gold);
  }
.number.fontColor5 {
    color: var(--green);
  }
  .number.fontColor6 {
    color: var(--bg1);
  }
  .instructionSteps {
    list-style: inside;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 0;
    font-weight: 500;
    line-height: 1.3;
    padding: 15px;
  }
/*-------MIF Step1 form start------*/
.showPwd{
    position: relative;
    left: -30px;
    right: 0;
    border: 0;
}
.formColLeftPad{
    padding-left: 100px;
}
.captchaInput{
    width: 170px;
    display: inline-block;
}

@media screen and  (max-width: 1600px) {
    label {
        font-weight: 600!important;
        font-size: 14px !important;
    }
    .labelMargin {
        font-size: 14px;  
    }
    
}

.errorCheck{
     color: #ff0018;
    font-weight: 400;
    font-size: .875em;
    margin-bottom: 2px;
}
.otpErrorBg {
	    background: #2b1f89;
	    font-weight: 500 !important;
}
.card-footer {
    padding: 0.2rem 1rem;
    }
    .alert {
    padding: 0.5rem 1rem;
    }
    .help-block.text-danger{
    font-weight: 400 !important;
    color: #ff0018 !important;
    font-size: .875em;
    }
    .labelMargin b{
    font-weight: 700;
    }
    .row{
        margin: 0 auto;
    }