body, html {
	font-size:14px;
	min-width:360px;
	font-family:Arial, sans-serif;
    height: 100%;
}

#main {
	background: url("../img/bg.jpg") no-repeat center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#main .col-logo img {
	max-width: 200px;
	padding-top: 10px;
}
#main .col-login {
	text-align: right;
	padding-top: 31px;
}
#main .col-copy {
	color: #ffffff;
	padding-bottom: 20px;
}
#main .col-email {
	text-align: right;
	padding-bottom: 20px;
}
#main .col-email a {
	color: #ffffff;
}
#main .main-section {
	flex: 1;
	color: #ffffff;
}

a.btn-primary {
	background-color: #f87e00;
	border-color: #f87e00;
}
a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active {
	background-color: #f58b1e !important;
	border-color: #f58b1e !important;
	box-shadow: none !important;
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {

}



@media (min-width: 1200px) {

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {

}
@media (min-width: 576px) {

}
