.auth-tip {
    margin-top: 4px;
    text-align: center;
}

#auth-providers {
    margin-top: 8px;
    text-align: center;
}

#auth-providers > a:active,
#auth-providers > a:hover,
#auth-providers > a {
  text-decoration: none;
}

#auth-providers > a > img, svg {
	display: inline-block;
	width: 33px;
	height: 33px;
    opacity: 0.65;
	transition: 0.25s;
}

#auth-providers > a > img:hover, svg:hover {
    opacity: 1;
}
