.affilate_signup .heading {
  background: #000;
  border-radius: 6px;
  padding: 7px;
}
.affilate_signup .h2 {
  font-family: var(--font_msr);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #fff;
}

.contact_form .form-group {
  margin-bottom: 2.5rem;
}
.contact_form .form-group label {
  margin-bottom: 0.8rem;
  font-family: var(--font_msr);
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: #07081f;
  display: flex;
  justify-content: flex-start;
}

.contact_form .form-group .custom_input_class {
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section_margin .text-start {
  text-align: left !important;
}
.section_margin .form-select {
  --bs-form-select-bg-img: url(https://angelvpn.com/wp-content/uploads/2023/05/nav_arrow_down_icon.svg);
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.theme_button {
  background: linear-gradient(180deg, #f27c12 0%, #fcae18 100%);
  border-radius: 40px !important;
  padding: 12px 52px;
  font-size: 23px;
  border: none;
}
.section_margin {
  margin-top: 130px;
  margin-bottom: 130px;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  text-align: left;
  margin-left: 5px !important;
}
#affiliateFromSubmit {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button#affiliateFromSubmit {
  padding: 20px 70px;
  color: #fff;
  font-weight: 600;
}
.one_line_fields .col-md-6 {
  width: 45%;
}

.one_line_fields {
  display: flex;
  justify-content: space-between;
}
.lightbox1 {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 100% !important;
}
.box1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #fff;
  padding: 37px !important;
  border-radius: 20px !important;
}
.content1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.close1 {
  position: absolute;
  left: 97%;
  top: 26px;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background-color: #5c5c5c;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: -4px;
  right: 0;
}
.thankyou {
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  text-align: center;
  background-position: center;
  display: flex;
  align-items: center;
  border-radius: -10px;
  margin: 0 auto;
  border-radius: 29px;
  justify-content: center;
  flex-direction: column;
  height: 540px;
  width: 800px;
}
.tickContainer {
  border-radius: 70px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.thankText {
  font-size: 43px;
  font-weight: bolder;
  color: #645e5e;
}
.thankPara {
  font-weight: lighter;
  color: #645e5e;
}

a.btn.theme_button.text-white.btn_style.btn_xl {
  background-color: red;
  padding: 21px 61px;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .box1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-image: none !important;
    width: 90%;
    padding: 50px;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    height: auto;
  }
  p.thankText {
    font-size: 22px;
    width: 100% !important;
    padding-left: 210px;
    padding-right: 210px;
  }

  p.thankPara {
    padding-left: 260px;
    padding-right: 260px;
    font-size: 13px !important;
  }
}
#signupForm .hidden {
  display: none !important;
}

#affiliateForm .hidden {
  display: none !important;
}
.show {
  display: block !important;
}

.text-danger {
  color: #ff0000 !important;
  text-align: left !important;
  margin-left: 5px !important;
}

.form-control:focus {
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.form-section {
  text-align: center;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  height: 100vh;
  display: flex;
  align-items: center;
}
.form-section h2 {
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  color: #f99419;
}
.form-section h1 {
  font-size: 40px;
  line-height: 1.2;
}
.form-section p {
  font-size: 19px;
  line-height: 1.5;
  color: #78747b;
}
.form-section form {
  max-width: 484px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  margin: auto;
  padding-bottom: 15px;
  margin-top: 30px;
}

.form-section label {
  width: 80%;
  margin: 0px auto;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
}

.form-section input {
  border: none;
}
.form-section .first-label {
  margin-top: 40px;
}

.form-section .form-link {
  color: #f99419;
  font-size: 18px;
  text-decoration: none;
}
div#emailError,
#passwordError {
  height: 40px;
  padding-left: 55px;
  display: flex;
  align-items: center;
}
.form-section input[type="submit"] {
  background-color: #df3808;
  background-image: linear-gradient(0deg, #df3808, #f99419);
  border-radius: 100px;
  box-shadow: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 40px;
  text-transform: uppercase;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-section .forgot-password {
  margin-bottom: 0px;
}

.new-password input[type="submit"] {
  margin-top: 50px;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.form-section {
  background-image: url(https://extremevpn.com/app/uploads/2024/02/image-png-partner-login.png);
  text-align: center;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  height: 85vh;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 100% !important;
  margin: 0px;
}
.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained:has(.form-section) {
  margin-top: 0px;
  padding: 0px !important;
}
.form-container {
  width: 70%;
}
.form-section h2 {
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  color: #f99419;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
}
.form-section h1 {
  font-size: 40px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  line-height: 75px;
  font-weight: 700;
}
.form-section p {
  font-size: 19px;
  line-height: 1.5;
  color: #78747b;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}
.form-section form {
  max-width: 484px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  margin: auto;
  padding: 50px 0px;
  margin-top: 30px;
}

.form-section label {
  width: 80%;
  margin: 0px auto;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 34px;
}

.form-section input {
  border: none;
  width: 95%;
  margin: 0 auto;
}

.form-section .form-link {
  color: #f99419;
  font-size: 18px;
  text-decoration: none;
}

.form-section .theme_button {
  background-color: #df3808;
  background-image: linear-gradient(0deg, #df3808, #f99419);
  border-radius: 100px;
  box-shadow: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 40px;
  text-transform: uppercase;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  width: auto;
}
.form-section .forgot-password {
  margin-top: 30px;
  margin-bottom: 0px;
}

.new-password input[type="submit"] {
  margin-top: 50px;
}

label.password-container input {
  width: 87%;
  margin: 0;
  padding-left: 9px;
}

input.form-control:focus-visible {
  outline: none;
}
.ev-block-container > :not(.ev-block) {
  max-width: 100%;
}

.forgot-password-page input {
  height: 100%;
}
.forgot-password-page h1 {
  line-height: 75px;
}
@media screen and (max-width: 1024px) {
  .form-section {
    background-image: none;
  }
  .form-container {
    width: 100%;
  }
  .form-container form {
    padding: 20px !important;
  }
  .form-section h1 {
    font-size: 30px;
  }
  .form-section p {
    font-size: 15px;
  }
  .form-section label {
    width: 90%;
  }
  .forgot-password-page h1 {
    line-height: 30px;
  }
}

.form-section .form-control:focus {
  box-shadow: none !important;
}

.form-section div#messageContainer p {
  color: red;
  padding: 0 20px;
  font-size: 18px;
}

.form-section .show-container-form {
  display: none;
}

.form-section p:has(.login-now) {
  margin-top: 20px;
}

.form-section .disabled-form {
  opacity: 0.4;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  opacity: 1;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  padding-bottom: 60px;
  padding-top: 0px !important;
}
/* Show the modal when it's visible */
.modal-content.show {
  opacity: 1;
}

/* The Close Button */
.close {
  color: #aaa;

  font-size: 28px;

  display: flex;
  justify-content: end;
  width: 100%;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

section.section_margin.affilate_signup {
  max-width: 100%;
}

div#success {
  max-width: 100%;
}

div#success {
  display: block;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content img {
  height: 150px;
}

.modal-content h1 {
  font-size: 36px;
  font-weight: bolder;
  color: #645e5e;
  font-family: poppins;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 61px;
}
.modal-content p {
  font-weight: lighter;
  color: #000000;
  font-size: 15px;
}
