.body {
	background: #f9f9f9;
}
.wrapper {
	
}
.content {
	min-height: calc(100vh - var(--header-height) - 50px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.card-wp {
	max-width: 600px;
	padding: 20px;
}
.switch{
	justify-content: center;
}
.switch > div {
	/* border: 1px solid #ccc; */
}
form .personal-info{
	height: 250px;
	transition: height 0.5s, opacity 0.2s 0.3s;
}
form.login .personal-info{
	opacity: 0;
	z-index: -1;
	height: 0px;
	position: relative;
	transition: height 0.5s, opacity 0.0s 0.1s;
}
form div{
	display: flex;
	flex-direction: column;
	padding: 5px 35px 3px 30px;
}
form label {
	color: #929292;
	padding-bottom: 5px;
}
.submit {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding-bottom: 30px;
}
.submit button {
	width: 100px;
}

.card-wp a {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 20px;
	color: var(--col-font-light-gray);
	position: relative;
	text-decoration: underline;
}
.warning{
	padding: 0px;
	color: red;
	line-height: 2rem;
}
.notification {
	padding: 0px;
}