@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;
	background: url(../img/usm.jpg) no-repeat center center fixed;
	background-size: cover;
}

header img{
	margin-left: 50px;
	margin-top: 50px;
	height: 60px;
	width: 300px;
}

.main-section{
	margin: 0 auto;
	margin-top: 100px;
	padding: 0;
}

.modal-content{
	background-color: #434e5a;
	opacity: .8;
	padding: 0 18px;
	margin-top: 50px;
	border-radius: 10px;
}

.user-img img{
	height: 70px;
	width: 70px;
}

.user-img{
	margin-top: -40px;
	margin-bottom: 45px;
}

.form-group{
	margin-bottom: 25px;
}

.form-group input{
	height: 30px;
	
	border-radius: 5px;
	border: 0;
	font-size: 15px;
	padding-left: 34px;
}

.form-group::before{
	font-family: 'Font Awesome\ 5 Free';
	content: "\f007";
	position: absolute;
	font-size: 18px;
	left: 22px;
	padding-top: 2px;
	color: #555e60;
}

.form-group:last-of-type::before{
	content: "\f023";
}

.form-input button{
	width: 40%;
	margin: 5px 15px;
	margin-bottom: 15px;
}

.btn-success{
	background-color: #1c6288;
	font-size: 15px;
	border-radius: 5px;
	padding: 7px 9px;
	border: 1px solid #daf1ff;
}

.btn-success:hover{
	background-color: #13445e;
	border: 1px solid #daf1ff;
}

