body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background-color: #000000;
  color: #fff;
  margin: 0;
}
p {
  margin: 0;
}
.content {
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  max-width: 420px;
}
.content .navbar-brand {
  background-image: url('../images/logo-wiseup.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  text-indent: -5000px;
  width: 230px;
  height: 70px;
  margin: 35px auto;
}
.content h1 {
  font-size: 16px;
  line-height: 11px;
  font-weight: 700;
  margin-bottom: 50px;
}
.content .form-group label {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.form-control {
  font-size: 16px;
  color: #9b9b9b;
  width: 80%;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  height: 50px;
  border: 0 none;
}
.btn-enviar {
  background-color: #a70240;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  border: 0 none;
  border-radius: 5px;
  padding: 20px 50px;
  height: auto;
  display: block;
  margin: 30px auto;
  cursor: pointer;
}
.form-msg {
  display: inline-block;
  width: 100%;
}
.form-msg h3 {
  font-size: 27px;
  color: #ffffff;
  text-align: center;
}
.form-msg .box-msg {
  border-radius: 5px;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}
.form-msg.error .box-msg {
  background-color: #191919;
}
.form-msg.sucess .box-msg {
  background-color: #4a4a4a;
}
