@import url('https://fonts.googleapis.com/css?family=Roboto');

.asteriskField{
	color:red;
}

body{
	background: url("../img/elegant-background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.login-form{
	margin-top: 20px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px 1px grey;
	border-radius: 5px;
	padding-bottom: 20px;
	background: #fff;
	opacity: .9;
}

label{
	font-weight: bolder;
}

.form-check-label{
	font-weight: normal;
}