@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --lightGrey: #fcfeff;

  --primaryBlue: #2c74da;

  --bluesBlue4: #486581;

  --white: #ffffff;

  --bluesBlue6: #829ab1;

  --lightBlue: #3b72bf;

  --neiviBlue: #334e68;

  --grey: #d9e2ec;

  --statusRed: #eb4e4e;

  --bluesBlue2: #243b53;

  --bluesBlue1: #102a43;

  --offWhite: #f9f9f9;

  --darkGreen: #035a70;

  --darkBlue: #085d73;

  --lightBlue: #2ad4ff;

  --norBrown: #665f5f;

  --textBrown: #555555;

  --primaryParrot: #57e326;

  --primaryRed: #ff0000;

  --greyGrey: #aaaaaa;

  --darkBlue: #051498;

  --darkBrown: #2b2b2b;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
label,
select,
::placeholder,
.btn {
  font-family: "Montserrat", serif;
}

body {
  background: #d99a40;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px;
}

.signup-container {
  max-width: 1481px;
  height: 921px;
  width: 100%;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  overflow: hidden;
  padding: 55px;
  gap: 30px;
  justify-content: center;
}

.signup-image {
  width: 624px;
  background: url("https://source.unsplash.com/400x400/?gavel,law") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup-image img {
  width: 100%;
  border-radius: 5px;
}

.signup-form {
  width: 638px;
  padding: 20px 30px;
  border: 1px solid #81acb75c;
}

.signup-form h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--darkGreen);
  font-family: "Montserrat", serif;
}

.signup-form p {
  font-size: 19px;
  color: #2b2b2b;
  font-weight: 500;
  font-family: "Montserrat", serif;
  line-height: 24px;
}

.form-control {
  border-radius: 5px;
  border: 1px solid #ccc;
}

.form-group {
  margin-bottom: 15px;
}
.custom-form input,
.custom-form select {
  width: 100%;
  height: 56px;
  border-color: var(--darkGreen);
  padding-left: 36px;
}
.custom-form {
  width: 526px;
}
.form_button button {
  width: 100%;
  height: 56px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Montserrat", serif;
}
.form_button {
  width: 526px;
}

.input-group .form-control {
  padding-left: 35px;
}

.form_button button {
  background: #d99a40;
  border: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}

.form_button button:hover,
.form_button button:active,
.form_button button:focus-visible {
  background: #d99a40 !important;
  border: none;
}
.btn-google,
.btn-google:hover,
.btn-google:active,
.btn-google:focus-visible {
  background: #fff;
  border: 1px solid #dc9935;
  width: 526px;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  color: #dc9935;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.form-footer span {
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
}

.btn-google img {
  width: 36px;
  margin-right: 10px;
}
.form-footer a {
  color: var(--darkGreen);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Montserrat", serif;
}

.form-footer {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.form-footer a {
  color: #1d70b8;
  text-decoration: none;
  font-weight: bold;
}

.form-footer a:hover {
  text-decoration: underline;
}
.form-group i {
  color: var(--darkGreen);
}
.custom-form ::placeholder,
.custom-form select,
.custom-form option {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--darkGreen);
}
.custom-form select {
  padding-left: 40px;
}

.custom-form input:focus,
.custom-form select:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--darkGreen);
}
.custom-form {
  position: relative !important;
}
.custom-form .userIcon {
  position: absolute;
  top: 16px;
  left: 10px;
}
.mid-text {
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--darkBrown);
}
.form_statement p {
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--darkBrown);
  text-align: center;
}
.signUp_form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.custom-form .passwordIcon,
.custom-form .open-pswrd {
  position: absolute;
  right: 13px;
  top: 15px;
}
.custom-form .open-pswrd {
  display: none;
}
.form_statement a {
  color: var(--darkBrown);
  text-decoration: none;
}
.remember-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #262626;
  font-family: "Montserrat", serif;
}
.central-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.left-border,
.right-border {
  border: 1px solid #81adb8;
  width: 225px;
}
.rememberForget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 526px;
}
.forget_psw a {
  color: var(--darkGreen);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  font-family: "Montserrat", serif;
}
.forgetEmail {
  margin-top: 50px;
}
.otp-input {
  width: 70px;
  height: 40px;
  text-align: center;
  font-size: 1.25rem;
}
.otp-input:focus-visible {
  outline: none;
}
.signup-form {
  display: flex;
  align-items: center;
}

@media (max-width: 1560px) {
  .body {
  }
  .signup-container {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .signup-image {
    display: none;
  }
  body {
    height: 100%;
  }
  .custom-form .iti {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .signup-container {
    padding: 0;
  }
  .signup-form,
  .form_button,
  .rememberForget,
  .custom-form {
    width: 100%;
  }
  .signup-form {
    border: 0;
    display: block;
  }
}
