.mo_firebase_auth_login_button{
	display: block;
	border: none;
	border-radius: 2px;
	position: relative;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 250px;
	padding: 0 16px;
	font-family: Roboto,Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 500;
	transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	outline: 0;
	cursor: pointer;
	text-decoration: none;
	line-height: 40px;
}

.mo_firebase_auth_login_button_icon{
	display:inline-block;
	margin-left:15px;
	font-size:16px;
	height: 23px;
	padding-right: 10px;
	padding-top: 6px;
}

.mo_firebase_auth_login_button_text{
	margin-left:5px;
	color:white;
	display:inline-block;
}
