﻿.sign_in_text {
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: normal;
	line-height: 24px;
}

#loadingdiv {
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	text-align: center;
	font-size: 18px;
	width: 360px;
}

@media (max-width: 950px) {
	#loadingdiv {
		display: none;
		left: 45%;
		width: 110px;
	}
}

.login-error {
	padding: 10px;
	border: 1px solid #e22605;
	border-radius: 4px;
	background-color: rgba(226, 38, 5, 0.05);
	margin-top: 10px;
	margin-bottom: 10px;
}

	.login-error > .login-error-title {
		color: #e22605;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 4px;
	}

	.login-error * {
		color: #e22605;
		font-size: 12px;
		line-height: 16px;
	}

.login-info {
	padding: 10px;
	border: 1px solid #0142db;
	border-radius: 4px;
	background-color: rgba(1, 66, 219, 0.05);
	margin-top: 10px;
	margin-bottom: 10px;
}

	.login-info > .login-info-title {
		color: #0142db;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 4px;
	}

	.login-info * {
		color: #0142db;
		font-size: 12px;
		line-height: 16px;
	}

#login-container {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
}

#brand-hero-image {
	position: fixed;
	width: 380px;
	height: 100%;
	background-image: url("Sign-In.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
}

	#brand-hero-image.forgot-password {
		background-image: url("Forgot-Password.jpg");
	}

	#brand-hero-image.change-password {
		background-image: url("Change-Password.jpg");
	}

.brand-color-overlay {
	height: 100%;
	width: 100%;
	z-index: 100;
}

#splash-image {
	width: 360px;
	margin-bottom: 120px;
}

#login-form-container {
	margin-left: 410px;
	margin-right: 30px;
	padding-top: 120px;
}

#login-form {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	width: 360px;
}

#login-footer-container {
	position: fixed;
	left: 410px;
	right: 30px;
	bottom: 0px;
	height: 40px;
	background: #fff;
	border-top: 1px solid #f7f9fd;
}

.login-footer {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	display: inline-block;
}

#login-form input {
	width: 360px;
}

	#login-form input[type="text"],
	#login-form input[type="password"] {
		height: 30px;
	}

#login-form .control-label {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #373a42;
}

#login-form input.btn {
	width: 373px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 19px;
}

/*Responsive bits*/
@media (max-width: 950px) {
	#brand-hero-image {
		display: none;
	}

	#login-form-container {
		margin-left: 30px;
	}

	#login-footer-container {
		left: 30px;
	}
}

@media (max-width: 767px) {
	body {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-height: 760px) {
	#login-form-container {
		transition: padding-top 0.5s ease;
		padding-top: 30px;
	}
}

@media (max-height: 670px) {
	#splash-image {
		transition: margin-bottom 0.5s ease;
		margin-bottom: 40px;
	}
}

@media (max-height: 600px) {
	.sign_in_text {
		transition: margin-bottom 0.5s ease;
		margin-bottom: 30px;
	}

	.control-group {
		transition: margin-bottom 0.5s ease;
		margin-bottom: 6px;
	}
}

@media (max-height: 880px) {
	#brand-hero-image {
		background-size: 380px;
	}
}
