* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100vh;
}

/* Login Css */

.image-container {
  width: 100%;
  height: 100vh;
  background: url(../images/login-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image-container h1 {
  color: var(--color-gray-10, #fff);
  font-family: "DM Sans";
  font-size: 76.7px;
  font-style: normal;
  font-weight: 700;
  line-height: 76.663px;
  letter-spacing: -1.671px;
}

.image-container h1 span {
  color: var(--color-gray-10, #edae0c);
  font-family: "DM Sans";
  font-size: 76.7px;
  font-style: normal;
  font-weight: 700;
  line-height: 76.663px;
  letter-spacing: -1.671px;
}

.image-container p {
  color: var(--color-gray-10, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 32.243px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 40.303px */
  letter-spacing: 0.269px;
  margin-top: 57px;
}

.form-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container img {
  margin-top: 30px;
}

.main-form h1 {
  color: #1c2334;
  font-family: Inter;
  font-size: 29.787px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 37.233px */
  letter-spacing: 0.248px;
}

.fa-user {
  position: absolute;
  top: 25px;
  left: 19px;
  pointer-events: none;
  color: #64748b;
}

.fa-envelope {
  position: absolute;
  top: 26px;
  left: 19px;
  pointer-events: none;
  color: #64748b;
}

.fa-lock {
  position: absolute;
  top: 25px;
  left: 19px;
  pointer-events: none;
  color: #64748b;
}

.fa-eye {
  position: absolute;
  top: 25px;
  right: 19px;
  pointer-events: none;
  color: #64748b;
}

.main-form {
  width: 501px;
}

.main-form p {
  color: var(--Greyscale-500, #64748b);
  font-family: Inter;
  font-size: 17.376px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 15px;
}

.main-form input {
  padding: 18px 14px 18px 44px;
  color: var(--Greyscale-400, #94a3b8);
  font-family: Inter;
  font-size: 19.858px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 14.893px;
  border: 1.241px solid var(--Greyscale-200, #e2e8f0);
  width: 100%;
  margin-bottom: 21px;
  outline: none;
}

.main-form input::placeholder {
  color: var(--Greyscale-400, #94a3b8);
  font-family: Inter;
  font-size: 19.858px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.main-form input[type="number"]::-webkit-inner-spin-button,
.main-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows in number input for Firefox */
.main-form input[type="number"] {
  -moz-appearance: textfield;
}

.main-form button.login-button {
  border-radius: 14.893px;
  font-family: Inter;
  font-size: 19.858px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.248px;
  padding: 20.75px 0px;
  width: 100%;
}

.btn-primary:focus {
  box-shadow: none;
}

.btn:focus {
  box-shadow: none;
}

.bar-login {
  margin-top: 47.94px;
  display: flex;
  gap: 19.86px;
}

.bar-login p {
  color: var(--Greyscale-500, #64748b);
  text-align: center;
  font-family: Inter;
  font-size: 14.893px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: -10px;
}

.bar-login div {
  width: 180.347px;
  height: 1.241px;
  background: #e2e8f0;
}

.login-button-container {
  display: flex;
  gap: 19.86px;
  margin-top: 30px;
}

.login-button-container button {
  border-radius: 14.893px;
  border: 1.241px solid var(--Greyscale-200, #e2e8f0);
  background: var(--color-gray-10, #fff);
  color: var(--Greyscale-900, #0f172a);
  font-family: Inter;
  font-size: 19.858px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 29.787px */
  letter-spacing: 0.248px;
  padding-right: 57.22px;
  padding-left: 57.22px;
  padding-top: 19.75px;
  padding-bottom: 19.75px;
}

.login-button-container button img {
  margin-right: 14.89px;
}

.custom-link-auth {
  color: var(--Greyscale-900, #0f172a);
  text-align: center;

  /* body/medium/regular */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.custom-link-auth span a {
  color: var(--Primary-600-base, #2563eb);

  /* body/medium/bold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.errorResponse {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url("https://i.imgur.com/GnyDvKN.png");
  border-radius: 6px;
  display: none;
}

.successResponse {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url("https://i.imgur.com/Q9BGTuy.png");
  border-radius: 6px;
  display: none;
}

/* Media Query Start Here */
/* Media Query 320 */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .image-container {
    display: none !important;
  }
  .form-container {
    background: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .main-form {
    width: 95% !important;
  }
  .main-form h1 {
    color: #fff !important;
  }
  .main-form input {
    font-size: 14px !important;
    padding: 12px 14px 12px 44px !important;
  }
  .fa-user {
    top: 16px !important;
    left: 12px !important;
  }
  .fa-envelope {
    top: 16px !important;
    left: 12px !important;
  }
  .fa-lock {
    top: 16px !important;
    left: 12px !important;
  }
  .fa-lock {
    top: 16px !important;
    left: 12px !important;
  }
  .fa-eye {
    top: 16px !important;
    right: 12px !important;
  }
  .main-form input::placeholder {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
  }
  .checkbox-container {
    justify-content: center;
  }
  .custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .custom-checkbox span {
    font-size: 15px;
    color: #fff;
  }
  .main-form button.login-button {
    font-size: 14px !important;
    padding: 12px 0px !important;
    font-weight: 500 !important;
  }
  .main-form p {
    font-size: 14px !important;
    color: #fff !important;
  }
  .custom-link-auth span a {
    color: #fff !important;
  }
}

/* Media Query 768 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .image-container {
    display: none !important;
  }
  .form-container {
    background: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .main-form {
    width: 95% !important;
  }
  .main-form h1 {
    color: #fff !important;
  }
  .main-form input {
    font-size: 14px !important;
    padding: 12px 14px 12px 44px !important;
  }
  .fa-user {
    top: 16px !important;
    left: 12px !important;
  }
  .fa-envelope {
    top: 16px !important;
    left: 12px !important;
  }
  .fa-lock {
    top: 16px !important;
    left: 12px !important;
  }
  .fa-lock {
    top: 16px !important;
    left: 12px !important;
  }
  .fa-eye {
    top: 16px !important;
    right: 12px !important;
  }
  .main-form input::placeholder {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
  }
  .checkbox-container {
    justify-content: center;
  }
  .custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .custom-checkbox span {
    font-size: 15px;
    color: #fff;
  }
  .main-form button.login-button {
    font-size: 14px !important;
    padding: 12px 0px !important;
    font-weight: 500 !important;
  }
  .main-form p {
    font-size: 14px !important;
    color: #fff !important;
  }
  .custom-link-auth span a {
    color: #fff !important;
  }
}

/* Media Query 1024 */
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  html,
  body {
    overflow-x: hidden !important;
  }
  .w-100.d-flex.registrationflex {
    gap: 30px;
  }
  .image-container {
    width: 50% !important;
    height: auto !important;
  }
  .form-container {
    width: 45% !important;
    height: auto !important;
  }
  .main-form {
    width: 90% !important;
  }
  .image-container h1,
  .image-container h1 span {
    font-size: 55px !important;
  }
  .image-container img {
    margin-top: 30px;
    width: 100%;
  }
  .image-container p {
    font-size: 20px !important;
  }
  .main-form h1 {
    font-size: 30px !important;
  }
  .main-form input {
    font-size: 15px !important;
    padding: 14px 14px 14px 44px !important;
  }
  .fa-user {
    top: 20px !important;
    left: 17x !important;
  }
  .fa-envelope {
    top: 20px !important;
    left: 17x !important;
  }
  .fa-lock {
    top: 20px !important;
    left: 17x !important;
  }
  .fa-lock {
    top: 20px !important;
    left: 17x !important;
  }
  .fa-eye {
    top: 20px !important;
    right: 17px !important;
  }
  .main-form input::placeholder {
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
  }
  .custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .custom-checkbox span {
    font-size: 15px;
  }
  .main-form button.login-button {
    font-size: 15px !important;
    padding: 15px 0px !important;
  }
  .main-form p {
    font-size: 15px !important;
  }
}

/* Media Query 1301 */
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
  html,
  body {
    overflow-x: hidden !important;
  }
  .w-100.d-flex.registrationflex {
    gap: 30px;
  }
  .image-container {
    width: 50% !important;
    height: auto !important;
  }
  .form-container {
    width: 45% !important;
    height: auto !important;
  }
  .main-form {
    width: 90% !important;
  }
  .image-container h1,
  .image-container h1 span {
    font-size: 55px !important;
  }
  .image-container img {
    margin-top: 30px;
    width: 100%;
  }
  .image-container p {
    font-size: 20px !important;
  }
  .main-form h1 {
    font-size: 30px !important;
  }
  .main-form input {
    font-size: 15px !important;
    padding: 14px 14px 14px 44px !important;
  }
  .fa-user {
    top: 20px !important;
    left: 17x !important;
  }
  .fa-envelope {
    top: 20px !important;
    left: 17x !important;
  }
  .fa-lock {
    top: 20px !important;
    left: 17x !important;
  }
  .fa-lock {
    top: 20px !important;
    left: 17x !important;
  }
  .fa-eye {
    top: 20px !important;
    right: 17px !important;
  }
  .main-form input::placeholder {
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
  }
  .custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .custom-checkbox span {
    font-size: 15px;
  }
  .main-form button.login-button {
    font-size: 15px !important;
    padding: 15px 0px !important;
  }
  .main-form p {
    font-size: 15px !important;
  }
}