/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('../../admin/font/SourceSans3-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

* {
  font-family: 'Source Sans 3', sans-serif;
}

.sitelock-card {
  max-width: 420px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 15px !important;
}

.sitelock-card__head {
  text-align: center;
  padding: 20px 0 !important;
}

.sitelock-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 15px;
}

.sitelock-card__head h1 {
  font-size: 30px;
  color: #000000;
  line-height: 24px;
  font-weight: 400;
}

.sitelock-sub {
  font-size: 14px;
  color: #041c2c;
  line-height: 20px;
  font-weight: 400;
  padding: 0px 60px;
  margin: 0px 20px;
}

.sitelock-field {
  margin-bottom: 20px;
  margin-top: -40px;
}

.sitelock-field label {
  display: block;
  font-size: 13px;
  color: #374151;
  margin-bottom: 6px;
}

.sitelock-lockout-title {
  font-weight: 400;
  font-size: 30px !important;
  line-height: 1.2 !important;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
}

.sitelock-lockout-error-notice {
  background-color: #fceded;
  padding: 20px !important;
  border-radius: 4px;
  text-align: center;
  margin: 8px !important;
  padding-top: 1px;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
}

.sitelock-lockout-error-notice-p1 {
  margin-bottom: 16px !important;
  font-size: 14px;
  color: #041c2c;
  font-weight: 700;
}

.sitelock-lockout-error-notice-p2 {
  margin: auto;
  font-size: 14px;
  line-height: 1.5;
  color: #041c2c;
  width: 318px;
}

.sitelock-btn {
  width: 120px;
  height: 32px;
  background: #2d68c4;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 5px 25px;
  cursor: pointer;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.sitelock-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #3c434a;
  margin-bottom: 0 !important;
}

.sitelock-timer-section {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 20px 0px !important;
}

.sitelock-card-powered-by-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  color: #43586a;
}

#sitelock-retry-container {
  display: none;
  margin-bottom: 30px;
}

.sitelock-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.footer-sitelock-text {
  color: #43586a;
}