/**
 * Sardinia Active subscription page styles
 */

#page-content.subscription-page,
.page-sardinia-active #page-content.subscription-page {
  position: relative;
  min-height: 100vh;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 150px;
  background-image: url(/modules/custom/st_active/img/pattern_128px.png);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#page-content.subscription-page {
  font-size: 20px;
}

label.js-form-required.form-required {
  color: #2d4372;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

#edit-privacy--wrapper legend,
#edit-interests--wrapper legend,
#edit-newsletter--wrapper legend {
  color: #2d4372;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.subscription-page .logo-container img {
  width: 559px;
  max-width: 100%;
  padding: 20px;
}

.subscription-page .feedback-message {
  margin: 60px 30px 0;
  text-align: center;
  color: #728124;
}

.subscription-page div.st-active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

.subscription-page div.st-active a {
  width: 100%;
}

.subscription-page div.st-active .st-active-link {
  margin: 10px;
  padding: 15px;
  border-radius: 4px;
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: #2d4372;
  color: #fff;
}

.subscription-page div.st-active img {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.subscription-page .footer {
  bottom: 0;
  background-color: transparent;
  border: none;
  padding-bottom: 20px;
}

.subscription-page .footer .loghi {
  display: flex;
  justify-content: center;
}

.subscription-page .footer .loghi img {
  width: auto;
  max-width: 60%;
  max-height: 60px;
}

.subscription-page .form-checkboxes legend .fieldset-legend {
  font-weight: 700;
  font-size: 1rem;
}

.subscription-page .form-checkboxes legend .fieldset-legend::after {
  content: " *";
  color: #dc3545;
}

.subscription-page .form-check .form-check-input {
  margin-left: 0;
}

label.form-check-label.option {
  color: #ba4c19;
  font-size: 16px;
  font-weight: 700;
}

.subscription-page .form-actions {
  display: flex;
  justify-content: flex-end;
}

.subscription-page .form-actions .btn-default {
  background-color: #E0A01A;
  font-weight: bold;
  color: #333;
  border-color: #ccc;
}

.subscription-page .form-footer {
  margin-top: 15px;
  text-align: center;
}

.subscription-page .form-footer a,
.subscription-page .feedback-message a {
  color: #728124;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
}

.subscription-page .form-footer a:hover,
.subscription-page .feedback-message a:hover {
  color: #2d4372;
}

.checker span {
  background-image: url(/themes/custom/sardegna/images/checkbox/unchecked.png);
  background-position: 50% 50% !important;
  width: 17px;
  height: 17px;
}

.checker span.checked {
  background-image: url(/themes/custom/sardegna/images/checkbox/checked.png);
}
