body {
	background-color: #64BBE3;
	background-position: top right;
	background-size: 50% auto;
}

main {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

article {
	text-align: center;
	padding-top: 30px;
}

.divider {
	display: flex;
	align-items: center;
	text-align: center;
	color: #888;
	margin-top: var(--typography-spacing-vertical);
}

.divider::before,
.divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #888;
}

.divider:not(:empty)::before {
	margin-right: 1rem;
}

.divider:not(:empty)::after {
	margin-left: 1rem;
}

/* .g_id_signin {
	display: inline-block;
	width: 215px;
	height: 41px;
} */

.g_id_signin {
	margin-bottom: 10px;
}

.login_button {
	width: 100%;
	max-width: 272px;
	height: 38px;
	display: flex;
	padding: 12px;
	gap: 10px;
	border: 1px solid #dadce0;
	border-radius: 20px;
	margin-bottom: 10px;
	color: #3c4043;
	font-size: 14px;
	align-items: center;
}

.login_button:hover {
	background-color: #f8fafe;
}

.login_button:active {
	background-color: #edf2fd;
}
