main .inner{
}

main section{
	display: flex;
	justify-content: center;
	align-items: center;

}

.form-group{
	margin:20px 0;
}

main form input{
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

main form button{
	width: 100%;
	padding: 10px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	margin-top:15px;
}

#reset,
#remainder{
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;"
}

#reset > div,
#remainder > div{
	background: #ffffff;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 400px;
	text-align: center;
}

#remainder.OK form,
#remainder div.ok{
	display:none;
}

#remainder .message{
	display:none;
}


#remainder.NG .message{
	display: block;
}

#remainder.OK div.ok{
	display:block;
}


#reset div.ok,
#reset.NG form,
#reset div.ng{
	display:none;
}

#reset.OK div.ok,
#reset.NG div.ng{
	display:block;
}

#reset .coment{
	margin-bottom:20px;
	font-size:14px;
}

#reset.OK form,
#reset.OK .coment{
	display:none;
}

#reset.OK div.ok p{
	font-size:14px;
}

#reset.OK div.ok p a{
	margin-top:20px;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-weight: bold;
}

#reset form label + p{
	display:flex;
	align-items: center;
}

#reset form img.eye-icon{
	height:26px;
	margin-left:10px;
	cursor: pointer;
}


#CompanyLogo{
	width: 120px; 
}