body {
  background-color: #f2f2f2;
  font-family: "Roboto",sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;  
}

a,
a:hover,
a:focus {
  color: #8058ab;
  text-decoration: none;
}

h1 {
  color: #8058ab;
  font-size: 2.4rem;
}

h3 {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

ul.list-feature {
  list-style-type: none;
}

ul.list-feature li {
  padding-bottom: 1rem;
}

ul.list-feature img {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin-right: 1rem;
}

.headerwrapper {
  width: 100%;
  padding: 2rem 5%;
  box-sizing: border-box;
  background: #fff;
}

.headerwrapper .address {
  text-align: left;
}

.contentwrapper {
  margin-top: 3rem;
  padding: 0 0 3rem 0;  
}

.contentwrapper .article-1 {
  padding: 3rem;
  padding-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

.contentwrapper .article-2 {
  background: #fff;
  padding: 3rem 3rem 6rem;
  color: #727070;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

.text-primary {
  color: #8058ab;
}

.container-login {
  text-align: center;
  margin-top: 4rem;  
}

.container-login .btn {
  font-size: 2rem;
  line-height: 2;
  text-transform: uppercase;
  font-weight: bold;
  width: 12em;
  border-radius: 0;
  margin: 0 0.5em;
}

.container-info {
  width: 80%;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

.btn-primary {
  color: #fff;
  background-color: #8058ab;
  border-color: #8058ab;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #8058ab;
  border-color: #8058ab;
}

.btn-primaryinverted {
  color: #8058ab;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-primaryinverted:hover,
.btn-primaryinverted:focus {
  color: #8058ab;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}