.auth-service {
	border-radius: 65px;
	border: 1px solid #E4E8EE;
    width: 100%;
    vertical-align: middle;
    padding: 10px 0px;
    margin-top: 5px;
    text-align: center;
	color: var(--BA-Gris-1, #4C4C47);
	text-align: center;

}
.auth-service a {
    cursor: default;
}
.auth-service a:link {
    text-decoration: none;
}
.auth-service a:visited {
    text-decoration: none;
}
.auth-service img {
    max-width: 22px;
}

.auth-service span{
color: var(--BA-Gris-1, #4C4C47);
text-align: center;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-left: 10px;
}

.textDivider {
  display: flex;
  align-items: center;
  font-size: 85%;
  font-weight: bold;

  &:before, &:after {
    content: '';
    height: 1px;
    background-color: gray;
    flex-grow: 1;
  }

  &:before {
    margin-right: 8px;
  }

  &:after {
    margin-left: 8px;
  }
}
