/**************************************/
.form-control {
    border-color:#F05B23;
    color:#202020;
    border-radius: 6px;
}
.form-control:focus {
     color:#023B6D;
}
.form-header {
  text-align:center;
  padding-bottom: 20px;
}
.form-control::placeholder{
	color:#b8b8b8;
}
.form-label {
    font-weight:bold;
    font-size: 1rem;
    /* color:#333; */
}
form sup {
	top: -.2em;
    font-size: 1rem;
    color: red !important;
}
.frmsubmit {
  text-align: center;
  padding: 20px 0;
}
.mandatory {
    color: #E77;
    padding-left: 5px;
}
#txtAadhar::placeholder {
  letter-spacing: normal;
  font-weight: normal;
}
#txtAadhar {
  letter-spacing: 10px;
  font-weight: bold;
}
#txtEmailVerification::placeholder, #txtEmailVerification2::placeholder {
  letter-spacing: normal;
  font-weight: normal;
}
#txtEmailVerification, #txtEmailVerification2 {
  width: 45%;
  float: left;
  letter-spacing: 10px;
  font-weight: bold;
}
#txtRegDetails {
  width: 45%;
  float: left;
}
#btnSendCode, #btnGetReg, #btnVerifyGetDetails {
	--bs-btn-padding-x: 12px;
	--bs-btn-padding-y: 5px;
	--bs-btn-font-size: 17px;
	--bs-btn-font-weight: 700;
}
/*************** Form Pages ***********************/
#success_message {
  color: #124a7a;
  border: 1px solid #F05B23;
  border-radius: 6px;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  width:92%;
  text-align: left;
  background-color: #ffE7A3;
}

#error_message {
  color: red;
  display: none;
  border: 1px solid red;
  border-radius: 6px;
  text-align: left;
  padding: 15px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
  font-size: 16px;
  width:92%;
}

.ajax-loader {
  width: 50px;
  padding-top: 22px;
  display: none;
}
#imgLoaderEmailVerification, #imgLoaderCheckBootcampReg {
  width: 32px;
  height: 32px;
  padding-top: 0px;
}

#error_message ul li{
  list-style: circle;
  text-align: left;
}

#success_message.show,
#error_message.show {
  display: block;
}

.grcaptcha-err {
  text-align: center;
  padding-bottom: 10px;
}

#sectionPersonalDetails, #sectionInstitutionalDetails, #sectionEDPDetails, #sectionStudentCheck, #actionSubmit, #sectionRegCheck, #existingBootcampReg, #verifyEmailGetDetails {
  display: none;
}
#frmParticipants {
  min-height:800px;
}
#frmParticipants option:disabled {
  font-weight: bold;
  background-color: #FFA763;
  color: #FFF;
}
.form-control:disabled {
	background-color: #F1F1F1;
	opacity: 1;
  color: #878787;
}
.form-control:readonly {
	background-color: #f4f4f4;
	opacity: 1;
  color: #555;
}
#txaBusinessIdea {
  min-height: 155px;
}
/*Mentor Form*/
#selExperience, #selExperienceMonths {
  width: 32%;
}

#txaCompanyProfile {
    height: 135px;
}
#selMonths, #selDays {
    width: 32%;
  }
  