@charset "utf-8";

body {
	background: #e8feff;
}

main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 36px 0;
}

main .title {
	text-align: center;
}
main .title h2 {
	font-size:30px;
	line-height: 1.5;
}
.content_wrap {
	margin: 50px auto;
	font-size:25px;
	max-width: 1200px;
}
.content_wrap .login-form {
	max-width: 400px;
	margin: 0 auto;
}
.login-flex {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
#swpm_user_name,#swpm_password {
	height:25px;
}
.swpm-remember-me {
	margin-bottom:30px;
}
.swpm-login-submit {
	text-align: center;
	
}
.swpm-submit-btn-default-style {
	font-size: 25px;
	border-radius: 20px;
	background: #ffa64d;
}
.flex-end {
	margin-top: 50px;
	display:flex;
	justify-content:flex-end;
}
p.note {
	line-height: 1.2;
}
.swpm-remember-me,.swpm-edit-profile-link{
	display: none;
}
h3 {
	text-align: center;
	margin: 20px;
	color: red;
}

@media screen and (max-width: 640px) {}