body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.left-image img {
  height: 100vh;
  width: 100%;
}

.right-content {
  width: 305px;
}

@media screen and (max-width:1279px) {
  .right-content {
    width: 280px;
  }
}

@media screen and (max-width:1024px) {
  .right-content {
    width: 250px;
  }
}

@media screen and (max-width:800px) {
  .right-content {
    width: 220px;
  }
}

.bg-img {
  position: absolute;
  height: 200px;
  top: 0;
  right: 0;
  mix-blend-mode: luminosity;
}

.bg2img {
  position: absolute;
  bottom: 20px;
  left: 24px;
  height: 60px;
  width: 157px;
  object-fit: contain;
}

.slash {
  position: absolute;
  bottom: 27px;
  left: 215px;
  mix-blend-mode: screen;
}

.para {
  position: absolute;
  bottom: 18px;
  left: 222px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.main-content h2 {
  font-size: 25px;
  font-weight: 500;
}

.main-content h6 {
  color: #C7C7C7;
  font-size: 14px;
  font-weight: 500;
  margin-top: -5px;
}

@media screen and (max-width:1120px) {
  .main-content h2 {
    font-size: 23px;
    font-weight: 500;
  }
  .main-content h6 {
    color: #C7C7C7;
    font-size: 12px;
    font-weight: 500;
  }
}

@media screen and (max-width:900px) {
  .main-content h2 {
    font-size: 20px;
    font-weight: 500;
  }
  .main-content h6 {
    color: #C7C7C7;
    font-size: 10px;
    font-weight: 500;
  }
}

.email {
  margin-bottom: -20px;
  font-size: 14px;
  font-weight: 500;
}

input[type=text], input[type=password] {
  width: 100%;
  height: 40px;
  padding: 8px 8px;
  margin: 8px 0;
  display: inline-block;
  border: 0.5px solid #BBBBBB;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
}

input[type=text], input[type=password]:active {
  outline: none;
}

::placeholder {
  color: #D3D3D3;
}

button {
  background-color: #37B34A;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 10.5px;
  margin-top: 25px;
}

button:focus {
  outline: none;
}

button:hover {
  opacity: 0.8;
}

.p-link {
  margin-top: 22px;
  margin-bottom: 0;
  color: #AFAFAF;
  font-size: 13px;
  font-weight: 500;
}

.resend {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #40A7E3;
  line-height: 17px;
}

.resend:hover {
  text-decoration: none;
  color: #40A7E3;
}

.warning-msg3 {
  margin-top: -3px;
}

.warning-msg3 img {
  width: 14px;
  height: 14px;
}

.warning-msg3 p {
  font-size: 12px;
  font-weight: 400;
  margin-left: 6px;
  color: #E0B719;
}

/* .warning-msg3 {
  display: none !important;
} */