.center-row{
	height: 98vh;
	width: 70%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-page{
	width: 60%;
	margin: auto;
}

@media only screen and (max-width: 900px) {
	.center-page{
		width: 95%;
		margin: auto;
	}
}

.center-text{
	text-align: center;
}

.big-icon{
	font-size: 5rem;
}

.no-link{
	color: black;
	text-decoration: none;
}

.no-link:link{
	color: black;
	text-decoration: none;
}

.no-link:visited{
	color: black;
	text-decoration: none;
}

.no-link:hover{
	color: black;
	color: #555555;
	text-decoration: none;
}

.no-link:active{
	color: black;
	text-decoration: none;
}

.margin-right-xs{
	margin-right: 5px;
}

.margin-left-s{
	margin-left: 15px;
}

.margin-bottom-it{
	margin-bottom: 25px;
}

.margin-top-m{
	margin-top: 30px;
}

.margin-top-l{
	margin-top: 80px;
}

.requiredc{
	color: red;
}

.labeltext{
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.labeltextform{
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 5px;
	margin-top: 50px;
	margin-bottom: 8px;
}

.small-text{
	font-size: 0.7rem;
}

.success-box{
	padding: 1rem;
	color: black;
	font-weight: bold;
}