body {
	font-family: 'Montserrat', sans-serif;


	background-color: #242c31;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;


	background-size: cover;
    background-position: right center;
}

.main {
	padding-top: 50px;
}

.login-box {
	background-color: rgba(36, 44, 49, 0.8);
	color: white;
	border-radius: 5px;
}

.main form,
.box-title {
	padding: 50px;
}

.box-title {
	padding-top: 0;
}

.box-title .field {
	margin-top: 50px;
}


label { font-weight: 400; }

.main .btn.btn-secondary {
	background-color: #E03551 !important;
    border-color: #E03551 !important;
    color: #FFFFFF !important;
    padding: 15px 0;
}

.logo-center {
	padding-top: 50px;
	padding-bottom: 25px;
}

.logo-center img {
	width: 100%;
	max-width: 440px;
}

a.text-link {
	color: white;
	text-decoration: underline;
}

a.text-link:hover {
	text-decoration: none;
}


@media (max-width: 768px) {

	.main form,
	.box-title {
		padding: 15px;
	}

	.login-box {
		margin-right: 15px;
		margin-left: 15px;
	}

}


.select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-selection--single .select2-selection__rendered {
	background-color: black;
	color: white;
	border-color: black;
	line-height: 40px;
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: white;
	line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}