body {
  font-family: Arial, sans-serif;
  background: #fff;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  text-align: center;
  width: 100%;
  max-width: 450px;
}

.logo {
  font-size: 48px;
  margin-bottom: 5px;
}

.subtitle {
  color: #555;
  margin-bottom: 30px;
}

select {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 24px;
  border: 1px solid #dcdcdc;
  outline: none;
}

select:focus {
  box-shadow: 0 1px 6px rgba(32,33,36,.28);
}

button {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  background: #1a73e8;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background: #1558b0;
}

.logo-wrap {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.logo {
  max-width: 450px;
  width: 150%;
  height: auto;
}

.subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
}
