@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,500,700');

body {
	font-family: "Titillium Web", sans-serif;
	background: url("Images/landing.jpg") no-repeat center center fixed;
	background-size: cover;
}

.main-section {
	margin: 0 auto;
	margin-top: 130px;
	padding: 0;
}

.modal-content {
	background-color: #DCDCDC;
	opacity: .95;
	padding: 0 18px;
	box-shadow: 0px 0px 3px #848484; 
}

.user-img {
	margin-top: -23px;
	margin-bottom: 25px;
}

.form-group {
	margin-bottom: 25px;
}

.form-group input {
	height: 42px;
	border-radius: 5px;
	border: 0;
	font-size: 18px;
}

button {
	width: 60%;
	margin: 5px 0 25px;
	}

.btn {
	font-size: 19px;
	padding: 7px 14px;
	border-radius: 5px;
}

.btn-primary {
	background-color: #A9A9A9;
	border: 1px solid #DCDCDC;
	color: white;
}

.svg-inline--fa {
	font-size: 20px;
	margin-right: 7px;
}

.forgot {
	padding: 5px 0 25px;
}


/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

