@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

:focus {
  outline: 0 !important;
}
body {
  font-family: "Poppins", sans-serif;
}
form {
  border: 3px solid #f1f1f1;
}
.main {
  background-image: url(images/Green_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.4));
  border-radius: 4px;
  margin-top: 4%;
}
main-row {
  justify-content: center;
}
.text {
  align-items: center;
  margin-top: 5%;
}

.sub-headtxt {
  margin-left: auto;
  font-size: 16px;
}
.signuptext {
  color: #00aa94;
  font-size: 16px;
}
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  box-sizing: border-box;
  height: 60px !important;
  border: none !important;
  padding: 20px !important;
  box-shadow: 0px 0px 0px 5px rgb(219 219 219 / 23%);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  border-radius: 50px !important;
  margin: 5px 0 !important;
  outline: none;
}
input[type="text"],
input[type="password"] :hover {
  border: none;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: 4%;
}
b,
strong {
  font-weight: lighter;
}
button {
  background-color: #04aa6d;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  background-image: linear-gradient(
    to right,
    #017d99,
    #00949f,
    #00aa94,
    #4dbd7d,
    #92cb61
  ) !important;
  padding: 14px 50px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 2px;
}
.log-btn {
  outline: none;
  margin-top: 4%;
}
button:hover {
  opacity: 0.8;
  border: none;
}

.imgcontain {
  text-align: center;
  margin: 24px 0 12px 0;
}
a:hover {
  text-decoration: none;
}
.contain {
  padding: 16px;
}

span.psw {
  margin-top: 4%;
}
.txt {
  display: flex;
  justify-content: center;
  margin-top: 4%;
  padding: 30px;
}
.txt h1 {
  font-size: 80px;
}
.link {
  display: flex;
  justify-content: space-between;
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 375px) {
  span.psw {
    display: block;
    padding: 0px 3px;
  }
  .sub-headtxt {
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .main {
    max-width: 100%;
    margin: auto;
  }
  .txt h1 {
    font-size: 50px;
  }
}
