@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  background-color: #ffffff;
  scroll-behavior: smooth;
}

body {
  font-family: poppins;
  overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

.leftHandContainer {
  position: fixed;
  width: 34.72%;
  height: 100vh;
  background-color: grey;
  float: left;
  background-image: url("../img/authImg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.leftHandContainer h1 {
  margin-top: 35px;
  margin-left: 40px;
  text-shadow: 2px 2px 10px #202020;
}

.leftHandContainer h1 a {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: white;
}

.rightHandContainer {
  float: right;
  width: 65.27%;
  font-family: Inter;
}

.backButton {
  text-align: left;
  float: left;
  margin-top: 45px;
  margin-left: 40px;
  font-size: 20px;
}

.backButton a {
  color: black;
}

.signupSigninLink {
  text-align: right;
  margin-top: 45px;
  margin-right: 56px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: right;
  color: #202020;
  float: right;
}

.signupSigninLink a {
  font-weight: 600;
  line-height: 16.94px;
  color: #bb9a56;
}

.signinForm {
  margin-top: 196px;
}

.signupForm {
  margin-top: 95px;
  margin-bottom: 98px;
}

form {
  margin: auto;
  width: 418px;
  padding-left: 24px;
  padding-right: 24px;
}

form h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  text-align: left;
  margin-bottom: 8px;
}

form input {
  width: 370px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  margin-top: 24px;
  padding: 15px 40px 16px 16px;
}

form input:focus {
  outline: none;
}

.passwordInput {
  position: relative;
}

.passwordInput button {
  position: absolute;
  top: 51%;
  right: 2%;
  border: none;
  background-color: transparent;
}

.passwordInput i {
  color: #898989;
}

.fa {
  font-size: 20px;
}

.forgetPasswordLink {
  margin-top: 24px;
}

.forgetPasswordLink a:hover {
  color: #bb9a56;
}

.forgetPasswordLink a:focus {
  color: #202020;
}

form a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #202020;
}

form input[type="submit"] {
  background-color: #bb9a56;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  text-align: center;
}

.modal-content {
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0px 20px 20px 0px #00000014;
  border-radius: 8px;
}

.modal.in .modal-dialog {
  margin-top: 268px;
}

.modal-header {
  padding-left: 0%;
  padding-right: 0%;
}

.modal-title {
  margin-top: 21px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: left;
  color: #54595e;
}

button.close {
  position: absolute;
  top: 10px;
  right: 19px;
  background-color: #bb9a56;
  border-radius: 50%;
  color: white;
  width: 24px;
  height: 24px;
  opacity: unset;
  font-weight: 300;
}

.modal-content form {
  width: 100%;
  padding: 0%;
}

.modal-body {
  padding: 0%;
}

.modal-body input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
  padding: 15px 40px 16px 16px;
}

.modal-footer {
  padding: 25px 0 36px 0;
}

.modal-footer button {
  width: 180px;
  height: 44px;
  padding: 14px 20px 14px 20px;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #bb9a56;
}

.closeButton {
  background-color: white;
  color: #202020;
}

.sendRequestButton {
  background-color: #bb9a56;
  color: #ffffff;
  margin-left: 16px;
}

select,
.countriesSelect select {
  width: 370px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  margin-top: 24px;
  padding: 15px 40px 16px 16px;
}

.countriesSelect select {padding-bottom: 13px;}

.errors {
  color: red;
  margin-bottom: 0;
  margin-top: 14px;
}

.inputError {
  border-color: red;
  color: red;
}

.modal-footer i {
  margin-bottom: 20px;
}

.message-danger,
.message-warning p {
  color: red;
  margin-bottom: 0;
  margin-top: 14px;
}

.message-success p {
  color: mediumseagreen;
  margin-bottom: 0;
  margin-top: 14px;
}

.rightHandContainer-mobileView {
  display: none;
}

@media only screen and (max-width: 700px) {
  .leftHandContainer {
    display: none;
  }

  .rightHandContainer {
    display: none;
  }

  .rightHandContainer-mobileView {
    display: block;
    position: relative;
  }

  .backButton {
    float: none;
  }

  .signupSigninLink {
    float: none;
    text-align: center;
    margin-right: unset;
  }

  .signinForm {
    margin: 105px auto auto auto;
    /* width: 80%; */
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  form {
    width: 80%;
  }

  form input {
    width: 100%;
    padding: 22px 40px 22px 16px;
    height: unset;
    background-color: #f7f8f9;
  }

  form select {
    width: 100%;
  }

  .countriesSelect select {
    width: 100%;
  }

  form a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }

  .forgetPasswordLink {
    text-align: right;
  }

  .signupForm {
    margin-bottom: 20px;
  }

  .signupSigninLink {
    position: absolute;
    /* bottom: 0; */
    left: 10%;
    right: 10%;
    /* margin-bottom: 68px; */
    padding-bottom: 68px;
  }
}

#errorText {
  margin: 0;
  color: red;
}

#successMessage {
  margin: 0%;
  color: #41d195;
}

@media only screen and (max-width: 500px) {
  form {
    width: 95%;
  }

  form input[type="submit"] {
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: center;
  }

  .modal-footer button {
    width: 138px;
  }

  .sendRequestButton {
    background-color: #bb9a56;
    color: #ffffff;
    margin-left: 8px;
  }
}
