body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 16px!important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  line-height: 27px;
  font-weight: 300;
  padding: 10px 50px 50px 50px;
}

p {
}

h1 {
  box-sizing: border-box;
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  hyphens: auto;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 32px!important;
  line-height: 40px;
  color: #22a2de;
  padding-bottom: 28px;        
  font-weight: 300;
}

h2 {
  box-sizing: border-box;
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  margin: 0;
  margin-bottom: .5rem;
  padding-bottom: 15px;
  margin-top: 3rem;
  color: #22a2de;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: .67px;
}

.logo {
  background-image:url(logo.svg);
  background-size: cover;
  width: 125px;
  height: 91px;
  margin-bottom: 1rem;
}

.banner {
  background-image:url(banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 250px;
  margin-bottom: 40px;
}

.collecta-addon-form-label {
  color: #05192d;
  box-sizing: border-box;
  display: inline-block;
  border: 0;
  font-family: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  padding-right: 15px;
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;      
  font-weight: 300;
}

.collecta-addon-input-text,
.collecta-addon-input-select, 
.collecta-addon-input-number,
.collecta-addon-input-date,
.collecta-addon-input-email,
.collecta-addon-input-file {
  box-sizing: border-box;
  margin: 0;
  overflow: visible;
  outline: 0;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-weight: 300;
  border-radius: 0;
}

 
.collecta-addon-input-textarea {
  box-sizing: border-box;
  margin: 0;
  overflow: visible;
  outline: 0;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-weight: 300;
  border-radius: 0;
}

.collecta-addon-form-button {
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  color: #22a2de;
  border-color: #22a2de;
  display: block;
  width: 100%;
  font-size: .875rem;
  font-weight: 300;
  padding: .25rem .5rem;
  border-radius: .1rem;
  cursor: pointer;        
}

.collecta-addon-form-button:hover {
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  display: block;
  width: 100%;
  font-size: .875rem;
  font-weight: 300;
  padding: .25rem .5rem;
  border-radius: .1rem;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #22a2de;
  border-color: #22a2de;
}

.collecta-addon-link {
  text-align: left;
  -webkit-box-direction: normal;
  line-height: 27px;
  border-collapse: separate!important;
  box-sizing: border-box;
  background-color: transparent;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  transition: all .3s ease-in-out 0s;
  white-space: nowrap;
  color: #22a2de;        
}

.collecta-addon-link:hover {
  text-align: left;
  -webkit-box-direction: normal;
  line-height: 27px;
  border-collapse: separate!important;
  box-sizing: border-box;
  background-color: transparent;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  transition: all .3s ease-in-out 0s;
  white-space: nowrap;
  color: #22a2de;
  outline: none;
  text-decoration: underline;        
}

.collecta-addon-error-message {
  background-color: #e63028;
  color: #fff;
}

.collecta-addon-form-control:disabled,
.collecta-addon-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}