html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}

.jumbotron {
	margin-top: 30px;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-animation: fadeIn 2s ease;
	animation: fadeIn 2s ease;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#ftai-aviation-logo {
	height: 90px;
	margin-top: 20px;
}

#bc-logo {
	height: 50px;
	margin-top: 30px;
	margin-right: 40px;
}

#btn-login {
	margin-left: 5px;
	height: 42px;
	padding-top: 4px;
	background-color: rgb(0, 156, 166);
	border-color: #009ca6;
}

#btn-login:hover {
	background-color: rgb(9, 124, 133);
	border-color: rgb(9, 124, 133);
}

#btn-login:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 156, 166, 0.25);
	border-color: rgba(0, 156, 166, 0.3);
}

.my-select {
	max-width: 500px;
	font-size: 20px;
}

.my-select:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 156, 166, 0.25);
	border-color: rgba(0, 156, 166, 0.3);
}

.my-text {
	max-width: 550px;
}

.my-padding-30 {
	height: 30px;
}

.my-padding-70 {
	height: 90px;
}

.my-footer-text {
	font-size: 0.8em;
}

@media (max-width: 575.98px) {
	#btn-login {
		margin-top: 10px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	#btn-login {
		margin-top: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.my-text {
		margin-left: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.my-text {
		margin-left: 140px;
	}
}

@media (min-width: 1200px) {
	.my-text {
		margin-left: 230px;
	}
}
