body {
  background: rgba(0, 0, 0, 0.8);
}

.logo-primary {
  background: url(https://lumiere-a.akamaihd.net/v1/images/emailsignup_6bfcfe6a.png) !important;
  height: 68px;
  margin: 4em auto 0.5em;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.logo {
  display: block;
  font-size: 0;
}

p {
  font-family: arial;
}

.title {
  font-family: arial;
}

.input-text {
  font-family: arial;
}

input {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  border-radius: 2px;
  padding: 3px;
}

p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #243b53;
}
p a {
  color: #243b53;
  font-weight: 800;
}
.content {
  border-radius: 0px;
}
.btn-primary {
  padding: 12px 30px;
  width: auto;
  height: auto;
  background-color: #243b53;
  border: 0.135em solid #f5f7fa;
  box-sizing: border-box;
  border-radius: 25px 0;
  color: #f5f7fa;
  font-family: arial;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.28em;
}

.wrapper {
  min-width: 400px;
  margin: 12vh auto 70px;
  font-size: 14px;
}

section.section-communication.ng-scope {
  margin-top: 30px;
}

h2.title-primary {
  font-family: arial;
  text-align: center;
  color: #243b53;
  font-size: 2em;
  line-height: 27px;
}

/* Checkbox */
.checkbox .name::before {
  width: 25px;
  height: 25px;
  background: #f5f7fa;
  border: 1px solid #243b53;
}

/* Email field wrapper */
.workflow-marketing-opt-in .field-email {
  border: 1px solid #243b53;
}

/* check box description text */
span.name.ng-isolate-scope {
  width: 280px;
  margin-left: 20px;
  color: #243b53;
}

@media screen and (hover: hover) {
  .btn-primary {
    transition: all 0.33s ease-out;
  }
  .btn-primary:hover {
    background-color: #f5f7fa !important;
    color: #243b53;
    border-color: #243b53;
  }
}