body {
  font-family: "Segoe UI", Arial, sans-serif;
  background:#ffffff url("images/background-fmi.jpg") repeat-x;
  max-width: 600px;
  margin: auto;
  padding: 1em;
  min-height: 200px;
}

#logo {
  display: block;
  margin-bottom: 1.5em;
  width: 100%;
  height: auto;
}

#cclogos {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #a2a2a2;
}

h1 {
    font-size: 2.2em;
    font-weight: 300;
    text-align: center;
    margin-top: 1.5em;
}

h2 {
    text-align: center;
}

.complete {
    text-align: center;
    margin-top: 4em;
}

.complete h1 {
    font-size: 2.5em;
    font-weight: 300;
    color: #596e8c;
}

.complete p {
    font-size: 1.1em;
}

em {
    font-size: 0.7em;
}

p.note {
  background: #EEE;
  font-family: tahoma;
  font-size: 1em;
  line-height: 130%;
  margin-top: 0;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 1em;
  width: auto;
}

form input, form select {
  padding: 8px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  outline: 0;
  font: 0.875em Verdana, Tahoma, sans-serif;
  width: 25em;
  box-shadow: rgba(3, 145, 249, 0.3) 1px 1px 3px;
  box-sizing: border-box;
}

input:-moz-ui-invalid:not(output) {
    box-shadow: 0 0 1.5px 1px red;
} 

#submitbtn {
    align-content: center;
    transition: background-color 0.15s ease-in-out;
    display: block;
    margin: auto;
    width: 8em;
    height: 3em;
    background: #596e8c;
    border: 0;
    font-size: 1.5em;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 4px 2px;
    margin-top: 1em;
    text-align: center;
    text-decoration: none;
}

#submitbtn:hover {
    background: #475a76;
}

label {    
  width: 8em;    
  margin-right: 1em;
  margin-left: 0em;
  font-size: 1.1em;
}

label.lista {
  width: auto;
}

form span {
    width: 8em;
    margin-right: 1em;
    margin-left: 0em;
    font-size: 1.1em;
}

pre {
  overflow: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  display: block;
  background-color: #f3f3f3;
  color: #000000;
  border-style: dashed;
  border-width:2px;
  border-color:#b8b8b8;
} 

.flexpysty {
    display: flex;
    flex-direction: column;
}

.flexrow {
    display: flex;
    align-items: baseline;
    align-self: center;
    padding: 0.7em;
}

.flexleft {
    display: flex;
    flex: 1;
}

.flexright {
    display: flex;
    flex-direction: column;
    flex: 3;
    width: 22em;
}

.flexlong {
    display: flex;
    flex: 1;
    align-items: baseline;
    margin-bottom: 0.2em;
}

.radioclass {
  width: 1em;
  padding: 2px 5px;
  border: 0;
  margin-right: 0.5em;
}

.infobox {
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}

.infobox > div, .infobox > p {
    margin: 0.75em 0.75em;
}

.hidden {
    display: none;
}
