@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900');

body {
	background: #000 url(../images/bg-main.jpg?v=005) no-repeat;
	background-attachment: fixed;
	font-family: 'Titillium Web', sans-serif;
}

a {
	cursor: pointer;
	color: #367da3;
}

h1,
h2,
h3 {
	text-transform: uppercase;
}

.btn-primary,
.bg-mint {
	background: #367da3;
	border: 0;
}

.bg-white {
	background-color: #fff;
}

.bg-blue {
	background-color: #f25e26;
}

.container {
	max-width: 320px;
}

.form-signin {
	width: 100%;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
}

.logo {
	width: 100%;
}

.policies {
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 0;
}

.modal h4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #367da3;
	font-weight: 600;
	font-size: 1.2rem;
}

@media only screen and (max-width: 568px) {

	.mobile {
		display: block;
	}

	body {
		background-size: auto;
	}

}