.google-signup-button {
    display: flex;
    color: #fff !important;
    align-items: center;
    width: 100%;
    border-radius: 0;
    margin: 20px auto 10px auto;
    background: #c9311d;
}
.google-signup-button img {
    width: 45px;
    padding: 8px;
    border-right: 1px solid #ffffff38;
}
.google-signup-button > div {
    margin-left: -45px;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}
.google-signup-button ~ span{
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
	position: relative;
	color: #34a4fa;
}
.google-signup-button ~ span:before,
.google-signup-button ~ span:after{
	content: "";
    position: absolute;
    background: #34a4fa;
    width: 45%;
    height: 1px;
	top: 50%;
}
.google-signup-button ~ span:before {
    left: 0;
}
.google-signup-button ~ span:after {
	right: 0;
}
.gplus-icon {
    -webkit-mask-box-image: url(../images/google-plus-logo.png);
    -webkit-mask-image: url(../images/google-plus-logo.png);
    -webkit-mask-origin: border-box;
    mask-image: url(../images/google-plus-logo.png);
    mask-origin: border-box;
    -webkit-mask-repeat: round;
    width: 40px;
    height: 40px;
    background: #000;
}