* {
	margin: 0;
	padding: 0;
    outline: none;
}

.body {
	width: 1200px;
	height: 940px;
}

.signin_area {
	position: relative;
	width: 440px;
	margin: calc(50vh - 220px) auto 0 auto;
}

#signin_form label {
	display: inline-block;
	margin-bottom: 10px;
	color: #494949;
}

.hai_logo {
	display: block;
	margin-bottom: 56px;
}

#signin_form {
	padding-left: 20px;
}

input {
	margin-bottom: 10px;
	padding-left: 16px;
	width: 400px;
	height: 60px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 130%;
}

input:focus {
	border: 1px solid #2f80ed;
}

input::placeholder {
	color: #afafaf;
}

input.err_active {
	border: 1px solid #E10700;
	box-sizing: border-box;
}

.err_msg {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	color: #ff0050;
	height: 12px;
}

.submit {
	padding: 0;
	margin-top: 10px;
	width: 400px;
	height: 60px;
	background: #f6f6f6;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

.submit.active {
	background: #2f80ed;
	color: #ffffff;
}

.bottom_rights_phrase {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	color: #d0d0d0;
}

.input_box {
	position: relative;
}

.top_text_area {
	margin-bottom: 27px;
	text-align: center;
}

.top_phrase {
	font-family: Noto Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	color: #2f80ed;
}

.logo_phrase {
	font-family: Red Hat Display;
	font-style: normal;
	font-weight: bold;
	font-size: 66px;
	text-align: center;
	color: #639ef8;
}

.bottom_box {
	display: flex;
    align-items: center;
}

.save_login_text {
	margin-left: 10px;
	font-size: 16px;
	line-height: 32px;
	color: #adb3bb;
}

#save_login_btn {
	cursor: pointer;
}

#question_btn {
	position: absolute;
	display: block;
	top: 530px;
	right: -320px;
	width: 148px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #639EF8;
	box-sizing: border-box;
	border-radius: 2px;
	color: #639EF8;
	font-size: 16px;
	cursor: pointer;
}
