﻿@charset "UTF-8";
/* CSS Document */

html,body { margin: 0; min-height: 100%; position: relative;}
body {
	overflow-y: auto;
}
.wrapper {
	min-height: 100%;
	position: relative;
}
.logo {
	margin-top: 40px;
	margin-left: 80px;
}


.side-section {
	width: 595px;
	float: left;
	min-height: 100%;
	background-image: url("/Content/images/bg.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.grad-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#995647+0,375a86+100 */
	background: rgb(153,86,71); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(153,86,71,0.7) 0%, rgba(55,90,134,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(153,86,71,0.7)), color-stop(100%, rgba(55,90,134,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(153,86,71,0.7) 0%, rgba(55,90,134,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(153,86,71,0.7) 0%, rgba(55,90,134,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(153,86,71,0.7) 0%, rgba(55,90,134,0.7) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(153,86,71,0.7) 0%, rgba(55,90,134,0.7) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995647', endColorstr='#375a86', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.dashed-line {
	padding-top: 20px;
}
.left-content {
	padding: 52px 0px 0px 20px;
}
.left-content p {
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-weight: 300;
}
.left-content span {
	font-weight: 800;
}
.left-content p:nth-child(1) {
	padding: 19% 0 0 0;
}
.left-content p:nth-child(2) {
	padding: 50px 0 0 0;
}
.left-content p:nth-child(3) {
	padding: 65px 0 0 0;
}
.left-content p:nth-child(4) {
	padding: 60px 0 0 0;
}
.left-content p:nth-child(5) {
	padding: 60px 0 0 0;
}
.quick-links {
	width: 50%;
	margin: 50px auto 0;
}
.quick-links a {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
}
.quick-links .about-us {
	padding-right: 50px;
}
#Login h1 {
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	line-height: 45px;
	color: #707070;
	padding-top: 3%;
}
#Login h2 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 45px;
	color: #707070;
	padding-bottom: 10%;
	margin-top: 0px;
}
.left-content h3 {
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 11px;
}
.form-control {
	height: 50px;
}
.right-section {
	margin-left: 595px;
	overflow-y: hidden;
}
#Login {
	width: 75%;
	max-width: 400px;
	margin-left: 100px;
}
.LoginInput {
	padding-bottom: 8%;
}
#BtnLogin {
	color: black;
	background-color: #6badc3d9;
	width: 100%;
	font-size: 15px;
	font-family: "Open Sans";
	font-weight: 300;
	border-radius: 0px;
}
	#BtnLogin:hover {
		background-color: #6ba2c3;
	}
#Login_Password {
	background: url("/Content/images/password@2x.png") no-repeat 12px center;
	border-radius: 0px;
}
input[placeholder] {
	text-indent: 30px;
}
#Login_Username {
	background: url("/Content/images/username@2x.png") no-repeat 12px center;
	border-radius: 0px;
}

.LoginInput > a {
	color: #3F4A58 !important;
	font-size: 14px;
	font-weight: 300;
}
.copyright {
	margin-right: 20px;
	font-size: 12px;
	font-family: "Open Sans";
	line-height: 45px;
	color: #636363
}
.modal-title, .modal-body{
	color: #707070;
}
footer {
	position: absolute;
	right: 0;
	bottom: 10px
}
.loginError
{
	color: red;
	font-size: 20px;
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}
.about-us-phone {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    white-space: nowrap;
    float: left;
}