@import url('sentient.css');
    
body {
  background-color: #f8fbfe;
  font-family: 'Sentient-Regular';
  margin:0px;
}

a {
    color:#044851;
    text-decoration: none;
}

.text-container, .form-container {
  width: 720px;
  margin: 0 auto;
}

.text-container-inner, .form-container-inner {
  padding: 40px 40px 20px 40px;
}

.form-container-outer {
  background-color: #4eb377;
}

.logo {
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .text-container, .form-container  {
    width: 100%;
  }
  
  .text-container-inner, .form-container-inner {
    padding: 30px 10px 40px 10px;
  }
  
  .logo {
    padding-bottom: 10px;
  }
}

.entry__label_optin {
  width:20px;
}

.terms-text {
  font-size:14px;
  text-align:left;
   color:#3C4858;
   background-color:transparent;
}

.footer, .footer-light {
  text-align: center;
  color: #f8fbfe;
  background-color: #102830;
  padding: 30px;
  font-size: 12px;
}

.footer-light {
    color: #102830;
    background-color: #f8fbfe;
}

.sib-form {
  text-align: center;
  padding: 10px 0px 30px 0px;
}

.form__label-row {
    padding-bottom:5px;
}

.sib-container--large, .sib-container--vertical {
  padding: 30px 10px 30px 10px !important;
}

.sib-form-message-panel {
 background-color: #4eb377;
 color: #102830;
 border-color:#102830;
 border-radius:4px;
}

.entry__specification {
  font-size:12px; 
  text-align:left; 
  color:#8390A4;
}

.sib-optin {
    padding-top:10px;
}

.svgIcon-sphere {
    width:43px; 
    height:43px;
}

.sib-form__declaration {
    font-size:12px; 
    text-align:left; 
    color:#687484; 
    background-color:transparent;
    padding:0px 15px 30px 15px;
}

.sib-form-block__button {
    font-size:16px; text-align:left; 
    font-weight:700; 
    color:#FFFFFF; 
    background-color:#3E4857; 
    border-radius:4px; 
    border-width:0px;
}
