html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  height:100vh;
  background-color:#eee;
}

h1, button {
    font-size: 0.9em;
}

input {
    margin-left: 10px;
}
.confirm{
    position:relative;
    right:12px;
}
form{
    width:650px;
    margin:auto;
    margin-top:20vh;
    background-color:white;
}
.btn-primary {
    background-color: #323646;
    border-color: #323646;
}

.btn-primary:focus {
    background-color: #02419d;
    border-color: #02419d;
}