body {
    background: #323f48;
}

.wrap {
    box-shadow: none;
    border: none;
}

.button {
    background: #18b1c3;
}

.button:hover {
  background: #1697a6;
  color: #fff;
}

.logo {
    text-align: right;
}

a {
  color: #1b88b6;
    text-decoration: none;
}

input[type="text"], input[type="email"], input[type="password"], select {
    border: 1px solid #888;
    box-shadow: none;
}

footer.container {
    display: none;
}
