body.studio509_app-license-selection {
  background: url("/themes/custom/nsa_connect_app_fo/images/mobile/m-contract_bg.jpg") 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.studio509_app-license-selection #main-wrapper {
  background: none;
}
body.studio509_app-license-selection #main-wrapper .page-title-wrapper {
  background: none;
  text-align: center;
}
body.studio509_app-license-selection #main-wrapper .legal-mentions {
  color: #fff;
}
.app-form-license-selection-wrapper .legal-mentions {
  font-size: 0.8rem;
  text-align: center;
  margin: 32px 0;
}
.app-form-license-selection-wrapper .form-actions {
  margin-top: 32px;
}
.app-form-license-selection-wrapper .form-actions .btn.btn-primary {
  background: #E936F5;
  padding: 8px 16px;
  boder-radius: 32px;
}
.app-form-license-selection-wrapper .form-actions .btn.btn-primary:hover {
  background: #359C98;
  color: #fff;
}
.card.card-license .btn-license-variation {
  background: #FBFBFB;
}
@media all and (min-width: 1024px) {
  body.studio509_app-license-selection {
    background: url("/themes/custom/nsa_connect_app_fo/images/desk/d-contract_bg.jpg");
  }
}
