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


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


-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
	background-size: cover;
    background-position: right center;

    min-height: 100vh;
    min-width: 100vw;
}

.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;
	padding-top: 0;
	text-align: center;
}

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


label { font-weight: 400; }

.main .btn.btn-secondary {
	background: rgb(15,150,71);
	background: linear-gradient(0deg, rgba(11,110,52,1) 0%, rgba(15,150,71,1) 100%);
  border-color: rgba(11,110,52,1) !important;

  color: #FFFFFF !important;
  padding: 15px 0;
}

.main .btn.btn-secondary:hover,
.main .btn.btn-secondary:active {
	background: linear-gradient(0deg, rgba(15,150,71,1) 0%, rgba(11,110,52,1) 100%);
}

.main .btn.btn-secondary:active {
	position: relative;
	top: -1px;
}


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

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

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

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-color: #888;
}

h3 {
	font-size: 17px;
  line-height: 27px;
}

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

@media (max-width: 768px) {

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

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

	.main {
		padding-top: 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;
}


.select2-container--default .select2-results > .select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
	max-height: 2000 !important;
}


.vimeo__content {

	margin-bottom: 15px;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
