.verified_holder {
	position: fixed;
	top:50%;
	left:50%;
	width:420px;
	margin-left:-210px;
	margin-top:-260px;
	text-align: center;
	font-size: 32px;
	max-height: 480px;
	background:rgba(255,255,255,.9);
	overflow: hidden;
	border-radius: 3px;
	padding:60px;
	box-shadow: rgba(0,0,0,.2) 0 0 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #bec3c7;
}
.verified_holder.translated_spanish_email {
	font-size:28px;
}
.verified_holder.translated_spanish_phone {
	font-size:23px;
}
.verified_holder.verify_network_creation {
	width:460px;
	padding:40px;
	max-height:none;
	margin-top:-250px;
}
.verified_holder.success {
	max-height: 600px;
}
@media screen and (max-width: 420px) {
	.verified_holder {
		border-radius: 0;
		border-left:none;
		border-right: none;
		width:100%;
		left:0;
		padding:40px 20px;
		margin-left:0;
	}
}
@media screen and (max-height: 498px) {
	.verified_holder {
		position: relative;
		top:0;
		left:0;
		margin:20px auto;
	}
	.verified_holder.verify_network_creation {
		margin:20px auto;
	}
}
.verified_holder .large-icon {
	display: block;
	font-size: 98px;
	margin-bottom: 20px;
	color:#00b44e;
	text-shadow: #1e5c37 1px 1px 1px;
}

.verified_holder.mobile_form {
	padding-bottom: 30px;
}



#error_message_text {
	font-size: 20px;
}
.verified_error .large-icon {
	color:#f29c23;
	text-shadow: #c25f19 1px 1px 1px;
}
.mobile_form .large-icon, .resend .large-icon {
	color:#308ebf;
	text-shadow: #15436a 1px 1px 1px;
}
.mobile_form .large-icon {
	margin-bottom: 2px;
	margin-top:-12px;
}
.enter_form {
	font-size: 24px;
}
.mobile_form .verify_input {
	margin:20px 0;
	text-align: center;
}
.verified_holder.verify_network_creation #verify_code {
	margin:20px 0 0 0;
}
.verified_holder.verify_network_creation #verify_password {
	margin:10px 0 0 0;
}
.verified_holder.verify_network_creation .input_around_password {
	margin-bottom:20px;
}
.verify_input {
	width:120px;
	}
.verify_input.network_creation {
	width:390px;
}
.verify_input.network_creation[disabled] {
	background-color:#eeeeee;
	color:#cccccc;
}
.error_message .button {
	min-width: 45px;
}
.error_message .resend_link {
	margin-right: 20px;
}

.mobile_form {
	font-size: 28px;
}
.mobile_form .resend_link {
	font-size:14px;
	line-height: 30px;
	min-height: 30px;
	padding:0 15px;
}
.mobile_form .resend_link i {
	display: inline-block;
	font-size:14px;
	color:#828c8d;
	text-shadow: none;
	margin-right: 10px;
	margin-bottom: 0;
}
.resend_link:active i {
	color:#384a5d;
}
#verify_button {
	margin-bottom: 10px;
}
.verified_holder .button {
	display: inline-block;
}
.verified_holder .button_around {
	max-width: 120px;
	margin:0 auto;
	margin-top:40px;
}
.verified_error.verified_holder .button_around {
	text-align: center;
	max-width: 240px;
}
.verified_error .resend_link {
	margin-right: 20px;
}

/* NETWORK VERIFICATION */
.verified_holder.verify_network_creation .login_error {
	width:360px;
	margin:-1px auto 0;
	font-size:17px;
}

.verify_text {
	font-size: 18px;
}