body { 
    font-family: sans-serif;
    width: 95%;
  }
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

button {
    display: block;
    padding: 10px;
    margin: 10px 0;
    background-color: lightgrey;
    color: black;
}

button.main {
    width: 100%;
    background-color: #007aff;
    color: white;
    font-weight: 600;
}

input:che

  
  h5, label {
    margin-top: 10px;
  }
  
  label, input {
    display: inline;
    font-weight: 200;
    font-size: 20px;
  }

  input {
    background-color: white;
    color: black;

    border: 1px solid lightgrey;
  }

  input[type='date'], input[type='time'] {
      padding: 10px;
      height: 40px;
      line-height: 40px;
  }
  
  .sidebyside {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }

  .row {
      width: 100%;
      display: block;
  }

#error {
    display: inline-block;
    background: rgba(255,0,0,0.15);
    color: red;
    padding: 10px;
    margin: 10px 0;
}

#passt {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: white;
    box-shadow: 0px 10px 100px black;
    padding: 10px;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}