body{font-family: "Open Sans", sans-serif !important;font-size:14px; line-height:180%; color:#444; font-weight: normal;min-height:100%;}
input { 
    text-align: center; 
}
select{
	text-align: center; 
}

input[type="email"]::placeholder {  
                  
                /* Firefox, Chrome, Opera */ 
                text-align: center; 
            } 
            input[type="text"]::placeholder {  
                  
                /* Firefox, Chrome, Opera */ 
                text-align: center; 
            } 
            input[type="tel"]::placeholder {  
                  
                /* Firefox, Chrome, Opera */ 
                text-align: center; 
            } 
            input[type="email"]:-ms-input-placeholder { 
                  
                /* Internet Explorer 10-11 */ 
                text-align: center; 
            } 
            input[type="email"]::-ms-input-placeholder {  
                  
                /* Microsoft Edge */ 
                text-align: center; 
            } 
h2{
	margin-top:10px;
}
label{
	color:#333333;
}
.reg_btn{
	margin-top: 10px;
}
.login,.instruction{
	margin: 5%;
}
.profile{
	margin-bottom: 5%;
	margin-left: 1%;
	margin-right: 1%;
}
.instruction ul > li,.profile ul > li{
	text-align: justify; 
	text-justify: distribute;
}

.instruction h3,.profile h3{
	text-align: center;
	margin-bottom: 5%;
}
.login h2,.profile h2{
	font-weight: normal;
	text-align: center;
}
.login .logo{
	margin-top: 5%;
}
.form-label{
	font-weight: bold;
}
.login form{
	width: 50%;
}
.register form{
	width: 60%;
}
.register{
	margin:2%;
}
.form-select{
	padding:5px;
	text-align: center; 
	text-align-last: center; 
}
.message{
	margin-top:2%;
}
.razorpay-payment-button{
	background:#2BAAE1; 
	color:white !important; 
	border:1px solid #2BAAE1;
	margin: 15px 0;
	border-radius: 22px;
	padding: 10px 70px;
}
#education_experience td > input[type=text],#work_experience td > input[type=text]{
	width: 100px;
}
#education_experience td > input[type=file],#work_experience td > input[type=file]{
	width: 200px;
}
#work_experience td {
	width: 250px;
}
.form-label-sm {
	font-size: 12px;
	font-weight: bold;
}


#work_experience td > textarea{
	width: 200px;
}
#work_experience td > select{
	width: 200px;
}
.form-select > option{
	text-align: center;
}
#submit{
	/*border-radius: 25px;*/
	font-size: 16px;
	width: 25%;
	color: white;
	margin-top: 5%;
}
.razorpay-payment-button{
	background: #BB2D3B;
	border-color: #BB2D3B;
	font-size: 16px;
    width: 25%;
    color: white;
    margin-top: 5%;
    border-radius: .25rem;
}
.education_details label,.exp_details label{
	font-size: 12px;
}
a{
	color: #2BAAE1
}
.dob{
	margin-bottom: -10px;
}
.hidden-pc{
	display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.hidden-pc{
	display: none;
}
	.register{
		width: 100%;
		font-size: 30px;
	}
	.login form{
	width: 50%;
}
.register form{
	width: 100%;
}
#submit{
	width: 50%;
}
.instruction{
	margin: 5%;
	font-size: 30px;
}
.instruction ul > li{
		font-size: 24px;
}
.reg_btn{
	width: 80%;
	font-size: 25px;
}
}
@media only screen and (max-width: 768px) {
	.hidden-pc{
	display: none;
}
	.login form,.register form{
	width: 100%;
}
#submit{
	width: 50%;
	margin-top: 3%;
}
.instruction{
	margin: 5%;
}
.instruction ul > li{
		font-size: 22px;
}
.reg_btn{
	width: 80%;
	font-size: 25px;
}
}
@media only screen and (max-width: 600px) {
	.hidden-pc{
	display: block;
}
	.login form,.register form{
	width: 100%;
}
#submit{
	width: 50%;
}
.instruction{
	margin: 8%;
}
.razorpay-payment-button{padding: 10px;width: 60%}
.form-control{margin: 5px 0}
}
@media only screen and (max-width: 540px) {
	.hidden-pc{
	display: block;
}
	.register form{
	width: 100%;
}
.reg_btn{
	width: 60%;
	font-size: 20px;
}
#submit{
	margin-top: 3%;
}
.instruction{
	margin: 8%;
}

}
@media only screen and (max-width: 414px) {
	.hidden-pc{
	display: block;
}
	.login form,.register form{
	width: 100%;
}
.instruction ul > li{
	font-size: 14px;
	word-spacing: -1px;
}
#submit{
	width: 50%;
}
.instruction{
	margin: 5%;
}
.reg_btn{
	width: 60%;
	font-size: 20px;
}
}
@media only screen and (max-width: 375px) {
	.hidden-pc{
	display: block;
}
	.login form,.register form{
	width: 100%;
}
.instruction ul > li{
	font-size: 14px;
	word-spacing: -1px;
}
#submit{
	width: 50%;
}
.instruction{
	margin: 4%;
}
.reg_btn{
	width: 70%;
	font-size: 18px;
}
}
@media only screen and (max-width: 300px) {
	.hidden-pc{
	display: block;
}
	.login form,.register form{
	width: 100%;
}

#submit{
	width: 50%;
}
.reg_btn{
	width: 50%;
	font-size: 14px;
}
}
@media only screen and (max-width: 280px) {
	.hidden-pc{
	display: block;
}
	.login form,.register form{
	width: 100%;
}
#submit{
	width: 50%;
}
.reg_btn{
	width: 50%;
	font-size: 14px;
}
.instruction ul > li{
	font-size: 14px;
	word-spacing: -1px;
}

.form-check label {
	padding-left: 0em;

}
}




