* {
  text-align: center;
  /* font-family: "Graphik Web", Helvetica, sans-serif; */
}
form {
  margin: auto;
  display: inline-flex;
  flex-direction: column;
  width: 81.8%;
  background-color: white;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.479);
  border-radius: 3px;
  margin-top: 21px;
  padding: 9%;
  padding-top: 7.3%;
  box-sizing: border-box;
  margin-bottom: 12px;
}
input:focus {
  outline: none !important;
  border-color: #719ece;
}
form > input {
  /* margin: 44px; */
  height: 46px;
  text-align: left;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  /* margin-top: 15px; */
  /* margin-bottom: 13px; */
  margin: 14px 0px;
  padding-left: 17px;
  border: 1px solid black;
  border-radius: 3px;
}
button {
  background-color: rgb(120, 86, 255);
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  /* width: 93%; */
  /* margin: 30px; */
  margin-top: 15px;
  /* margin-bottom: auto; */
  font-family: "Graphik Web", Helvetica, sans-serif;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

button:hover{
  background-color: rgba(120, 86, 255, 0.829);
}

#signupbackground {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* display: none; */
  background-image: url(https://www.campaignmonitor.com/wp-content/themes/cm-theme/assets/images/signup/signup-light.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
h1 {
  font-size: 55px;
  margin-bottom: 15px;
  clear: both;
  font-family: "Graphik Web", Helvetica, sans-serif;
}
h1 + p {
  font-size: 17px;
    text-align: center;
    font-family: "Graphik Web", Helvetica, sans-serif;
    width: 476px;
    line-height: 28px;
    font-weight: lighter;
    letter-spacing: .8px;
    margin: auto;
}
#signup {
  margin: auto;
  width: 500px;
}
img {
  width: 50px;
  height: 50px;
}

/* #campaignMonitor > h2 {
  margin: 5px;
  float: left;
  margin-bottom: 50px;
  font-family: "Andada Pro", serif;
}

#campaignMonitor > img {
  color: white;
  margin: 5px;
  float: left;
  margin-top: -5px;
  margin-bottom: 50px;
} */
#campaignMonitor {
  width: 300px;
  margin: 78px auto;
  margin-bottom: 48px;
}
form > p {
  font-size: 13px;
  text-align: center;
  /* height: 33px; */
}
button + p {
  margin: 20px 0px;
  margin-bottom: 12px;
  font-size: 0.6em;
  line-height: 1.3em;
  color: #5d5d66;
  /* width: 86%; */
  /* margin-left: 25px; */
  font-family: "Graphik Web", Helvetica, sans-serif;
}
button + p > a {
  text-decoration: none;
  color: rgb(120, 86, 255);
}
#fullName {
  margin-top: 35px;
}
form ~ p {
  font-size: 0.72em;
  line-height: 1.3em;
  margin: 20px;
  color: #111324;
  opacity: 0.9;
  font-family: "Graphik Web", Helvetica, sans-serif;
}
form ~ p > a,
#terms > p > a {
  color: black;
}
#terms {
  width: 70%;
  margin: auto;
  margin-left: 70px;
  margin-bottom: 57px;
  font-size: 0.75em;
  line-height: 1.5em;
  opacity: 0.9;
  font-family: "Graphik Web", Helvetica, sans-serif;
}
form ~ p > a:hover {
  text-decoration: none;
}
#terms > p > a:hover {
  text-decoration: none;
}
form + p + p {
  margin-bottom: 50px;
}
#labelName {
  text-align: left;
  font-size: 12px;
  /* margin-top: 37px; */
  margin-bottom: -30px;
  /* margin-left: 30px; */
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#companyName,
#email,
#password {
  text-align: left;
  font-size: 12px;
  /* margin-left: 30px; */
  margin-bottom: -5px;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
