.bg-set {
    background-image: url(../images/tc-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.schoolName {
    font-family: 'Passion One', cursive;
    font-size: 45px;
    color:#2e3192;
    line-height: 50px;
}
.subhead {
    font-size: 22px;
    font-weight: bold;
}
.searchbox {
    width:600px;
    padding:30px 50px;
    text-align: center;
    border-radius: 15px;
    margin: auto;
    margin-top:20px;
    background: rgba(46,49,146,1);
background: -moz-linear-gradient(45deg, rgba(46,49,146,1) 0%, rgba(32,78,171,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(46,49,146,1)), color-stop(100%, rgba(32,78,171,1)));
background: -webkit-linear-gradient(45deg, rgba(46,49,146,1) 0%, rgba(32,78,171,1) 100%);
background: -o-linear-gradient(45deg, rgba(46,49,146,1) 0%, rgba(32,78,171,1) 100%);
background: -ms-linear-gradient(45deg, rgba(46,49,146,1) 0%, rgba(32,78,171,1) 100%);
background: linear-gradient(45deg, rgba(46,49,146,1) 0%, rgba(32,78,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3192', endColorstr='#204eab', GradientType=1 );
color:#fff;
}
.select-color-change {
    background-color: transparent;
    border-radius: 0px;
    border:solid 1px #fff;
    color:#fff
}
.search-btn {
    padding:3px 40px;
    border-radius: 5px !important; 
    border-radius: 0px;
    background: rgba(237,237,237,1);
background: -moz-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1 );
color:#444
}

@media (max-width:767px) {
    .searchbox {
        width:100%;
    }
}
@media (max-width:560px) {
    .schoolName {
        font-size: 30px;
    }
    .subhead {
        font-size: 18px;
    }
}
.login_success_msg 
{
    border-radius: inherit;
	
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	border: 1px solid #9DFF9D;
	background-color: #D2FFD2;
	text-align: center;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}
.login_error_msg 
{
    border-radius: inherit;
	
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	border: 1px solid #FFA6A6;
	background-color: #FFFBFB;
	text-align: center;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}