<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gSignInWrapper {
	width: 300px;
	padding: 0;
	margin: auto;
}


.OLD_gssoBtn {
	/* Trying to match default Google signin button in style */
	border-radius: 3px;
	/*box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%); */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
	transition: background-color .218s,border-color .218s,box-shadow .218s;
	-webkit-user-select: none;
	-webkit-appearance: none;
	border: 2px solid #444;
	background-color: #fff;
	background-image: none;
	color: #444;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	padding: 0;
}
.OLD_gssoBtn:hover {
	cursor: pointer;
}
span.OLD_gssoButtonIcon {
      
     /* background: url('https://developers.google.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat; */
     
     
	 background: url('/images/btn_google_light_normal.png') transparent 50% 50% no-repeat;
       
       
     
      
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      width: 20%;
      height: 35px;
	padding: 0;
	margin: 4px 0;
	border-right: 1px solid #444;
}


span.OLD_gssoButtonText {
      display: inline-block;
      vertical-align: middle;
      width: 80%;
      font-size: 16px;
		padding-right: 8px;
    /*  font-family: 'Roboto', sans-serif; */
    }

</pre></body></html>