#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}
#loader.hide {
  opacity: 0;
  visibility: hidden;
}
#login_wrapper {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#login_wrapper h3 {
  color: #252b34;
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
}
#login_wrapper .form_wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.75rem;
}
.wpforms-field-container,
.wpforms-field,
.wpforms-submit-container {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 20px;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
}
.wpforms-field.wpforms-field-checkbox ul {
  list-style: none;
  padding: 0;
  margin: 0 7px 0 0;
}
.wpforms-field.wpforms-field-checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.wpforms-field.wpforms-field-checkbox label.wpforms-error {
  position: absolute;
  bottom: 0px;
  margin: 0;
}
.wpforms-field.wpforms-field-checkbox .wpforms-field-description {
  font-size: 13px;
  line-height: 1.3;
  padding-top: 4px;
}
.wpforms-field.wpforms-field-checkbox.wpforms-has-error {
  background-color: rgb(255 0 0 / 11%);
}
.wpforms-error-container,
.wpforms-confirmation-container {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #ef13131e;
  padding: 15px;
}
.wpforms-confirmation-container {
  background-color: #21ff007a;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.wpforms-field {
  gap: 0;
  position: relative;
}
.wpforms-field input {
  padding: 16px 12px;
  border: none;
  -webkit-box-shadow: inset 0px -1px 0px #cccdd2;
  box-shadow: inset 0px -1px 0px #cccdd2;
  margin-bottom: 0;
}
.wpforms-field input:focus {
  background-color: #cccdd23b;
  outline: none;
}
.wpforms-field label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.wpforms-field.focused label:not(.wpforms-error) {
  left: 15px;
  top: unset;
  transform: translateY(-100%);
  font-size: 12px;
}
.wpforms-field label.wpforms-error {
  transform: translateY(100%);
  bottom: 0;
  top: unset;
  font-size: 10px;
  color: #ef1313;
  position: relative;
  margin: -15px 0 10px;
}
.wpforms-field.wpforms-has-error input {
  background-color: #ef13131e;
}
.wpforms-field-row {
  display: grid;
  grid-template-columns: repeat(1, 100%);
}
.wpforms-field-row input {
  width: 100%;
}
.wpforms-one-half {
  position: relative;
}
#register_form_wrapper .wpforms-field-password > label {
  display: none;
}
.wpforms-submit-container button,
.logout_button {
  margin-top: 24px;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  padding: 10px 34px;
  max-height: 48px;
  background-color: #ef1313;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.logout_button {
  margin: 0;
}
.wpforms-submit-container button:hover,
.logout_button:hover {
  background-color: #252b34;
}

.wpforms-field.wpforms-has-error input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ef1313;
}
.wpforms-field.wpforms-has-error input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ef1313;
}
.wpforms-field.wpforms-has-error input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ef1313;
}
.wpforms-field.wpforms-has-error input:-moz-placeholder {
  /* Firefox 18- */
  color: #ef1313;
}

#login_page {
  display: block;
  width: 1300px;
  max-width: 100%;
  padding: 80px 15px 0;
  margin: 0 auto;
}
#login_page .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#login_page .client_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client_header {
  margin-bottom: 42px;
}
.client_header h3 {
  color: #252b34;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
  margin: 0;
}
.client_header h3 strong {
  font-weight: 700;
}
.documents h4 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #252b34;
  margin-top: 0;
  margin-bottom: 30px;
}
.documents:not(.content) h4,
.download_wrapper .document-block {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.files_content {
  padding-bottom: 80px;
}
.documents:not(:last-child),
.download_wrapper:not(:last-child) {
  margin-bottom: 36px;
}
@media (max-width: 1000px) {
  #login_wrapper {
    margin: 80px auto 90px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 840px) {
  .documents:not(.content) h4,
  .download_wrapper .document-block {
    width: auto;
  }
  .download_wrapper .document-block span {
    padding-right: 15px;
  }
  .download_wrapper .document-block svg {
    flex: 0 0 auto;
    max-width: 19px;
  }
  .download_wrapper .document-block {
    align-items: center;
    padding: 20px;
  }
  #login_page .client_header {
    flex-direction: column-reverse;
  }
  .logout_button {
    margin: 0 0 36px auto;
  }
  .client_header h3 {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .wpforms-field-container,
  .wpforms-field,
  .wpforms-submit-container {
    width: 300px;
  }
}
