@font-face {
  font-family: Toruk;
  src: url("https://dev.avatar.cse.wds.io/fonts/TorukSC-Regular.otf")
      format("opentype"),
    url("https://dev.avatar.cse.wds.io/fonts/TorukSC-Regular.ttf")
      format("truetype");
}

@font-face {
  font-family: Toruk;
  font-weight: 400;
  src: url("https://dev.avatar.cse.wds.io/fonts/TorukSC-Light.otf")
      format("opentype"),
    url("https://dev.avatar.cse.wds.io/fonts/TorukSC-Light.ttf")
      format("truetype");
}

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

.logo-primary {
  background: transparent
    url("https://dev.avatar.cse.wds.io/responder/emailsignup.png") center center
    no-repeat;
  height: 68px;
  margin: 4em auto 0.5em;
}

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

p {
  font-family: Proxima Nova;
  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: proxima-nova, sans-serif;
  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: Toruk, Helvetica Bold, sans-serif;
  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;
  }
}
