.user-reset,
.user-retrieve,
.user-reg,
.user-login {
	background: url('../img/login_bg.jpg') no-repeat center top /cover;
	position: relative;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 26vh;
}

.user-reset header,
.user-retrieve header,
.user-reg header,
.user-login header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

#theForm {
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	padding: 20px 40px;
	background-color: #fff;
	box-shadow: 1px 1px 8px #998c8c;
	border-radius: 4px;
}

#theForm .login-bt {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

#theForm .login-input {
	margin-bottom: 15px;
}

#theForm .login-input input {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border-radius: .215rem;
}

#theForm .login-input.mail {
	display: flex;
	justify-content: space-between;
}

#theForm .login-input.vertify {
	display: flex;
	align-items: flex-end;
}

#theForm .login-input.mail input:nth-child(1) {
	width: 60%;
	border-radius: .215rem;
}

#theForm .login-input.mail input:nth-child(2) {
	width: 20%;
	border-radius: .215rem;
}

#theForm .login-input.mail input:nth-child(3) {
	width: 18%;
	display: block;
	color: #fff;
	background: var(--col1);
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent !important;
	white-space: nowrap;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	user-select: none;
	outline: none !important;
}

#theForm .login-input.vertify input {
	width: 30%;
	border-radius: .215rem;
}

#theForm .login-input.vertify .btn {
	display: block;
	background: #f50;
	color: #fff;
	margin-left: 10px;
	width: 6em;
}

#theForm .login-input.vertify img {
	display: block;
	width: auto;
	height: 38px;
	margin: 0 10px;
}

#theForm .login-input.vertify a {
	color: var(--col1);
}

#theForm .submit {
	display: block;
	width: 100%;
	color: #fff;
	background: var(--col1);
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent !important;
	white-space: nowrap;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0;
	user-select: none;
	outline: none !important;
}

#theForm .login-a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

#theForm .login-a a~a {
	margin-left: 15px;
}

.user-reg .submit {
	display: block;
	width: 100%;
	color: #fff;
	background: var(--col1);
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0;
	font-size: 14px;
	line-height: 40px;
	border-radius: 0;
	user-select: none;
	margin-top: 15px;
}

.user-reg .login-a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.user-reg .login-a a~a {
	margin-left: 15px;
}