body{
	background-color:#333333;
		overflow: hidden;
}

#logoLogin{
	display:block;
	  margin:auto;
}


#loginButton{
background-color: #B7223D;
border-color:  #B7223D;
}
#passwordButton{
	background-color: #B7223D;
border-color:  #B7223D;
}
#resetButton{
	background-color: #B7223D;
border-color:  #B7223D;
}
#forgot{
color: #B7223D;
}

.card-header{
	background-color: white;
	color:#B7223D;
}


#line{
	position:absolute;
	z-index:-1000;
	background-color: #B7223D;

	height:8px;
	width:150%;
	top:300px;
	transform: rotate(10deg);
	margin-left: -150px;

}
#line2{
	position:absolute;
	z-index:-1000;
	background-color:#B7223D;

	height:8px;
	width:150%;
	top:320px;
	transform: rotate(10deg);
	margin-left: -150px;

}
#line3{
	position:absolute;
	z-index:-1000;
	background-color:#E4E4E4;

	height:8px;
	width:150%;
	top:340px;
	transform: rotate(10deg);
	margin-left: -150px;
	

}

