.login-wrapper {
	left: 0;
	top: 0;
	height: 100%;
	width: 503px;
	margin: auto;
}
.login-container {
	background-color: #FFF;
	width: 503px;
	height: auto;
	border-radius: 1px;
	margin: 10px auto;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	float: left;
}
.login-header {
	width: 100%;
	border-radius: 5px 5px 0 0;
	font-size: 30px;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	float: left;
}
.login-content {
	height: auto;
	border-radius: 0 0 3px 3px;
	float: left;
	width: 100%;
	margin-top: -15px;
}
.login-tabs {
	border-radius: 3px;
	margin: auto;
	width: 93%;
}
.login-tabs .login-tab {
	background: #404040 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 44px;
	text-align: center;
	width: 50%;
	text-transform:capitalize;
	text-decoration:none;
	border-right: 1px solid #FFF;
}
.login-tabs .login-tab.selected {
	background: #0187d0 none repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
	height: 44px;
}
.login-form {
	margin-top: 15px;
	text-align: center;
}
.login-form span {
	margin-top: 23px;
	width: 100%;
}
.login-btn {
	background: #018add none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	padding: 6px 16px;
	width: auto;
}
.login-btn:hover {
	background: #404040;
}
.clearfix {
	clear: both;
}
.error {
	color: #ff0000;
	float: left;
	font-size: 12px;
	margin: auto;
	padding-left: 40px;
	text-align: left;
}
.school-suggestions {
	padding: 10px 10px;
	font-size: 12px;
	cursor: pointer;
	width: 95.5%;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	border-radius: 3px;
	float: left;
}
.school-suggestions:hover {
	color: #FFF;
	background: #404040;
	font-weight: normal;
}
.school-suggestions:last-child {
	border: none;
}
.tt-menu {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #aaa;
	border-radius: 3px;
	top: 51px !important;
	width: 100%;
}
.empty-message {
	padding: 5px 10px;
	text-align: center;
	font-size: 12px;
}
.loginclose {
	/*width: 99.8%;
	float: left;*/
	text-align: right;
	padding-right: 1px;
	padding-top: 1px;
}
.loginline {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
.login-details {
	float: left;
	width: 100%;
}
.logintitle {
	color: #444444;
	float: left;
	
	font-size: 17px;
	font-weight: bold;
	padding-left: 25px;
	width: 90%;
}
#j_login_form {
	padding-left: 5px;
	text-align: center;
	width: 100%;
}
.loginbottom {
	background-image: url("../images/loginbottom_bg.png");
	background-repeat: repeat-x;
	float: left;
	height: 52px;
	width: 100%; text-align: left;
}
.textimage {
	float: left;
	padding-left: 51px;
	padding-top: 15px;
	text-align: center;
	width: 20px;
}
.textlogin {
	padding-top: 13px;
	width: 182px;
}
.textimage2 {
	float: left;
	padding-left: 53px;
	padding-top: 14px;
	text-align: center;
	width: 27px;
}
.textlogin2 {
	padding-top: 12px;
	text-align: left;
	padding-left: 77px;
}
.loginoutter {
	color: #444444;
	margin: auto;
	width: 88.5%;
}
.logintextleft {
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 5px;
	width: 65%;
}
.logintextright {
	float: right;
	padding-top: 7px;
}
.keepmelogin {
	width: 100%;
	float: left;
}
.keepmebox {
	width: 8%;
	float: left;
}
.loginlefttext2 a {
	color: #0187d0;
	text-decoration: none;
}
.loginlefttext2 a:hover {
	color: #0187d0;
	text-decoration: underline;
}
.keepmetext {
	float: left;
	padding-top: 2px;
}
.loginlefttext2 {
	width: 100%;
	float: left;
	padding-top: 3px;
	padding-left: 4px;
}
.bottomtext {
	float: left;
	padding: 12px;
	line-height: 17px;
	width: 95%;
	color: #444444;
	font-size: 12px;
}
.bottomtext a {
	text-decoration: none;
	color: #1f74b0;
	cursor: pointer;
}
.bottomtext a:hover {
	color: #D41D12;
}
#form-tab2 {
	margin: auto;
	padding-bottom: 63px;
	padding-top: 52px;
	width: 84%;
}
.form-input.tt-input {
	background-image: none !important;
	width: 98% !important;
}
#tab2 > p {
	margin: auto;
	width: 82%;
}
#school-found-links {
	margin: auto;
	padding-bottom: 6px;
	padding-top: 2px;
	width: 82%;
}
#school-found-links a {
	background-color: #0187d0;
	border-radius: 3px;
	padding: 7px;
	color: #fff;
	text-decoration: none;
}
#school-found-links a:hover {
	background-color: #404040;
}
#username-error {
	color: #ff0000;
	float: left;
	font-size: 12px;
	margin: auto;
	padding-left: 37px;
	padding-top: 5px;
	text-align: left;
	width: 85%;
}
#password-error {
	color: #ff0000;
	float: left;
	font-size: 12px;
	margin: auto;
	padding-left: 37px;
	padding-top: 5px;
	text-align: left;
	width: 85%;
}
.login-form input[type="text"] {
	width: 86%;
	width: calc(100% - 50px);
	Padding-left: 10px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #444444;
	height: 35px;
	color: #444444;
	float: left;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.login-form input[type="password"] {
	width: 86%;
	width: calc(100% - 50px);
	Padding-left: 10px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #444444;
	height: 35px;
	color: #444444;
	float: left;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.textboxoutter {
	width: 97%;
	float: left;
	margin: 15px auto auto;
	padding-left: 36px;
}
.textboximage {
	float: left;
}
.textboximage img{
	height: 35px;
}

.submit_btn {
	float: right;
	padding-bottom: 10px;
	width: 28%;
}
.validationerror {
	color: red;
	float: left;
	padding-top: 7px;
}
div#login_wrapper {
/* position: fixed !important; */
}
.login-form-inst input[type="text"] {
	border: 1px solid #444444;
	border-radius: 3px 0 0 3px;
	color: #444444;
	float: left;
	font-size: 14px;
	height: 41px;
	padding-left: 10px;
	text-align: left;
	width: 86%;
}
.ui-corner-all {
	-moz-border-radius: 4px 4px 4px 4px;
}
.ui-widget-content {
	background-color: #c7cace;
	border: 1px solid black;
	color: #222222;
}
.ui-widget {
	font-size: 12px;
}
.ui-menu {
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 2px;
}
.ui-autocomplete {
	cursor: default;
	position: absolute;
}
.ui-menu .ui-menu-item {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
.ui-menu .ui-menu-item a {
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	cursor: pointer;
	background-color: #eeeeee;
}
.ui-menu .ui-menu-item a:hover {
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: White;
	cursor: pointer;
	background-color: ButtonText;
}
.ui-widget-content a {
	color: #222222;
}
.step1 .submit_normal {
	width: 60px;
	color: #fff;
	margin-left: 294px; background-color: #000; border-radius: 4px; background-image: none; border: none;
	height: 30px;
}
.step1 .submit_error {
	width: 100px;
	color: #fff;
	margin-left: 254px;
	height: 30px;
	background-color: red; border-radius: 4px;
}
#register_bar_form .text {
	width: 100%;
	Padding-left: 10px;
	font-size: 14px;
	border: 1px solid #444444;
	height: 40px;
	color: #444444;
	xmargin: 20px auto auto;
	xbackground-image: url(../images/usernamebg.png);
	xbackground-repeat: no-repeat;
	xbackground-position: right;
	float: left;

}
#register_bar_form .step1 label{
	color: #444444;
	float: left;
	font-size: 19px;
	font-weight: bold;
	padding-left: 25%;
	width: 100%;
	margin-bottom:15px;
}
#register_bar_form .submit_normal{
	margin-top:15px;
	position:relative;
	margin-left: 0;
}
#register_bar_form .submit_error {
	width: 100px;
	color: #fff;
	left: 90px;
	height: 30px;
	background-color: red; border-radius: 4px;
	position:relative;
	margin-top:15px;
}

#register-wrapper-overlay .headbar_main{
	padding:20px;
}