body {
	font-family: 'Open Sans', sans-serif;
}

.row {
	width: 500px;
	margin: 0 auto;
}

.col {
	width: 500px;
	margin-top: 100px;
}


.col img {
	width: 500px;
}

.loginform {
	width: 480px;
	margin-top: 15px;
	margin-left: auto;
}

.messages {
	height: 30px;
	font-family: 'Do Hyeon', sans-serif;
	font-size: 27px;
	text-align: center;
}

.error {
	height: 26px;
	text-align: center;
	color: #e66868;
	letter-spacing: 1px;
	margin-top: -5px;
	margin-bottom: 20px;
}

.formbox {
	background: #68c7e6;
	width: 480px;
	border: 5px solid #fff;
	box-shadow: 0 0 0 3px #4a4a4a;
	padding: 5px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.formbox:active {
	border: 5px solid #68c7e6;
}

.formbox:focus {
	border: 5px solid #68c7e6;
}


.submit {
	width: 480px;
	border: 2px solid #6871e6;
	box-shadow: 0 0 0 3px #4a4a4a;
	background: #6871e6;
	padding: 5px;
	color: #fff;
	font-family: 'Do Hyeon', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.submit:active {
	background: #4a4a4a;
	border: 2px solid #000;
}

.submit:hover {
	background: #4a4a4a;
	transition: .3s;
}

.forgot {
	text-align: right;
}

.forgot a {
	color: #4a4a4a;
	text-decoration: none;
	border-bottom: 2px solid #4a4a4a;
}

.forgot a:hover {
	color: #e66868;
	transition: .3s;
}
