a {
  text-decoration: none;
}
body {
  background-image: url("bgimg.jpg");
  backdrop-filter: blur(10px);
  background-size: cover;
  background-repeat: no-repeat;
  height: 97vh;
  /* width: fit-content; */
  display: flex;
  justify-content: center;
  align-items: center;
}
label {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}
#forgot-pass {
  color: #ff6a00fa;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  margin-top: 8px;
  text-align: right;
}
#card {
  /* display: flex;
      justify-content: center;
      align-items: center; */
  border-top: 4px solid #ff6a00fa;
  background: #fbfbfb;
  border-radius: 8px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
  height: fit-content;
  /* margin: 6rem auto 8.1rem auto; */
  /* width: 38%; */
}
#card-content {
  /* padding: 12px 44px;s */
  display: flex;

  justify-content: center;
  align-items: center;
}
.img-container {
  display: flex;
  justify-content: center;
}
#card-title1 {
  font-family: "Raleway Thin", sans-serif;

  padding-bottom: 23px;
  /* padding-top: 13px; */
  text-align: center;
  color: #ff6a00fa;
}

#signup {
  color: #ff6a00fa;
  font-family: "Raleway", sans-serif;
  font-size: 10pt;
  margin-top: 16px;
  text-align: center;
}
#submit-btn1 {
  background: white;
  border: 2px solid #ff6a00fa;
  border-radius: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: #ff6a00fa;
  font-family: "Raleway SemiBold", sans-serif;
  height: 42.3px;
  margin: 0 auto;
  margin-top: 25px;
  transition: 0.25s;
  width: 153px;
  /* margin-right: 10px; */
}

#submit-btn2 {
  background: #ff6a00fa;
  border: 2px solid #ff6a00fa;
  border-radius: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: white;
  font-family: "Raleway SemiBold", sans-serif;
  height: 42.3px;
  margin: 0 auto;
  margin-top: 25px;
  transition: 0.25s;
  width: 153px;
  /* margin-right: 10px; */
}

.form1 {
  width: 450px;
  align-items: left;
  display: flex;
  padding: 50px;
  margin-top: -6px;
  border-radius: 8px;
  flex-direction: column;
  /* height: 500px; */
}

.form-border {
  background: -webkit-linear-gradient(right, #f8a468fa, #ff6a00fa);
  height: 1px;
  width: 100%;
}
.form-content {
  background: #fbfbfb;
  border: none;
  outline: none;
  padding-top: 14px;
}
.underline-title1 {
  background: #ff6a00fa;
  height: 3px;
  border-radius: 5px;
  margin: -0.1rem auto 0 auto;
  width: 80px;
}

p {
  color: white;
  font-size: x-large;
  text-align: center;
  word-wrap: break-word;
  font-family: "Raleway", sans-serif;
}

.input-field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  margin-top: 15px;
  line-height: 44px;
}
.labeling {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #949292;
  transition: 0.2s all;
  cursor: text;
}
.inputfield {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0.5rem 0;
  border-bottom: 2px solid #d3d3d3;
  box-shadow: none;
  color: #111;
}
.inputfield:invalid {
  outline: 0;
}
.inputfield:focus,
.inputfield:valid {
  border-color: #ff6a00fa;
}
.inputfield:focus ~ .labeling,
.inputfield:valid ~ .labeling {
  font-size: 14px;
  top: -24px;
  color: #ff6a00fa;
}

.forgotpass {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  #card {
    /* display: flex;
        justify-content: center;
        align-items: center; */
    border-top: 4px solid #ff6a00fa;
    background: #fbfbfb;
    border-radius: 8px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
    height: 500px;
    margin: 6rem auto 8.1rem auto;
    width: 100%;
  }

  #submit-btn1 {
    background: white;
    border: 2px solid #ff6a00fa;
    border-radius: 30px;
    /* align-items: center;
    display: flex;
    justify-content: center; */
    cursor: pointer;
    color: #ff6a00fa;
    font-family: "Raleway SemiBold", sans-serif;
    height: 42.3px;
    margin: 0 auto;
    margin-top: 25px;
    transition: 0.25s;
    width: 50%;
    /* margin-right: 10px; */
    margin-left: 3%;
  }

  #submit-btn2 {
    background: #ff6a00fa;
    border: 2px solid #ff6a00fa;
    border-radius: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-family: "Raleway SemiBold", sans-serif;
    height: 42.3px;
    margin: 0 auto;
    margin-top: 25px;
    transition: 0.25s;
    width: 50%;
  }

  .form1 {
    width: 450px;
    align-items: left;
    display: flex;
    padding: 30px;
    margin-top: -6px;
    border-radius: 8px;
    flex-direction: column;
    /* height: 500px; */
  }
  .forgotpass {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
