@charset "UTF-8";
/* CSS Document */
.height{
	min-height: 880px;
}

.maxwell {
	max-width: 800px;
}

.exit a{
	font-size: 5vw;
	color: #2BA273;
}
.smalltext {
	font-size: 2vw;
}
div a {
	color: #2BA273;
}
.logosize {
	max-width: 150px;
    max-height: 150px;
}

.captcha img{
	margin-top: 5px;
	margin-bottom: 5px;
}


@media (max-width: 992px) {
	.logosize{
		max-height: 20vw;
		max-width: auto;
	}

	.smalltext {
		font-size: 3vw;
	}
}

@media (max-width: 540px) {
	.smalltext {
		font-size: 5vw;
	}
}