#container {
	width: 100%;
	padding: 0 1% 3% 1%;
}

#userLookupImageContainer {
	width: 100%;
	padding: 0 1% 3% 1%;
	margin-top: 6%;
	background-image: url("../../images/medwell_registration_background.jpg");
	background-repeat: no-repeat;
}

.formContainer {
	float: right;
	margin: 3% 2% 0 0;
	border-radius: 4%;
	background-color: #fff;
	width: 450px;
	padding: 12px;
	border: solid 1.5px #095183;
}

.loginContainer {
	width: 420px;
}

.companyLogo {
	width: 100%;
	height: 80px;
	margin: 0 0 4% 2%;
	background-image: url("../../images/medwell_logo_login.png");
	background-repeat: no-repeat;
}

.medwellLogo2 {
	width: 100%;
	margin-bottom: 15px;
}

.headerTxt {
	width: 100%;
	margin: 2% 0;
}

.headerTxt p {
	font-family: Arial, sans-serif;
	font-size: 1.5vw;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #5b5b5b;
}

.bodyTxt {
	width: 100%;
}

.bodyTxt p {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 1vw;
	text-align: center;
	color: #5b5b5b;
}

.fieldLabel {
	margin-left: 10px;
	float: left;
	width: 90px;
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #0090a7;
}

.fieldContainer {
	float: left;
	width: 100%;
}

.inputField {
	height: 25px;
	padding-left: 10px;
	background-color: #73808b;
	width: 300px;
	color: #fff;
	border: none;
}

.submitBtnLogin {
	float: right;
	width: 100px;
	height: 35px;
	margin-right: 20px;
	background-color: #00b5d1 !important;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right,
			transparent,
			rgba(47, 87, 33, 0.75),
			transparent);
	text-align: center;
}

p {
	font-weight: normal;
	font-size: 0.9vw;
	color: #1d1d1d;
}

a {
	font-weight: normal;
	font-size: 16px;
	text-decoration: underline;
	color: #1d1d1d;
}

.submitBtn {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.formLabels {
	font-size: 1.1em;
	font-weight: bold;
	color: #0e74bc;
	text-transform: uppercase;
}

input[type="date"].form-control {
	line-height: normal;
}

/*.form-group {
    overflow: hidden;
}*/