.pageContainer {
	position:static;
}
.logoContainer {
	padding-top:8px;
	padding-left:8px;
}
.reset-password-page {
	width: 100%;
	text-align: center;
	margin-top: 100px;
}
.page-header {
	width: 100%;
}
.page-header img {
	width: 135px;
	height: 135px;
	margin-bottom: 8px;
}
.page-header h1 {
	font-size: 36px;
	font-weight: 400;
	color: #434343;
	padding-top:0;
	padding-bottom:8;
	margin:0;
}
.page-header p {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: #434343;
	line-height: 20px;
	margin-top:0;
}
.page-body {
	width: 300px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    padding-right: 8px;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0.25rem;
	margin-top: 8;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
label {
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom:10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #D3D3D3;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #D3D3D3;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #D3D3D3;
}
.reset-password-page .page-body input[type="text"] {
	border-radius: 5px;
	padding: 9px;
	font-style: normal;
	font-size: 16px;
	color: #003056;
	border: 2px solid #C2C2C2;
	border-top-color: rgb(194, 194, 194);
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: rgb(194, 194, 194);
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: rgb(194, 194, 194);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: rgb(194, 194, 194);
	border-left-style: solid;
	border-left-width: 2px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}
input:focus {
	border-color:#286090;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input.btn-default, a.btn-default {
	color: #FFF;
	background-color: #003056;
	border-color: #003056;
}
input.btn, a.btn {
	border-radius: 2px;
	padding: 5px;
	margin-top: 10px;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	width: 100%;
	height:36px;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.5;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
a.btn {
	text-decoration:none;
	height:24px;
}
input.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
input.btn:disabled {
	border-radius: 2px;
	padding: 5px;
	margin-top: 10px;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	background-color: #999999;
	border-color: #999999;
	opacity: 1;
	cursor: not-allowed;
}
.form-group {
	margin-bottom: 10px;
	text-align:left;
}
.reset-password-page .page-body input[type="text"]:focus, .reset-password-page .page-body input[type="password"]:focus {
	border-color: #003056;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}