* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.5px;
}

.alert-fixed {
	position: fixed;
	width: 100%;
	z-index: 1;
}

#form_login input[type="text"], #form_login input[type="password"]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}

#form_login.hide {
	display: none;
}

.oauth_login_with_password {
	margin: 1em;
}
.oauth_login_with_password a {
	color: gray;
}

.login-left {
	background-color: #fff;
	height: 100vh;
}

.login-right {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer {
	display: block;
	margin: 0 auto;
	margin-top: 100px;
}

.school-logo {
	display: block;
	height: 76px;
	margin: 15px auto 70px;
}

.small-logo {
	display: block;
	margin: 0 auto;
	width: 100px;
	margin-bottom: 20px;
}


.login-container {
	display: block;
	width: 350px;
	margin: 0 auto;
}

label {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 11px;
	margin: 0;
	margin-top: 20px;
}

input {
	display: block;
	width: 100%;
	height: 45px;
	padding-left: 10px;
	font-size: 12px;
}

.disclaimer {
	color: #262626;
	font-size: .8em;
	margin-top: 25px;
	text-align: center;
}

.forgot {
	display: inline-block;
	margin: 30px 0 20px;
	color: #262626;
	font-size: 13px;
}

.forgot:hover {
	color: #222;
}

.login-button, .clever-login {
	display: block;
	width: 100%;
	padding: 10px;
	position: relative;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
}

.main-login-button {
	background-color: #2e8540;
	border-color: #2e8540;
	font-size: 19px;
}

.pre-product {
	font-size: 16px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

.product {
	font-size: 42px;
	margin: 0;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

.district {
	font-size: 24px;
	margin: 0;
	margin-top: 5px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
}

.btn {
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.dropdownselect {
	margin-bottom: 10px;
}

.social {
	display: flex;
	justify-content: space-between;
	width: 85px;
	margin: 0 auto;
	margin-top: 10px;
}

.social .icon {
	font-size: 26px;
	color: #4A90E2;
	margin: 0 5px;
}

.social .icon.fa-facebook-f {
	font-size: 20px;
	margin-top: 3px;
}

.social .icon.fa-tumblr {
	font-size: 20px;
	margin-top: 3px;
}


.kelvin-mobile-logo img {
	display: none;
}

.kelvin-logo {
	position: absolute;
	bottom: 15px;
	height: 51px;
	right: 15px;
	width: 300px;
}

.saml-login {
	width: 100%;
}

#forgot-password-block {
	overflow: hidden;
	text-align: center;
}

#google-login-button {
	background-color: #205493;
	border-color: #205493;
	font-size: 19px;
}

#google-login-button img {
	height: 35px;
	width: 35px;
	background-color: #fff;
	padding: 3px;
	border-radius: 4px;
	float: left;
	position: absolute;
	left: 4px;
	top: 4px;
}

#illuminate_login {
	width: 100%;
}

#invalid_login {
	color: #ff0000;
	display: none;
	padding: 15px 0 0;
}

#loading_sites {
	display: none;
	height: 20px;
}

#notification-area {
	background-color: #4291DE;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

#notification-area .notification-message {
	padding: 10px 0;
}

#notification-area .notification-right {
	padding: 5px 0;
}

#notification-dismiss {
	background-color: #83B8ED;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 4px 15px;
	text-align: right;
	letter-spacing: 1px;
}

#notification-area.warning {
	background-color: #f0ad4e;
}
#notification-area a {
	color: #d6d8d9;
}
#notification-area.warning a {
	color: #205493;
}

#password {
	margin-bottom: 35px;
}

.main-login-button.loading:after {
	content: ' .';
	animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
	0%, 20% {
		color: rgba(0,0,0,0);
		text-shadow:
				.25em 0 0 rgba(0,0,0,0),
				.5em 0 0 rgba(0,0,0,0);}
	40% {
		color: white;
		text-shadow:
				.25em 0 0 rgba(0,0,0,0),
				.5em 0 0 rgba(0,0,0,0);}
	60% {
		text-shadow:
				.25em 0 0 white,
				.5em 0 0 rgba(0,0,0,0);}
	80%, 100% {
		text-shadow:
				.25em 0 0 white,
				.5em 0 0 white;}
}

h4 {
	font-weight: 800;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

@media(max-width: 1024px) {
	.login-right {
		background-image: url('images/background_3.jpg') !important;
	}
}

@media (max-width: 767.98px) {

	.district {
		text-align: center;
	}

	.login-right {
		display: none!important;
	}

	.login-left {
		padding: 0px 30px;
		height: 100%;
	}

	.login-container {
		width: 100%;
		margin-top: 0px;
	}

	.school-logo {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.kelvin-mobile-logo img {
		display: block !important;
		width: 40%;
		margin: 0 auto;
		margin-top: 40px;
	}

	.forgot {
		margin: 15px 0 10px;
	}

	.footer {
		margin-top: 50px;
	}

}
