.path-protected-page .layout-content {
  max-width: 1200px;
  width: 100%;
  margin: 140px auto 140px auto;
  padding-left: 30px;
  padding-right: 30px;
  min-height: calc(100vh - 460px);
}
.path-protected-page .layout-content h1 {
  margin-bottom: 50px;
}
.path-protected-page .layout-content fieldset {
  border: none;
  padding: 0;
}
.path-protected-page .layout-content legend {
  display: none;
}
.path-protected-page .layout-content .protected_pages_description {
  margin-bottom: 50px;
}
.path-protected-page .layout-content input {
  border: 1px solid rgb(170, 170, 170);
  border-radius: 5px;
  padding: 10px 20px;
}
.path-protected-page .layout-content .form-submit {
  display: inline-block;
  background: #dfd5bc;
  padding: 15px 50px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.1s;
  border: none;
  margin-top: 50px;
  margin-bottom: 0;
  width: unset;
}
.path-protected-page .layout-content .form-submit:hover {
  background: rgba(152, 117, 0, 0.4509803922);
}
@media (max-width: 1000px) {
  .path-protected-page .layout-content .form-submit {
    font-size: 1rem;
    padding: 20px 40px;
  }
}
/*# sourceMappingURL=protected-page.css.map */