.login-page > .content {
	padding-top: 13vh;
}

.item-inner {
	min-height: 350px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.item-inner > h1 {
	text-align: center;
	font-size: 5.5em;
	font-weight: bold;
}

.item-inner > h2 {
	text-align: center;
	min-height: 60px;
	font-size: 46px;
	font-weight: 400;
}

.item-inner > h3 {
	text-align: center;
	min-height: 70px;
}

.item-inner > h5 {
	text-align: center;
	min-height: 50px;
	padding: 5px 10px;
}

.item-inner > h6 {
	text-align: center;
	min-height: 90px;
	padding: 20px 10px;
	text-transform: none;
}

.text-center > h2 {
	font-size: 28px;
	font-weight: 600;
	color: #FB404B;
}

.btn-primary.btn-white {
	width: 85%;
	background-color: #fff;
	color: #000;
	border: none;
}

.btn-primary.btn-white:hover {
	background-color: #000;
	color: #fff;
}

.betalingstype {
	text-align:center;
	border:1px solid #bbb;
	border-radius:5px;
	padding: 3px;
}

.betalingstype:hover {
	border:1px solid #aaa;
	cursor: pointer;
}

.orderabobackbutton {
	float:left;
	font-size:36px;
	position:absolute;
	top:5px;
	left:25px;
	z-index: 10;
}

.paymentbig {
    display:block;
    cursor:pointer;
	background-color:#fff;
	color:#000;
	border:1px solid rgba(251,64,75,0.5);
}

.paymentbig:hover {
	background-color: #eee !important;
}

.registerpagefooter {
	color: #000;
	font-size: 14px;
	text-align: center;
}







@media (min-width: 768px) {
	.modal-dialog {
		width: 900px;
	}
}

@media (max-width: 1350px) {
	.item-inner > h1 {
		font-size: 3.5em;
	}
}
