.border {
	box-shadow: 0px 8px 12px rgba(0, 0, 0, .4);
	border: 8px solid white;
	border-radius: 6px;
}

@media (max-width: 767px) {
	.form-signin {
		margin-top: 20px;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 50px;
	}
}

.footer p {
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: small;
	color: #666666;
}

@media (min-width: 768px) {

	.carousel {
		box-shadow: 0px 8px 12px rgba(0, 0, 0, .4);
		border: 8px solid white;
		border-radius: 6px;
		background-color: black;
	}

	.navbar-nav {
		margin-left: 50px !important;
	}

	.nav-logo {
		display: none;
	}

	.full-screen-background-image {
	  z-index: -999;
		height: 100%;

		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.mobile-screen-background-image {
		display: none;
	}

	.video-play-btn {
		width: 150px;
	}
	.video-play-btn:hover {
		opacity: 0.8;
	}
}
