
@media screen and (max-width: 480px) {
	.screen480-scalable {
		font-size: 6vw;
	}
}

@media screen and (max-width: 360px) {
	.screen360-scalable {
		font-size: 4vw;
	}
}

.phone_label, .code_label {
	margin-top: 1em;
}

#welcome_block {
	margin-top: 1em;
	text-align: center;
}

#error_message, #alert_message, #auth_success {
	position: relative;
	margin-top: -5em;
	opacity: 0.95;
}

#icons_block {
	display: table;
	margin: auto;
}

#step1 {
	color: gray;
	letter-spacing: 2px;
}

#step2 {
	color: gray;
	letter-spacing: -5px;
	display: table-cell;
	vertical-align: middle;
}

#step3 {
	color: gray;
}

#refresh_block {
	margin: 1em 0;
}

#connecting_block div {
	margin-top: 1em;
	color: gray;
}

#promo {
	width: auto;
	display: inline-block;
}