body {
	background: url("../themes/images/lab1/a.jpg") no-repeat;
	background-size:100%;
}

.form-signin {
	max-width: 600px;
	height: 510px;
	padding: 19px 29px 29px;
	margin: 0px 0px 0px 25%;;
	border-radius: 40px;
	box-shadow: 0px 0px 5px 0px;
	border: 2px solid red;
	margin-top: 60px;
	color: #000000;
	font-weight: lighter;
	color: #000000;
}

form button {
	position: relative;
	margin-top: 20px;
	left: 10%;
	transform: translate(-50%, 0);
	color: white;
	background: red;
	outline: none;
	border: none;
	padding: 5px 15px;
	font-size: 1.3em;
	font-weight: 400;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
	transition: all 0.15s ease-in-out;
}

form button:hover {
	background: gray;
}