body {
	background: #fff;
}
h1 {
	line-height: 50px;
	font-weight: bold;
}
h3 {
	margin-bottom: 40px;
}
.div_container {
	padding: 40px 20px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.div_login_signup {
	padding: 40px 30px;
	border-radius: 12px;
	box-shadow: #ddd 0px 0px 12px 0px;
	background: #fff;
	max-width: 360px;
	min-height: 440px;
}
.hide {
	display: none;
}
.tabs {
	display: flex;
}
.tabs .tab {
	width: 100%;
	padding: 10px;
	text-align: center;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	margin-bottom: 20px;
	cursor: pointer;
}
.tabs .tab.sel {
	color: #e04b4b;
	border-color: #e04b4b;
}
.forgot {
	font-size: 12px;
	display: block;
	padding-top: 10px;
	text-align: right;
}