body {
	margin:  0;
}
.bg-blue{background: #0d6efd;}
.bg-indigo{background: #6610f2;}
.bg-purple{background: #6f42c1;}
.bg-pink{background: #d63384;}
.bg-red{background: #dc3545;}
.bg-orange{background: #fd7e14;}
.bg-yellow{background: #ffc107;}
.bg-green{background: #198754;}
.bg-teal{background: #20c997;}
.bg-cyan{background: #0dcaf0;}
.bg-white{background: #fff;}
.bg-gray{background: #6c757d;}
.bg-gray-dark{background: #343a40;}
.bg-primary{background: #009CFF;}
.bg-secondary{background: #6c757d;}
.bg-success{background: #198754;}
.bg-info{background: #0dcaf0;}
.bg-warning{background: #ffc107;}
.bg-danger{background: #dc3545;}
.bg-light{background: #F3F6F9;}
.bg-dark{background: #191C24;}

.fc-blue{color: #0d6efd;}
.fc-indigo{color: #6610f2;}
.fc-purple{color: #6f42c1;}
.fc-pink{color: #d63384;}
.fc-red{color: #dc3545;}
.fc-orange{color: #fd7e14;}
.fc-yellow{color: #ffc107;}
.fc-green{color: #198754;}
.fc-teal{color: #20c997;}
.fc-cyan{color: #0dcaf0;}
.fc-white{color: #fff;}
.fc-gray{color: #6c757d;}
.fc-gray-dark{color: #343a40;}
.fc-primary{color: #009CFF;}
.fc-secondary{color: #6c757d;}
.fc-success{color: #198754;}
.fc-info{color: #0dcaf0;}
.fc-warning{color: #ffc107;}
.fc-danger{color: #dc3545;}
.fc-light{color: #F3F6F9;}
.fc-dark{color: #191C24;}

p {
  text-indent: 50px;
  text-align: justify;
  color:#0dcaf0;
}

.page-content {
	width: 100%;
	margin:  0 auto;
	background: #75e2e9;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	background-image: -moz-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
}
.form-v10-content  {
	background: #fff;
	width: 90%; /* 1100px */
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	margin: 50px 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.form-v10-content .form-detail {
	position: relative;
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
.form-v10-content .form-detail h2 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
}
.form-v10-content .form-detail .form-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
}
.form-v10-content .form-detail .form-left h2 {
	color: #2271dd;
}
.form-v10-content .form-detail .form-right {
	width: 100%;
	background: #4835d4;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* #qualification :is(div label input select h4) { */
#qualification input {
	padding: 5px;
	margin: 0px;
}
#qualification div{
	padding: 5px;
	margin: 0px;
}

.spam1{
	color:#ffc107;
	font-style:oblique;
	font-size: 12px;
	font-weight: 600;
}

.spam2{
	color:#610707;
	font-style:oblique;
	font-size: 12px;
	font-weight: 600;
}

.heading1{
	font-style: bold;
	text-decoration : underline;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	color: #041d41;
	text-align: center;

}
.heading2{
	font-style: bold italic;
	font-size: 16px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	color: #fc0404;
	text-align: left;
}

.heading3{
	font-style: bold;
	text-decoration : underline;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 25px 2px 5px 2px;
	color: #0843b3;
}

.firmname{
	font-style: bold italic;
	font-size: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	text-align: center;
	color: #fc0404;
}
.firmdetail15{
	font-style: bold italic;
	font-size: 15px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	text-align: center;
	color: #750404;
}
.firmdetail10{
	font-style: bold italic;
	font-size: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	text-align: center;
	color: #750404;
}

.otp-btn {
  width: 50%;         /* Set a specific width */
  height: 50%;        /* Set the exact same height */
  border-radius: 2;     /* Ensure corners are square */
  /* Additional styling */
  background-image: linear-gradient(to top, #f80404, #f8cccc);
  background-color: #343a40;
  color: #190561;
  font-family:sans-serif;
  font-size: 15px;
  font-weight: 900;
  border: none;
  cursor: pointer;
  text-align: center;
  display: inline-flex; /* Helps with centering content */
  align-items: center;  /* Vertically centers content */
  justify-content: center; /* Horizontally centers content */
  border-radius: 5px;
  margin:25px;
}

.square-btn {
  width: 100%;         /* Set a specific width */
  height: 100px;        /* Set the exact same height */
  border-radius: 2;     /* Ensure corners are square */
  /* Additional styling */
  background-image: linear-gradient(to right, #070977, #401355);
  background-color: #343a40;
  color: #ffc107;
  font-family:sans-serif;
  font-size: 25px;
  font-weight: 900;
  border: none;
  cursor: pointer;
  text-align: center;
  display: inline-flex; /* Helps with centering content */
  align-items: center;  /* Vertically centers content */
  justify-content: center; /* Horizontally centers content */
  border-radius: 5px;
}

.square-btn2 {
  width: 100%;         /* Set a specific width */
  height: 100px;        /* Set the exact same height */
  border-radius: 2;     /* Ensure corners are square */
  background-color: #042d57;
  color: #fdfdff;
  font-family:sans-serif;
  font-size: 25px;
  font-weight: 900;
  border: none;
  cursor: pointer;
  text-align: center;
  display: inline-flex; /* Helps with centering content */
  align-items: center;  /* Vertically centers content */
  justify-content: center; /* Horizontally centers content */
  border-radius: 5px;
}

/* ---------- Message Box Style - Start */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('https://i.imgur.com/ilgqWuX.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('https://i.imgur.com/Q9BGTuy.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('https://i.imgur.com/Z8q7ww7.png');
}
.error{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('https://i.imgur.com/GnyDvKN.png');
}
.validation{
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('https://i.imgur.com/GnyDvKN.png');
}
/* ---------- Message Box Style - End */

.btn-verify{
  width: 100%;         /* Set a specific width */
  height: 50px;        /* Set the exact same height */
  border-radius: 2;     /* Ensure corners are square */
  /* Additional styling */
  background-image: linear-gradient(to right, #054fa3, #131d55);
  background-color: #343a40;
  color: #ffc107;
  font-family:sans-serif;
  font-size: 25px;
  font-weight: 900;
  border: none;
  cursor: pointer;
  text-align: center;
  display: inline-flex; /* Helps with centering content */
  align-items: center;  /* Vertically centers content */
  justify-content: center; /* Horizontally centers content */
  border-radius: 5px;
  margin-top:16px;
}
.form-v10-content .form-detail .form-right h2 {
	color: #fff;
}
.form-v10-content .form-detail .form-group {
	display: flex;
	display: -webkit-flex;
}
.form-v10-content .form-detail .form-row {
	position: relative;
	margin-bottom: 24px;
	padding-left: 20px;
    padding-right: 20px;
}
.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1 {
	width: 50%;
	padding: 0 12px 0 20px;
}
.form-v10-content .form-detail .form-left .form-group .form-row.form-row-2 {
	width: 50%;
	padding: 0 50px 0 12px;
}
.form-v10-content .form-detail .form-left .form-group .form-row.form-row-3 {
	width: 73%;
	padding: 0 12px 0 20px;
}
.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 {
	width: 50%;
	padding: 0 50px 0 12px;
}
.form-v10-content .form-detail .form-right .form-group .form-row.form-row-1 {
	width: 50%;
	padding: 0 12px 0 20px;
}
.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
	width: 100%;
	padding: 0 50px 0 12px;
}
.form-v10-content .form-detail select,
.form-v10-content .form-detail input {
	width: 100%;
    padding: 5px;
    border: 1px solid transparent;
    background: transparent;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.form-v10-content .form-detail select {
	background: 0 0;
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.form-v10-content .form-detail .form-left select {
	color: #0b093b;
	font-weight: 500;
}
.form-v10-content .form-detail .form-right select {
	color: #f2f2f2;
}
.form-v10-content .form-detail .select-btn {
	z-index: 0;
    position: absolute;
    top: 30%;
    right: 11.5%;
    font-size: 18px;
}
.form-v10-content .form-detail .form-left .select-btn {
    color: #666;
}
.form-v10-content .form-detail .form-right .select-btn {
    color: #f2f2f2;
}
.form-v10-content .form-detail .form-group .form-row.form-row-4 .select-btn {
	top: 20%;
	right: 26%;
}
.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
	top: 20%;
	right: 19%;
}

.form-v10-content .form-detail label {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	color: #041d41;
}
.form-v10-content .form-detail .form-left input {
	color: #0b093b;
	font-weight: 500;
}
.form-v10-content .form-detail .form-right input {
	color: #fff;
}
.form-v10-content .form-detail .form-left input,
.form-v10-content .form-detail .form-left select {
	border: 1px solid #055160;
	border-radius: 5px;
}
.form-v10-content .form-detail .form-left input:focus,
.form-v10-content .form-detail .form-left select:focus {
	border: 2px solid #e91176;
}
.form-v10-content .form-detail .form-right input,
.form-v10-content .form-detail .form-right select {
	border: 1px solid #ccc;
}
.form-v10-content .form-detail .form-right input:focus,
.form-v10-content .form-detail .form-right select:focus {
	border: 2px solid #e91176;
}
.form-v10-content .form-detail .form-right select option {
	background: #4835d4;
}
.form-v10-content .form-detail .form-checkbox {
	/* margin-top: 37px; */
	padding: 0 50px 0 60px;
	position: relative;
}
.form-v10-content .form-detail .form-checkbox input {
	position: absolute;
    opacity: 0;
}
.form-v10-content .form-detail .form-checkbox .checkmark {
	position: absolute;
    top: 1px;
    left: 60px;
    height: 15px;
    width: 15px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.form-v10-content .form-detail .form-checkbox .checkmark::after {
	content: "";
    position: absolute;
    left: 5px;
   	top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
 .form-v10-content .form-detail .form-checkbox input:checked ~ .checkmark::after {
    display: block;
}
.form-v10-content .form-detail .form-checkbox p {
    margin-left: 34px;
    color: #e5e5e5;
    font-size: 14px;
    font-weight: 400;
}
.form-v10-content .form-detail .form-checkbox .text {
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
}
.form-v10-content .form-detail .form-right .form-row-last {
    padding-left: 60px;
    margin: 44px 0 10px;
}

.form-v10-content .form-detail .register {
	background: #01f352;
	border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	width: 180px;
	border: none;
	margin: 6px 0 50px 0px;
	cursor: pointer;
	color: #333;
	font-weight: 700;
	font-size: 15px;
}
.form-v10-content .form-detail .form-right .register:hover {
	background: #014ef3;
}
.form-v10-content .form-detail .form-right .form-row-last input {
	padding: 12.5px;
}
.form-v10-content .form-detail .form-left input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
  font-size: 16px;
}
.form-v10-content .form-detail .form-left input::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  font-size: 16px;
}
.form-v10-content .form-detail .form-left input:-ms-input-placeholder { /* IE 10+ */
  color: #666;
  font-size: 16px;
}
.form-v10-content .form-detail .form-left input:-moz-placeholder { /* Firefox 18- */
  color: #666;
  font-size: 16px;
}
.form-v10-content .form-detail .form-right input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f2f2f2;
  font-size: 16px;
}
.form-v10-content .form-detail .form-right input::-moz-placeholder { /* Firefox 19+ */
  color: #f2f2f2;
  font-size: 16px;
}
.form-v10-content .form-detail .form-right input:-ms-input-placeholder { /* IE 10+ */
  color: #f2f2f2;
  font-size: 16px;
}
.form-v10-content .form-detail .form-right input:-moz-placeholder { /* Firefox 18- */
  color: #f2f2f2;
  font-size: 16px;
}

/* Responsive */
@media screen and (max-width: 1199px) {
	.form-v10-content {
		margin:  95px 20px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.form-v10-content .form-detail .form-group {
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-2,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-3,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-1,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
	    width: auto;
	    padding: 0 50px 0 60px;
	}
	.form-v10-content .form-detail .select-btn,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 .select-btn,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
		right: 15%;
	}

}
@media screen and (max-width: 767px) {
	.form-v10-content .form-detail {
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-v10-content .form-detail .form-right {
		border-top-right-radius: 0px;
    	border-bottom-left-radius: 10px;
	}
	.form-v10-content .form-detail .form-left {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 575px) {
	.form-v10-content .form-detail .form-group {
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.form-v10-content .form-detail .form-row,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-2,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-3,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-1,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
	    width: auto;
	    padding: 0 30px;
	}
	.form-v10-content .form-detail .select-btn,
	.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 .select-btn,
	.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
		right: 15%;
	}
	.form-v10-content .form-detail h2 {
	    padding: 33px 30px 0px 30px;
	}
	.form-v10-content .form-detail .form-checkbox {
		padding: 0 30px;
	}
	.form-v10-content .form-detail .form-checkbox .checkmark {
		left: 30px;
	}
	.form-v10-content .form-detail .form-right .form-row-last {
		padding-left: 0;
		text-align: center;
	    margin: 44px 0 30px;
	}
	/* .tickmark{
		content: " \2713"; // FOR TICK MARKS.
  		color: rgb(250, 10, 10);
  		font-weight: bold;
	} */
}

.logocontainer {
  display: flex;
  align-items: center; /* Vertical center */
  justify-content: center; /* Horizontal center */
  height: 100px; /* Example container height */
}
.logo {
  height: 100%;
  width: 50%;
}