body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: #f9f9f9;
}

* {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
}

*:focus { outline: none !important; }

button {
  background-color: #0ae;
  border: 1px solid #0ae;
  color: #fff;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

input {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

input::placeholder {
  color: #ccc;
}

input:focus {
  border-color: #ccc;
  box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}

p {
  padding-bottom: 20px;
  line-height: 1.4em;
}

.login {
  width: 360px;
  margin: 200px auto 0 auto;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
