html,body { 
	height:100%;
	margin: 0;  
	background-color: #4C4C4C;
	color: #ffffff;
} 

.container {
	position: relative;
	height: 100%; 
	font-family: "OpenSans-Semibold", sans-serif;
}

.top-area {
	position: relative;
	float: top;
	width: 100%;
	height: 10%;
}

.bottom-area {
	overflow: auto;
}

.header-left {
	display: inline-flex;
	margin-left: 50px;
	width: 80%;
}

.pd-logo-container {
	margin-top: 50px;
	float: left;
}

.pd-logo {
	height: 100px;
	width: 100px; 
	background-image: url('/resources/img/logo.svg');
	background-repeat: no-repeat;
}

.pd-title-container {
	margin-top: 60px;
	float: right;
	width: 80%;
}

.pd-title {
	font-size: 32px;
	font-weight: bold;
}

.form-container {
	margin: 200px auto;
	width: 80%;
	min-width: 300px;
  	max-width: 800px;
	display: block;
}

.form {
	width: 70%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 25px;
	background-color: #004672;
	text-align: center;
}

.form-title {
	text-align: left;
	font-size: 30px;
	font-weight: 600;
}

input {
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 5px;
	height: 47.5px;
	border: 1px solid;	
	border-radius: 3px;	
	background-color: #FFFFFF;
	font-size: 16px;
}

.captcha {
	margin-top: 10px;
}

.page-links {
	text-align: left; 
	display: grid;
	display: -ms-grid;
	font-size: 14px;
	color: #5E6570;
}

a {
    color: #ffffff;
    text-decoration: none;
}

button {
	height: 38px;
	width: 140px;	
	border-radius: 3px;	
	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
	background-color: #004672;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	border: 1px solid black;
}

#resetButtonId {
	margin-top: 10px;
	margin-right: 10px;
}

input[type='button']:disabled, button:disabled {
    background-color:#6B8BA4;
}

.success-msg {
	margin-top: 10px;
	border: 1px solid;
    border-radius: 3px;
    padding: 5px;
    background-color: #10aa10;
}

.error-msg {
	margin-top: 10px;
	border: 1px solid;
    border-radius: 3px;
    padding: 5px;
    background-color: #aa1010;
}

.login-error {
	margin-top: 10px;
	border: 1px solid;
    border-radius: 3px;
    padding: 5px;
    background-color: #aa1010;
}
