.cc-form-control label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.cc-form-container .row {
    margin: 0px 0px 31px 0px;
}
.cc-form-control input {
    width: 100%;
    padding: 12px;
}
.cc-form-control select {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.link_btn_for_teacher_per_btn{margin-bottom:25px!important;}
.link_btn_for_teacher_per_btn a {
    border: 1px solid #f35a2b;
    padding: 5px 8px;
    border-radius: 4px;
	transition: all 0.5s;
}
.link_btn_for_teacher_per_btn a:hover{
	background:#f35a2b;
	color:#fff;
}

.school_license_price h2{margin-bottom:10px!important;}
.school_license_price h2 strong{
	color:#f35828!important;
}
.school_license_price h2 + p{font-size: 20px;}

#school-form{
    background: #f9f9f9;
    padding: 25px;
}

#school-form input[type="text"],
#school-form select
{background:#fff!important;border:1px solid #dddddd!important;}

#school-form > h3{
    background: #203e9a;
    padding: 15px;
    color: #fff;
    font-weight: bold;
	margin-top:50px!important;
	margin-bottom:20px;
}
#school-form > h3:first-child{margin-top:0px!important;}
#school-form > .row{margin-bottom:20px;}

#school-form label{font-weight:normal;text-transform:uppercase;}

#school-form input[type="submit"]{min-width:150px!important;}

@media only screen and (max-width: 419px) {
	
	.page-id-12839 .container {
		max-width: 100%!important;
	}
	
	.link_btn_for_teacher_per_btn a {
		display: inline-block!important;
		margin-top: 10px!important;
	}
	
	#school-form {
		width: 105%!important;
		box-sizing: border-box!important;
	}
	
	
}