section#mainContent div.coverContainer:first-of-type {
	padding-top: 0;
	padding-bottom: 0;
}

body#body_register div.iskewImage {
	min-height: 130vh;
}

span.imageCopy {
	font-size: 0.5em;
	color: #4c5256;
	position: absolute;
	right: 2em;
	bottom: 1em;
}

div.coverImage span.imageCopy {
	bottom: 6em;
}

div.iskewText h1 {
	margin-bottom: 1em;
}

div.iskewText div.formGroup {
	margin: 1em 2em;
}

div.coverTips {
	margin: 2em;
	width: 80%;
	display: block;
}

div.coverTips ul {
	margin-bottom: 2em;
}

div.coverTips ul li {
	display: flex;
	align-items: center;
	margin: 0.5em;
}

div.coverTips ul li i {
	border: 0.5em solid transparent;
}

@media (max-width: 59.9rem) {
	div.iskewText div.formGroup {
		margin: 1em 0;
	}
	
	div.iskewText div.button {
		max-width: initial !important;
	}
	
	div.coverTips {
		margin: 2em 0;
		width: 100%;
	}
}

input {
	height: 2.7em !important;
	padding: 0.5em !important;
}

div.regConfirm {
	display: block;
	margin: 1em 0;
}

.regButtonGroup {
	margin: 0.5em 0;
	display: flex;
	gap: 1em;
}

.regButtonGroup .role-button {
	padding: 0.5em;
	font-size: 1em;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0.5em;
	transition: color 0.2s, background 0.3s;
}
.owner-btn {
	border: 0.1em solid var(--color-blue);
	background-color: transparent;
}
.owner-btn:hover {
	background-color: var(--color-blue);
	color: white;
}
.employee-btn {
	border: 0.1em solid var(--color-blue);
	background-color: transparent;
}
.employee-btn:hover {
	background-color: var(--color-blue);
	color: white;
}

div.regForm {
	transition: opacity 0.2s;
}