@font-face{
  font-family:"icon-webfont";
  src:url("https://d2yl2fqeld1om8.cloudfront.net/static/font/icon-webfont.eot?1554303891");
  src:url("https://d2yl2fqeld1om8.cloudfront.net/static/font/icon-webfont.eot?1554303891?#iefix") format("embedded-opentype"), 
      url("https://d2yl2fqeld1om8.cloudfront.net/static/font/icon-webfont.woff?1554303891") format("woff"), 
      url("https://d2yl2fqeld1om8.cloudfront.net/static/font/icon-webfont.ttf?1554303891") format("truetype"), 
      url("https://d2yl2fqeld1om8.cloudfront.net/static/font/icon-webfont.svg?1554303891#icon-webfont") format("svg");
  font-weight:normal;
  font-style:normal;
}
html, body {
  font-size: 14px;
  color: #ffffff !important;
}

p {
  font-family: 'Roboto', sans-serif;
}

h1, .header-text, .sign-up__text {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
.wallpaper {
  -webkit-background-size: inherit;
  background: url(../../img/wallpaper.jpg) no-repeat center top;
  display: block;
  -webkit-background-size: 175%;
          background-size: 175%;
  min-height: 100vh;
  background-color: #b3b0bb;
  padding-bottom: 55px;
}

.btn.button-highlight {
  display: block;
  margin: 0 auto;
}
.logo {
  width: 180px;
}
.navbar .navbar-brand {
  margin: 0 auto;
  padding: 0;
}
.wallpaper .header-text {
  font-size: 2em;
  font-style: italic;
}

.wallpaper .button-highlight {
  border-color: #fabc3b;
  background-color: #fabc3b;
  color: #fff;
  border-radius: 4px;
  min-width: 150px;
  font-size: 18px;
}

.sign-up .agreement {
  font-size: 10px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 1.5em;
}
.sign-up__text {
  letter-spacing: 1px;
  text-align: center;
}

form .select-block.custom-select{
  border-left-color: #ffffff;
  background-image: url("../../img/select_arrow.png");
  -webkit-background-size: .6em .6em;
          background-size: .6em;
  flex: none;
  width: auto;
}

form #inputGroupSelect01{
  border-bottom-right-radius: .25em;
  border-top-right-radius: .25em;
}

.first-select {
margin-bottom: .6em;
}

.sign-up__checkbox {
margin-bottom: 1em;
}

.checkbox-block__text {
  margin-bottom: .4em;
  font-weight: 600;
}
.sign-up__checkbox .custom-checkbox {
  position: relative;
  padding-left: 25px;
  margin-right: 9px;
  margin-bottom: 0;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  font-size: 14px;
}
.sign-up__checkbox .custom-checkbox:hover input ~ .checkmark {
  background-color: #fabc3b;
  border: none;
}
.sign-up__checkbox .custom-checkbox:hover input ~ .checkmark:after {
  display: block;
}
.sign-up__checkbox .custom-checkbox input:checked ~ .checkmark {
  background-color: #fabc3b;
  border: none;
}
.sign-up__checkbox .custom-checkbox input,
.sign-up__checkbox .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.sign-up__checkbox .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sign-up__checkbox .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.sign-up__checkbox .custom-checkbox input {
  opacity: 0;
}
.sign-up__checkbox .custom-checkbox .checkmark {
  cursor: pointer;
  width: 18px;
  height: 18px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-group.formField,
.select-group.formField {
  margin-bottom: 1em;
}

.sign-up__form .input-group-text {
background: #ffffff;
font-size: .77em;
}

.learn-more {
margin: 1em 0;
}

.learn-more__text {
display: block;
text-align: center;
margin-bottom: 5px;
}

.learn-more__img {
display: block;
}

.link-wrapper {
display: table;
}

footer {
padding: 50px 0 1em;
background-color: #eee;
}

.footer__item__link {
padding: .5rem  .5rem !important;
}

.footer-interval {
margin: 0;
padding: .35rem 0;
}

/*Error*/

.formField .messages{
  display: none;
}

.formField.invalid-field .messages {
  display: block;
  width: 100%;
  margin-top: .1rem;
  font-size: 80%;
  color: #fff;
  position: absolute;
  white-space: nowrap;
}
.features {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9,9,9,0.7);
}
.features h2 {
  margin-bottom: 12px;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
}
.features .columns {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.features .column3 {
  z-index: 1;
}
.features .sheet {
  box-sizing: border-box;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.features .about, 
.features .preview, 
.features .security {
  padding: 20px 30px;
}
.features .preview {
  text-align: center;
  border: solid rgba(255,255,255,0.08);
  border-width: 1px 0;
}
.features .preview img {
  max-width: 100%
}
.features .infoList {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 40px;
}
.features .infoList li {
  margin-bottom: 15px;
}
.features .icon{
  position: absolute;
  left: 0;
  font-size: 22px;
  display: inline-block;
  font-family: "icon-webfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
q {
  font-style: italic;
}
.icon-lock:before {
    content: "\f14b";
}
.icon-profile:before {
    content: "\f171";
}
.icon-blog:before {
    content: "\f116";
}
.icon-members:before {
    content: "\f153";
}
.icon-chat:before {
    content: "\f120";
}
.icon-search:before {
    content: "\f17e";
}

@media (min-width: 400px){
  .sign-up .agreement {
    font-size: 14px;
  }
  .form-group.formField,
  .select-group.formField {
    margin-bottom: 1.5em;
  }
  .sign-up__text {
    font-size: 18px;
  }
  .sign-up__checkbox .custom-checkbox {
    margin-bottom: .5rem;
  }
  .logo {
    width: 200px;
  }
}
@media (min-width: 600px){
  .wallpaper {
    background-size: contain;
    background-position: 50%;
  }
}
@media (min-width: 768px){
  .btn.button-highlight {
    display: inline-block;
  }
  .navbar .navbar-brand {
    margin-right: 1rem;
  }
  .features .columns{
    flex-direction: row;
  }
  .features .about, 
  .features .preview, 
  .features .security {
    padding: 20px;
  }
  .features .preview {
    border-width: 0 1px;
  }
}
@media (min-width: 992px){
  .wallpaper {
    background-position: calc(50% - 200px) 0;
  }
}