body {
	background: white;
	overflow-x: hidden;
}

.all{
	align-items: center;
	display: flex;
	height: 100vh;
}
.animate {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.text-center {
	text-align: center;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
a {
	color: #00A885;
}
a:hover,
a:focus {
	color: #00755d;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.text-primary {
	color: #00A885;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input[type="checkbox"] {
	width: auto;
}
button {
	cursor: pointer;
	background: #10417A;
	border-radius: 20px;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 20px;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	position: relative;
}

button::after {
	content: "→";
	position: absolute;
	left: 100%;
	transition: all 0.3s;
}

button:hover::after {
	left: calc(100% - 50px);
}

button:hover {
	opacity: 0.7;
}
span.validate-tooltip {
	background: #D91717;
	width: 100%;
	display: block;
	padding: 5px;
	color: #fff;
	box-sizing: border-box;
	font-size: 10px;
	margin-top: -28px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-animation: tooltipanimation 0.3s 1;
	animation: tooltipanimation 0.3s 1;
}
.input-group {
	position: relative;
	margin-bottom: 20px;
}
.input-group label {
	position: absolute;
	top: 9px;
	left: 10px;
	font-size: 13px;
	color: #cdcdcd;
	font-weight: normal;
	padding: 2px 5px;
	z-index: 5;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.remember-me{
	position:relative;
	left:80px;
	top:20px;
}
.input-group input {
	outline: none;
	display: block;
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 3;
	border: 1px solid #d9d9d9;
	padding: 10px 10px;
	background: #ffffff;
	box-sizing: border-box;
	font-weight: 400;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.input-group .lighting {
	background: green;
	width: 0;
	height: 2px;
	display: inline-block;
	position: absolute;
	top: 40px;
	left: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.input-group.focused .lighting {
	width: 100%;
}
.input-group.focused label {
	background: #fff;
	font-size: 12px;
	top: -8px;
	left: 5px;
	color: green;
}
.input-group span.validate-tooltip {
	margin-top: 0;
}
.wrapper {
	background: #fff;
	border-radius: 40px;
	margin: 20px auto;
	min-height: 200px;
	transition: all 0.3s;
}
.wrapper .inner-warpper {
	padding: 50px 30px 30px;
	box-shadow: 1px 1.732px 10px 0px #10417A;
	border-radius:40px;
}
.wrapper .title {
	margin-top: 0;
}
.wrapper .supporter {
	margin-top: 10px;
	font-size: 14px;
	color: #8E8E8E;
	cursor: pointer;
}
.wrapper .remember-me {
	cursor: pointer;
}
.wrapper input[type="checkbox"] {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	cursor: pointer;
}
.wrapper label[for="rememberMe"] {
	cursor: pointer;
}
.wrapper .signup-wrapper {
	padding: 10px;
	font-size: 14px;
	background: #EBEAEA;
}
.wrapper .signup-wrapper a {
	text-decoration: none;
	color: #7F7F7F;
}
.wrapper .signup-wrapper a:hover {
	text-decoration: underline;
}
@-webkit-keyframes tooltipanimation {
	from {
		margin-top: -28px;
	}
	to {
		margin-top: 0;
	}
}
@keyframes tooltipanimation {
	from {
		margin-top: -28px;
	}
	to {
		margin-top: 0;
	}
}
.direction {
	width: 200px;
	position: fixed;
	top: 120px;
	left: 20px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	background: #9365B8;
	padding: 10px;
	color: #fff;
}

.admission-drop-down-bar-photo-21 {
	float: right;
	width: 50vw;
	height: 100vh;
	object-fit: cover;
	transition: all 0.3s;
}
@media (max-width: 800px) {
	.admission-drop-down-bar-photo-21 {
		position: absolute;
		pointer-events: none;
		opacity: 0;
		top: 100vh;
	}
}

@media (max-width: 480px) {
	.direction {
		position: static;
	}
}

#error_message
{
	color: #D91717;
	font-size: 14;
	padding-bottom: 5px;
}
