body {
	background-image: linear-gradient(#000000, #721818, rgb(33, 37, 41)) !important;
	background-repeat: no-repeat;
}
.btn-success {
	background-color: #B52121;
	color: rgba(255,255,255,1.00);
	border: 0;
	font-weight: 600;
	height: 40px;
}
.btn-success:hover {
	background-color: #621313;
	color: white;
	border: 0;

}
