.tianchao-apple-login-item {
	box-sizing: border-box;
}

.tianchao-apple-login-item .tc-apple-button {
	display: flex !important;
	align-items: center;
	box-sizing: border-box;
	min-height: 55px;
	background: #000 !important;
	color: #fff !important;
	text-decoration: none !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tianchao-apple-login-item .tc-apple-logo {
	display: block;
	flex: 0 0 55px;
	width: 55px;
	height: 55px;
	object-fit: contain;
}

.tianchao-apple-login-item .tc-apple-title {
	flex: 1 1 auto;
	box-sizing: border-box;
	padding-right: 55px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.tianchao-apple-login-item .tc-apple-button:focus-visible {
	outline: 3px solid #2271b1;
	outline-offset: 2px;
}

.tc-apple-error {
	margin-bottom: 20px;
}
