.container-login100 {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.password-title {
	display: flex;
	justify-content: space-between;
}

.container-login100-form-btn {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.login100-form-title  {
	display: flex;
	justify-content: center;
	color: blue;
	font-size: 40px;
	font-weight: 400;
}

.forgot-password-title > a {
	text-decoration: none;
	color: black;
	font-size: 12px;
}

input#account_id {
	background-color: #E8F0FE;
}

input#account_password {
	background-color: #E8F0FE;
}
