body {
  --light-black: #5f6368;
  --dark-black: #202124;
  --white: white;
  --dark-green: #01875f;
  --light-green: #e6f3ef;
  --stroke: #ececec;
  --dark-red: #c71c56;
  --light-red: #ffebee;
  font-family: "Poppins", sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.container {
  min-height: 100vh;
  overflow: hidden;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px 20px 50px;
  height: auto;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: var(--white);
  user-select: none;
}

.nav-span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding-right: 3px;
}

.nav-span:last-child {
  padding-right: 0px;
}

.navbar img {
  position: relative;
  height: 2.125rem;
  width: 5.9375rem;
}

.navbar span {
  position: relative;
  color: var(--light-black);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  user-select: none;
}

#customer-icon {
  color: var(--dark-green);
}

.navbar span:hover {
  color: var(--dark-green);
}

nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-container {
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 50px 0px 50px;
  margin-top: 50px;
  overflow: hidden;
}

.left-div img {
  width: 18.75rem;
  margin-top: 35px;
  user-select: none;
}

.left-div {
  width: 20.8125rem;
  margin-top: 30px;
}

.title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  user-select: none;
}
.title-1 {
  color: var(--dark-green);
}
.title-2 {
  color: var(--dark-black);
}
.right-div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.login-div {
  overflow: hidden;
  z-index: 0;
}

.login-form {
  color: var(--dark-black);
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

.error-div-login {
  height: 3.125rem;
  width: 15.625rem;
  border-radius: 10px;
  background-color: var(--light-red);
  display: flex;
  align-items: center;
  justify-content: center;
}

#error-message-login {
  color: var(--dark-red);
  font-size: 0.688rem;
  font-weight: 600;
}

.error-div-ca {
  height: 3.125rem;
  width: 15.625rem;
  border-radius: 10px;
  background-color: var(--light-red);
  display: flex;
  align-items: center;
  justify-content: center;
}

#error-message-ca {
  color: var(--dark-red);
  font-size: 0.688rem;
  font-weight: 600;
}

.input-container {
  position: relative;
  display: flex;
  height: 3.125rem;
  width: 15.625rem;
  margin-top: 15px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: var(--white);
}

.input-field:hover {
  border: 1.5px solid var(--dark-green);
}

.input-field:focus {
  border: 1.5px solid var(--dark-green);
}

.input-field {
  width: 100%;
  height: 100%;
  padding: 10px 50px 10px 50px;
  font-family: "Poppins", sans-serif;
  outline: none;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 10px;
  border: none;
  outline: none;
  border: 1.5px solid var(--stroke);
}

.form span {
  position: absolute;
  padding: 15px;
  font-size: 1.125rem;
  color: var(--light-black);
  text-align: center;
  user-select: none;
}

.visibility_off {
  position: absolute;
  padding: 15px;
  left: 80%;
  font-size: 1.125rem;
  color: var(--light-black);
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.visibility_on {
  position: absolute;
  padding: 15px;
  left: 80%;
  font-size: 1.125rem;
  color: var(--light-black);
  text-align: center;
  cursor: pointer;
  user-select: none;
}

#visibility_off {
  display: none;
}

.visibility_off_password_ca {
  position: absolute;
  padding: 15px;
  left: 80%;
  font-size: 1.125rem;
  color: var(--light-black);
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.visibility_on_password_ca {
  position: absolute;
  padding: 15px;
  left: 80%;
  font-size: 1.125rem;
  color: var(--light-black);
  text-align: center;
  cursor: pointer;
  user-select: none;
}

#visibility_off_password_ca {
  display: none;
}

.visibility_off_confirm_password_ca {
  position: absolute;
  padding: 15px;
  left: 80%;
  font-size: 1.125rem;
  color: var(--light-black);
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.visibility_on_confirm_password_ca {
  position: absolute;
  padding: 15px;
  left: 80%;
  font-size: 1.125rem;
  color: var(--light-black);
  text-align: center;
  cursor: pointer;
  user-select: none;
}

#visibility_off_confirm_password_ca {
  display: none;
}

.button {
  font-size: 0.75rem;
  height: 3.125rem;
  width: 15.625rem;
  margin-bottom: 15px;
  margin-top: 30px;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--white);
  background-color: var(--dark-green);
  cursor: pointer;
  align-items: center;
}

.button:hover {
  opacity: 0.9;
}

.form-text {
  text-align: center;
  margin-bottom: 15px;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 600;
  color: var(--light-black);
}

.form-link {
  display: inline-block;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 600;
  color: var(--dark-green);
  cursor: pointer;
}

.form-link:hover {
  text-decoration: underline;
}

.form-hidden {
  display: none;
}

.error-div-login {
  visibility: hidden;
}

.error-div-ca {
  visibility: hidden;
}

input:-webkit-autofill {
  -webkit-text-fill-color: var(--dark-black) !important;
  transition: background-color 50000s ease-in-out 0s;
}

@media only screen and (max-width: 62.5em) {
  .sub-container {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 50em) {
  .navbar {
    padding: 10px;
    background-color: var(--white);
  }

  .sub-container {
    padding: 10px;
    justify-content: center;
  }

  .left-div {
    display: none;
  }
}
