body{
	padding: 0;
	margin: 0;
	background-color: #556B2F;
}
.login-form-section{
	background-color: #FFF0F5;
	margin-top: 5rem;
}
.login-form-section-label-first{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
}
.login-form-section-label-second{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
	margin-top: 30%;
}
.login-form-section-second{
	background-color: #fff;
	margin: 3rem;
	padding: 1rem;
}
.login-form-section-icon-first{
	height: 3rem;
	width: 3rem;
	margin-top: 1rem;
	border: 1px solid #556B2F;
	border-radius: 50%;
}
.login-form-section-label-third{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	opacity: 0.3;
	letter-spacing: 5px;
}
.label-data{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.form-control{
	border-radius: 0;
}
.btn{
	border-radius: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.forgot-link{
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

@media only screen and (max-width: 767px){
	.login-form-section{
		margin-top: 1rem;
	}
	.login-form-section-label-second{
		margin-top: 3%;
	}
}
@media only screen and (max-width: 500px){
	.login-form-section-second{
		margin: 0;
	}
}