header,
footer {
	display: none;
}

img {}

body {
	background-color: black;
}

.wrap {
	border: 1px solid #363637;
	box-shadow: none;
	background-color: black;
	color: white
}

.button {
	background-color: white;
	color: black;
	border-radius: 0px;
}

.button:hover {
	background-color: white;
	color: black;
}

label {
    color: #a2a2a2;
}

.button.button-outline {
    color: black;
    border: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
select {
	border-radius: 0px;
  	box-shadow: none;
  	background-color: black;
  	color: white;
}