body{
	padding: 0;
	margin: 0;
}
.login-cover-section{
	background-image: url(../../image/login-cover.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 40rem;
}
.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;
	padding: 1rem;
	margin: 20% 1%;
	transition: 2s ease box-shadow;
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.login-form-section-second:hover{
	transition: 2s ease box-shadow;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.login-form-section-icon-first{
	height: 10rem;
	width: 10rem;
	position: relative;
	top: -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-second{
		margin: 25% 1%;
	}
	.login-form-section-label-second{
		margin-top: 3%;
	}
}