@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
}

body {
  background-image: url(../images/backgroundLp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  color: #ffffff;
}

.container {
  background-color: #131212f1;
  width: 450px;
  height: auto;
  color: #ffffff;
}

.topLogo {
  width: 285px;
}

​#paragraph {
  margin-top: 8px;
  margin-bottom: 8px;
}

​.btnSucess {
  color: #ff0043;
  border: 1px solid #ff0043;
}

.btnSucess:hover {
  background-color: #ff0043;
  color: #ffffff;
}

.footer {
  margin-top: 30px;
  margin-bottom: -30px;
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */
