html,body {
	/*font-family: Arial, sans-serif;*/
	width: 100%;
	height: 100%;
	display: block;
	margin:0;
	padding:0;
	font-family: 'Open Sans', arial;
	font-size: 13px;
	color: #f7f7f7;
	-webkit-text-size-adjust: none;
	z-index: 1;
	background: url("../images/login-background.jpg") no-repeat;
	background-size: cover;
	background-color: #1c171e;
}

.login-container {
	height: 400px;
	position: relative;
	overflow: hidden;
	max-width: 300px;
	background-color: #f7f7f7;
	padding: 20px 25px 30px;
	margin: 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	text-align: center;
	opacity: 0.98;
}

.login-container img {
	opacity: 1;
	width: 174px;
	margin: 0 0 25px;
	
}

.header {
	padding-top: 25px; 
	font-size: 3.5rem;
	text-align: center;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;  
}

.sub-header {
	font-size: 1.5rem;
	padding-bottom: 10px; 
	text-align: center;
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;  
}

input[type="text"]:focus, input[type="password"]:focus,input[type="email"]:focus {
	border: 1px solid #3079ed;
}

input[type="text"], input[type="password"],input[type="email"], input[type="tel"], input[type="number"] {
	margin-top: 16px;
	z-index: 3;
	margin-bottom: 0;
	direction: ltr;
	height: 44px;
	font-size: 16px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	height: 36px;
	padding: 0 8px;
	margin: 0;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-size: 15px;
	color: #404040;
}
input[name=code] {
	margin-top: 16px;
	z-index: 3;
	margin-bottom: 0;
	direction: ltr;
	height: 44px;
	font-size: 16px;
	width: 100px;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	height: 36px;
	padding: 0 8px;
	margin: 0;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-size: 15px;
	color: #404040;
}
button {
	border: 1px solid #3079ed;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	height: 44px;
	font-size: 16px;
	width: 100%;
	border-radius: 4px;
}

button:hover {
	cursor: pointer;
}

a {
	float: right;
	text-decoration: none;
	color: #0000FF;
}

.login-container-footer {
	text-align: left;
	color: #202020;
}

.login-container-text {
	color: #3079ed;
	font-weight: 900;
	font-size: 18px;
	/*text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;  */
}

.login-container-text-inline {
	position: relative;
	top: -10px;
	margin: 0 auto;
	color: #3079ed;
	font-weight: 900;
	font-size: 12px;
}

.login-container-error-inline {
	position: relative;
	top: -10px;
	margin: 0 auto;
	color: #ff3333;
	font-weight: 900;
	font-size: 12px;
}
.red { color: #FF0000; font-size: 12px; font-weight: 900;}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
	.header {
		font-size: 4rem;
		padding-top: 55px;
	}

	.sub-header {
		font-size: 2.8rem;
	}

	.login-container {
		margin-top: 60px;
		height: 500px;
		max-width: 450px;
	}

	.login-container img {
		width: 160px;
	}
}


@media only screen and (max-width: 500px) {
	.header {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 400px) {
	.header {
		font-size: 2.2rem;
	}

	.login-container {
		height: 330px;
		max-width: 230px;
		padding-bottom: 35px;
	}

	.login-container img {
		width: 120px;
	}
}

@media only screen and (max-width: 280px) {
	.header {
		font-size: 2rem;
	}

	.sub-header {
		font-size: 1.2rem;
	}

	.login-container {
		margin-top: 15px;
		padding: 5px 10px;
		height: 310px;
		max-width: 240px;
	}

	.login-container img {
		width: 100px;
	}
}

.custom-hr {
    display: flex;
    align-items: center;
    text-align: center;
		color: black;
}
.custom-hr::before,
.custom-hr::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #333;
	margin: 0 10px;
}