/*
Theme Name:     Health Child Theme
Description:    Child theme for Health
Author:         Rajeev Singh
Template:       physio-qt
Version:        1.0
*/


/* add your custom CSS code below */
.header .header-wrapper .header-logo img {
  max-width: 315px;
}
.header {
  z-index: 9999;
}
.container_inner.forgot_password.default_template_holder.clearfix > div {
  margin-bottom: 35px;
}
.forgot_box {
  padding: 35px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}
.forgot_box > div#result {
  font-style: italic;
  font-weight: bold;
  margin-top: 20px;
}
.forgot_box .error{
  color: red;
  font-size: 13px;
  font-weight: normal;
}
.forgot_box .success{
  color: rgb(5, 68, 15);
  font-size: 13px;
  font-weight: normal;
}
.woocommerce-account-fields .form-row label.checkbox input.input-checkbox {
  position: relative;
  top: 4px;
}
.woocommerce-account-fields .form-row label.checkbox span {
  color: var(--links-normal-color,#5bc0de);
  position: relative !important;
  left: 0px;
  top: 7px;
  font-weight: 500 !important;
}