body.simple-page {
	background-color: rgb(45, 97, 124);
	padding-top: 8%;
	background: url("/assets/images/bg.png") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.simple-page-wrap {
	width: 380px;
	margin: 0 auto;
}

.simple-page-logo {
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
}
.simple-page-logo a {
	color: #fff;
}

.simple-page-form {
	background-color: #fff;
	border-radius: 6px;
	padding: 24px;
	margin-bottom: 24px;
}
.simple-page-form .form-group {
	margin-bottom: 32px;
}
.simple-page-form input,
.simple-page-form input:focus,
.simple-page-form input:active {
	outline: none;
	box-shadow: none;
}
.simple-page-form input {
	border: none;
	border-bottom: 1px solid #eee;
	height: 40px;
}
.simple-page-form .btn {
	width: 100%;
}

.simple-page-footer p {
	text-align: center;
	margin-bottom: 24px;
}

.simple-page-footer a {
	color: #fff;
	font-weight: 500;
}

.simple-page-footer small {
	margin-right: 16px;
	color: #fff;
}

#_404_title {
	text-align: center;
	font-weight: 900;
	font-size: 140px;
	letter-spacing: 5px;
	color: #fff;
}

#_404_msg {
	color: #fff;
	text-align: center;
	font-size: 16px;
}

#_404_form {
	margin-top: 48px;
}
#_404_form .form-control {
	height: 40px;
}
#_404_form .input-group-addon {
	background: #188ae2;
	border: #188ae2;
	color: #fff;
}

#unlock-user {
	margin-top: 64px;
	margin-bottom: 48px;
}
#unlock-user .avatar {
	display: block;
	margin-right: 0;
	margin: 0 auto;
	width: 80px;
	height: 80px;
}
#unlock-user h4 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#unlock-form .form-group {
	margin-bottom: 32px;
}

#unlock-form input,
#unlock-form input:focus,
#unlock-form input:active {
	outline: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #aaa;
}

#unlock-form input {
	width: 70%;
	margin: 0 auto;
	border-radius: 0;
	text-align: center;
	color: #fff;
	background-color: transparent;
	height: 40px;
}
#unlock-form input::-webkit-input-placeholder {
	color: #fff;
}
#unlock-form input::-moz-placeholder {
	color: #fff;
}
#unlock-form input:-ms-input-placeholder {
	color: #fff;
}

#unlock-form #unlock-btn {
	display: block;
	margin: 0 auto;
	background-color: #fff;
	color: #188ae2;
	border-radius: 3px;
	width: 120px;
}

#back-to-home {
	position: fixed;
	top: 60px;
	left: 60px;
}
#back-to-home a {
	color: #fff;
	font-size: 18px;
}
#back-to-home a i {
	font-size: 24px;
}

/*# sourceMappingURL=misc-pages.css.map */
