body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #212529;
  overflow-x: hidden;
}

.container {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 27rem;
  padding: 0 2rem;
}

.wave {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

form {
  width: 400px;
}

.img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.img img {
  width: 500px;
}

.login-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.org-product-helper-text {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 25px;
}

.product-sign-in-text {
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 500;
  color: #525252;
}

.login-content img {
  height: 95px;
}

.login-content h2 {
  margin: 15px 0;
  color: #333;
  text-transform: uppercase;
  font-size: 2.9rem;
}

.login-content .input-div,
.login-content .input-div2,
.input-div3 {
  position: relative;
  display: grid;
  grid-template-columns: 7% 93%;
  margin: 25px 0;
  padding: 5px 0;
  border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div2 {
  grid-template-columns: 7% 10% 83%;
}

.login-content .input-div .username {
  margin-top: 0;
}

.i {
  color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i i {
  transition: .3s;
}

.input-div>div,
.input-div2>div,
.input-div3>div {
  position: relative;
  height: 45px;
}

.input-div:before,
.input-div:after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #194A82;
  transition: .4s;
}

.input-div:before {
  right: 50%;
}

.input-div:after {
  left: 50%;
}

.input-div.focus:before,
.input-div.focus:after {
  width: 50%;
}

.input-div.focus>.i>i {
  color: #194A82;
}

.input-div>div>input,
.input-div2 .name input,
.input-div2 .title select,
.input-div3 .product select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0 0.7rem;
  font-size: 1.2rem;
  color: #555;
  font-family: 'poppins', sans-serif;
}

.input-div .password {
  margin-bottom: 4px;
}

.input-div2 .name input,
.input-div2 .title select {
  width: auto;
}

.input-div3 .product select {
  width: 97%;
}

a {
  text-decoration: none;
  font-size: 1.1rem;
  transition: .3s;
}

a:hover {
  color: #194A82;
  cursor: pointer;
}

.mobile-apps {
  margin: 10% 0 3% 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.agree-terms,
.agree-terms a,
.org-trademark-helper-text,
.org-trademark-helper-text a {
  font-size: 14px;
}

.btn {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  outline: none;
  border: none;
  background-image: linear-gradient(to right, #194A82, #1f60ab, #1b70d0);
  background-size: 200%;
  font-size: 1.2rem;
  color: #fff;
  font-family: 'poppins', sans-serif;
  margin: 1.3rem 0 1rem 0;
  cursor: pointer;
  transition: .5s;
}

.btn:hover,
.btn-signup:hover {
  background-position: right;
}

.btn-signup {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  outline: none;
  border: none;
  background-image: linear-gradient(to right, #04a14e, #0fb95f, #22cb71);
  background-size: 200%;
  font-size: 1.2rem;
  color: #fff;
  font-family: 'poppins', sans-serif;
  margin: .5rem 0 1rem 0;
  cursor: pointer;
  transition: .5s;
}

.org-trademark-helper-text {
  margin-top: 10px;
}

.wrong-entry {
  color: #194A82;
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.have-referal-div {
  position: relative;
  padding: 0px 20px;
  text-align: left;
}

.have-referal-div a {
  color: #194A82;
  font-size: 14px;
  font-weight: 500;
}

.refresh-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  right: 0px;
  top: 7px;
}

.show-error {
  color: red;
  float: left;
  position: initial;
  margin-top: 50px;
  font-size: 12px;
  font-weight: 500;
}

.sign-in {
  display: flex;
  margin-left: 60px;
}

.sign-text {
  display: grid;
  place-items: center;
  margin-right: 20px;
}

.sign-in-btn {
  font-size: 15px;
  font-weight: 500;
  background-image: linear-gradient(to right, #194A82, #1f60ab, #1b70d0);
  width: 33%;
  height: 35px;
}

.refresh-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  right: 0px;
  top: 7px;
}

.verify-btn {
  color: white;
  background-color: #194A82;
  border-radius: 25px;
  padding: 5px 20px;
  outline: none;
  height: 35px;
  border: none;
  margin-right: 6px;
  cursor: pointer;
}

.otp-btn {
  margin-top: 25px;
  background-color: #04a14e;
}

.show-timer-info {
  color: #194A82;
  float: right;
  position: absolute;
  bottom: -23px;
  right: 5px;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 1050px) {
  .container {
    grid-gap: 5rem;
  }
}

@media screen and (max-width: 1000px) {
  form {
    width: 290px;
  }

  .login-content h2 {
    font-size: 2.4rem;
    margin: 8px 0;
  }

  .img img {
    width: 400px;
  }
}

@media screen and (max-width: 900px) {
  .container {
    grid-template-columns: 1fr;
  }

  .img {
    display: none;
  }

  .wave {
    display: none;
  }

  .login-content {
    justify-content: center;
  }
}

.error {
  color: red;
  font-weight: 500;
}

.otp-error {
  color: red;
  float: left;
  position: absolute;
  bottom: -23px;
  left: 5%;
  font-size: 12px;
  font-weight: 500;
}

.align-eye {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.error-msg {
  font-size: 15px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 25px;
  color: red;
}

.info-msg {
  font-size: 15px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #194A82;
}