.but-r>.btn
{
	padding: 0!important;
}
.btn.mega-google-auth-button {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 264px;
	height: 48px;
	color: #222 !important;
	background: #fff !important;
	border: 1px solid #dadce0 !important;
	border-radius: 4px;
	cursor: pointer;
	line-height: 1;
	text-transform: none !important;
	padding: 0;
}

.btn.mega-google-auth-button:disabled {
	cursor: default;
	opacity: 0.7;
}

.btn.mega-google-auth-button:hover,
.btn.mega-google-auth-button:focus {
	color: #222 !important;
	background: #f8fafd !important;
	border-color: #c6cace !important;
}

.btn.mega-google-auth-button_loading {
	cursor: wait;
}

.btn.mega-google-auth-button_loading .mega-google-auth-button__icon,
.btn.mega-google-auth-button_loading .mega-google-auth-button__text {
	opacity: 0.3;
}

.btn.mega-google-auth-button_loading::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid #dadce0;
	border-top-color: #4285f4;
	border-radius: 50%;
	animation: mega-google-auth-button-spin 0.8s linear infinite;
}

.mega-google-auth-button__icon {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.mega-google-auth-button__text {
	display: inline-flex;
	align-items: center;
	height: 24px;
	color: #222;
	line-height: 1;
	font-size: inherit;
	text-transform: uppercase;
}

.btn.mega-google-auth-button_icon-only {
	width: 40px;
	height: 40px;
	padding: 0;
}

.mega-google-auth-button_icon-only .mega-google-auth-button__icon {
	width: 28px;
	height: 28px;
}

@keyframes mega-google-auth-button-spin {
	to {
		transform: rotate(360deg);
	}
}
