.login-type-switch {
	display: flex !important;
	width: 100%;
	gap: 8px;
	margin-bottom: 18px;
}

.login-type-label {
	display: block;
	margin-bottom: 8px;
}

.login-type-switch .btn {
	flex: 1 1 50%;
	float: none;
	box-sizing: border-box;
	margin: 0;
	color: #333 !important;
	border-color: #ececec !important;
	background: #ececec !important;
	text-shadow: none;
}

.login-type-switch .btn + .btn {
	margin-left: 0 !important;
}

.login-type-switch .btn.active,
.login-type-switch .btn.active:hover,
.login-type-switch .btn.active:focus {
	position: relative;
	z-index: 1;
	color: #fff !important;
	border-color: #074616 !important;
	background: #074616 !important;
	box-shadow: none;
	text-shadow: none;
}

.login-type-switch .btn:hover,
.login-type-switch .btn.active:hover {
	color: #fff !important;
	border-color: #f26300 !important;
	background: #f26300 !important;
}

.login-phone-beta-icon {
	display: inline;
	margin-left: 5px;
	color: #ff3939 !important;
	background: transparent !important;
	font-size: 14px;
	font-weight: 700;
	line-height: inherit;
	vertical-align: baseline;
}

.login-phone-dev-note {
	display: none;
	text-align: center;
	margin: -8px 0 12px;
	color: #ff3939;
	font-size: 14px;
	line-height: 1.35;
}

.login-phone-dev-note.is-visible {
	display: block;
}
