body {
  background-color: #dfe9f5;
  font-family: "Roboto", sans-serif;
}
.wrapper{
  width: 330px;
  padding: 2rem 0 1rem 0;
  margin: 50px auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.1);
}

.signup-box {
  width: 300px;
  height: 620px;
  margin: auto;
  background-color: white;
  border-radius: 3px;
}

h1{
  font-size: 2rem;
  color: #07001f;
  text-align: center;
}

h4 {
  text-align: center;
}

form {
  width: 300px;
  margin-left: 10px;
}

form label {
  display: center;
  margin-top: 20px;
  font-size: 14px;
}

form input{
  width: 85%;
  outline: none;
  border: none;
  background: #dfe9f5;
  padding: 10px 12px;
  margin-bottom: 8px;
  border-radius: 8px;
}

input[type=submit] {
  width: 280px;
  height: 40px;
  margin-top: 15px;
  border: none;
  background-color: rgb(228, 151, 8);
  color: white;
  font-size: 14px;
}
p {
  text-align: center;
  padding-top: 20px;
  font-size: 15px;
  margin-bottom: 1.7rem;
}
.para-2 {
  text-align: center;
  color: white;
  font-size: 15px;
  margin-top: 10px;
}
.para-2 a {
  color: rgb(228, 151, 8);
}

