* {
  font-family: 'Roboto', sans-serif;
}

body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page-footer {
  flex-shrink: 0;    
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto';
  margin-bottom: 10px;
}

.page-body {
  flex-grow: 1;
}

input, select
{
  width: 280px;
  margin: 19px;
  height: 45px;
  padding: 10px;
  font-size: 16px;
}

#logo {
  width: 300px;
  height: 200px;
}

main {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: min(150px, 200px);
}

input[type='submit'] {
  background-color: rgb(105, 187, 123);
  color: white;
  border: 0px;
  font-size: 24px;
  border-radius: 5px;
}

.title {
  font-size: x-large;
  padding-bottom: 25px;
}

.subtitle {
  font-size: large;
}
