@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Roboto:wght@300;400s&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

div, label{
  display: block;
}

h2 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

input{
  width: 100%;
  box-sizing: border-box;
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000 !important;
  font-size: 14px;
}

.container {
  margin: auto;
  height: 100%;
  width: 600px;
  max-width: 100%;
}

.image {
  text-align: center;
}

.form-label{
  font-size: 14px;
  margin:  3px 0;
  font-weight: 200;
}
.field-wrapper {
  margin-bottom: 10px;
}
button[type="submit"]{
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #99cdea !important;
  border: 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 10px !important;
}