body {
  font-family: "Roboto", sans-serif;
  background-color: #f9f9f9;
}
a {
  color: #df9767;
}
.logo
{
	width: 160px;
	display: inline-block;
	margin-bottom: 45px;
}
.logo img{
	max-width: 100%;
}
.abs-body{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}
.btn{
	border: 1px solid #df9767;
	display: inline-block;
	text-decoration: none;
	padding: 5px 0px;
	min-width: 120px;
	max-width: 120px;
	text-align: center;
}
.btn:hover,
.btn:focus,
.btn:active{
	background-color: #df9767;
	color: #fff;
}
h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0;
}
.wrap{
	background-color: #fff;
	text-align: center;
	padding: 50px;
	border: 1px solid #df976742;
}