@charset "utf-8";
/* CSS Login */

.LoginWrapper {
	max-width: 300px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
}

.forgotPassword {
	height: 240px;
}
.ChangeWrapper {
	height: 290px;
}

.LoginBox {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	overflow: hidden;
}

.TopLoginBox {
	height: 40px;
}

.TopLoginBox p {
	margin-top: 12px;
	text-align: center;
}

.TopLoginBox img {
	max-width: 22px;
	margin-top: 8px;
	float: right;
}

.LoginFom {
	margin-top: 25px;
}

.LoginInput {
	height: 30px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.LoginBtn {
	margin-top: 20px;
}

.SendBtn {
	margin-top: 20px;
}

.ChangeBtn {
	margin-top: 15px;
}

.title {
	font-size: 13px;
	/* color: black; */
	/* width: 85%; */
	padding-left: 2px;
}

.forgot-password {
	text-align: center;
	padding-top: 185px;
}

.change-password {
	text-align: center;
	padding-top: 190px;
}

.forgot-password-text {
	color: #575757;
	font-size: 13px;
}

.back-to-login {
	text-align: center;
	padding-top: 135px;
}

.back-to-login-text {
	color: #575757;
	font-size: 13px;
}
.change-password-text {
	color: #575757;
	font-size: 14px;
}
