body,html {
	background:#074e85;
}

.content {
	text-align:center;
	margin:20px;
	color:#FFF;
}

.logo {
	margin-bottom:40px;
	text-align:center;
}

.logo img {
	max-width:100%;
	height:auto;
}

.btn-default {
	background-color:#da5046;
	border-color:#da5046;
	color:#FFF;
}

.btn-default:hover {
	background-color:#e7675e;
	border-color:#e7675e;
	color: #FFF;
}
.btn-lg {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.btn-default {
		display:block;
		width:100%;
		font-size:18px;
	}
	
	.form-control {
		font-size:18px;
		height:40px;
	}
}

.wrapper {
	position:absolute;
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.paid {
    border: 1px solid #FFF;
    width: 280px;
    text-align: center;
    margin: 20px auto;
    padding: 5px;
    font-size: 12px;
    color: #FFF;
}