.gmg-field-host {
	position: relative;
}

.gmg-field-host input.gmg-has-check-button {
	box-sizing: border-box;
	width: 100%;
	padding-right: 124px !important;
}

.gmg-check-button {
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	z-index: 2;
	min-width: 92px;
	height: 36px;
	border: 0;
	border-radius: 7px;
	background: #444;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background-color .15s ease, transform .15s ease, opacity .15s ease;
}

.gmg-check-button:hover {
	background: #222;
}

.gmg-check-button:active {
	transform: translateY(-50%) scale(.98);
}

.gmg-check-button:disabled {
	cursor: wait;
	opacity: .62;
}

.gmg-check-message,
.gmg-password-hint {
	margin-top: 8px;
	padding-left: 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #8a8f98;
}

.gmg-check-message.is-success {
	color: #12805c;
}

.gmg-check-message.is-error {
	color: #d63638;
}

.gmg-check-message.is-pending {
	color: #646970;
}

.gmg-account-nickname-row {
	margin-bottom: 18px;
}

@media (max-width: 480px) {
	.gmg-field-host input.gmg-has-check-button {
		padding-right: 104px !important;
	}

	.gmg-check-button {
		min-width: 78px;
		height: 32px;
		font-size: 13px;
	}
}
