* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
body {
  background-image: url(https://preview.colorlib.com/theme/furn/assets/img/hero/h1_hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flexContainer {
  overflow: auto;
}
.signUp {
  background-color: white;
  width: 42%;
  box-sizing: border-box;
  margin: auto;
  padding: 20px 30px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.info {
  text-align: center;
  margin-bottom: 20px;
}
.info span {
  color: #140c40;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
  text-transform: capitalize;
}
p {
  color: #646d77;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 14px;
}
.userName > label,
.password > label,
.email>label,
.re-password>label {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
  color: #140c40;
  text-transform: capitalize;
  font-weight: 500;
}
.userName > input,
.password > input,
.email > input,
.re-password > input {
  border: 1px solid #c9c9c9;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 25px;
  color: #140c40;
  
  width: 90%;
}
input:focus{
  outline: none;
}
.footer{
  display: flex;
  justify-content: space-between;
    margin-top: 30px;
}
.footer p {
  color: #646d77;
  font-size: 14px;
  margin-bottom: 15px;

  font-weight: normal;
  line-height: 1.4;
}
.footer a {
  text-decoration: none;

  color: #fd8f5f;
}
.footer button {
  background-color: #fd8f5f;
  height: 60px;
  margin-top: -20px;
  padding: 10px 43px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  margin-right: 0;
}
.errorPara{
  color:red;
  font-weight: 600;
  font-size: 12px;
    line-height: 1.4;
}