@charset "utf-8";
body {
		background-color: #BDC4D0;
}

main {
		border: 3px #6D7393 solid;
		background-color: #FFFFFF;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 30px 25px;
}

.input_group label {
		font-size: 14px;
		margin-bottom: 5px;
}

.login_header {
		text-align: center;
}

.login_header img {
		margin-bottom: 10px;
}

.login_header h1 {
		font-size: 14px;
		font-weight: 600;
		color: #777777;
		margin-bottom: 30px;
}

.login_link {
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		text-decoration: underline;
}

.input_group input[type="text"],
.input_group input[type="email"],
.input_group input[type="password"],
textarea,
select {
		background-color: #F5F5F5;
		border: 2px solid #CCCCCC;
		font-size: 16px;
		line-height: 2;
		padding: 0 5px;
}

.input_group label.error {
		position: absolute;
		color: #FF0000;
		bottom: -25px;
		font-size: 12px;
}