.login {
  width: 100%;
}

/* headlines with lines */
/*div.decorated {*/
/*  position: relative;*/
/*  font-size: 30px;*/
/*  z-index: 1;*/
/*  overflow: hidden;*/
/*  text-align: center;*/
/*}*/

/*div.decorated:before, div.decorated:after {*/
/*  position: absolute;*/
/*  top: 51%;*/
/*  overflow: hidden;*/
/*  width: 48%;*/
/*  height: 1px;*/
/*  content: '\a0';*/
/*  background-color: red;*/
/*  margin: 0 5px;*/
/*}*/

/*div.decorated:before {*/
/*  margin-left: -50%;*/
/*  text-align: right;*/
/*}*/

.decorated {
  overflow: hidden;
  text-align: center;
  font-size: 20px;
}

.decorated > span {
  position: relative;
  display: inline-block;
}

.decorated > span:before, .decorated > span:after {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 2px solid;
  width: 100vw;
  margin: 0 20px;
}

.decorated > span:before {
  right: 100%;
}

.decorated > span:after {
  left: 100%;
}

button#socialprovider-btn {
  border: none;
  background: transparent;
}
