Fbody {
  background-color: rgb(242, 242, 242) !important;
}

.mx_logo {
  width: 140px;
  margin-bottom: 20px;

  @media (max-width: 998px) {
    display: none;
  }
}

.custom-patern {
  /* background-image: url("https://naimbabu.com/wp-content/themes/eimams/img/subscribebg.png"); */
  background-position: center;
  background-repeat: repeat;
  background-color: #fafafa;
}

.mx_main_wrapper {
  width: 100%;
  /* height: 100vh; */
  max-width: 1400px;
  padding: 0 35px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;

  @media (max-width: 600px) {
    padding: 0;
  }
}
.mx_container {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  display: flex;
  margin: 4rem 0;
  box-shadow: 1px 1px 50px 1px #e2e2e2;
  @media (max-width: 998px) {
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow: none;
  }
}

.mx_form_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4rem;

  @media (max-width: 1200px) {
    width: 50%;
  }

  @media (max-width: 998px) {
    width: 100%;
    padding: 2rem;
  }
}

.mx_form_sub_wrapper {
  /* width: clamp(200px, 80%, 450px); */
  max-width: 450px;
}

.mx_side_image_wrapper {
  width: 60%;
  @media (max-width: 1200px) {
    width: 50%;
  }
  @media (max-width: 998px) {
    display: none;
  }
}

.mx_side_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  @media (max-width: 1200px) {
    object-fit: cover;
  }
}

.mx_form_heading {
  font-size: 38px;
  margin: 0%;

  @media (max-width: 998px) {
    text-align: center;
    font-size: 2rem;
    margin: 0%;
  }
}
.mx_form_subheading {
  margin: 0.5rem 0px;
  font-size: 16px;
  color: #545454;
  @media (max-width: 998px) {
    text-align: center;
  }
}

.mx_field_wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 16px 0px;
}

.mx_input_field {
  max-width: 450px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  font-size: 16px;
  outline: none;
}

.mx_input_field:focus,
.mx_input_field:hover {
  border: 1px solid #2a2a2a;
}
.mx_input_label {
  color: black;
  /* margin-bottom: 6px; */
  font-weight: 500;
}

.mx_input_label::after {
  content: "*";
  color: red;
  margin-left: 3px;
}

/* .mx_form {
  margin-top: 36px;
} */

.mx_more_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media (max-width: 400px) {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

.mx_submit {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  background-color: #162c53;
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
  cursor: pointer;
  transition: ease 0.2s;
}

.mx_google_signup {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #4285f4;
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  transition: ease 0.3s;
  margin-top: 1rem;
}
.mx_google_signup:hover {
  background-color: #649bf5;
}

.mx_google_signup span {
  background-color: #fff;
  padding: 6px;
  border-radius: 2px;
}
.mx_google_signup span img {
  /* width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  font-size: 16px;
  margin-top: 16px;
  cursor: pointer;
  transition: ease 0.2s; */

  width: 22px;
  height: 22px;
}

/* .mx_google_signup:focus,
.mx_google_signup:hover {
  background-color: #d9d9d9;
} */

.mx_submit:focus,
.mx_submit:hover {
  background-color: #273dbe;
}

.mx_divider {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

.mx_form_hr {
  width: 50%;
  border: none;
  border-top: 1px solid #d7d7d7;
}

.mx_register_link {
  text-align: center;
  margin-top: 28px;
}

.mx_show {
  width: 30px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  transform: translate(-50%, -10%);
  cursor: pointer;
}

.mx_hidden {
  display: none;
}
.mx_visible {
  display: block;
}

.gap_10 {
  gap: 10px;
}

.register {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.mx_back_signin {
  text-align: center;
  margin-top: 28px;
}

.mx_back_signin a {
  text-decoration: none;
}

.d_flex {
  display: flex;
}

.alig_center {
  align-items: center !important;
}
.align_start {
  align-items: start !important;
}

.gap_5 {
  gap: 5px;
}

.mx_remember label {
  margin: 0 !important;
  padding: 0;
}

.mx_link {
  font-size: 16px;
}

.mx_support {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 20px;
  border-radius: 50px;
  background-color: #ffdbdb;
  color: #fc0303;
  text-decoration: none;
  font-size: 16px;
  transition: ease 0.3s;
}

.mx_support:hover {
  background-color: #fc0303;
  color: #fff;
}
