.loaded_content[type="sign"]{width:335px; max-width:100%;}
[name="simple_form"] #password{display:none;}

[name="simple_form"] .plugin_sign{font-size:16px; font-family: sans-serif; width:100%; display:inline-block;}
[name="simple_form"] .message{font-size:19px; font-family: sans-serif; font-weight:bold; color:#999; margin-bottom:30px;}

[name="simple_form"] .forgot{color:#999999; font-size:13px; margin-bottom:5px; display:none;}
[name="simple_form"] a:hover{text-decoration:none;}
[name="simple_form"] .plugin_sign .hr_message{position:relative; top:-10px; background-color:#fff; padding:0 20px 0 20px; font-weight:bold;}

[name="simple_form"] .continue{text-align:center; font-size:16px; color:#666; border:1px solid #ccc; border-radius:4px; text-decoration:none; cursor:pointer; font-family:Helvetica, Arial, sans-serif; letter-spacing:.25px; width:335px; max-width:100%; height:50px; margin-bottom:10px;}

[name="simple_form"] .continue.facebook{background-color:#4267b2; color:#fff; border:0; height:60px; font-size:18px; margin:20px 0 50px 0 !important;}
[name="simple_form"] .continue.facebook span.logo{height:26px; margin:17px; margin-left:35px; float:left;}
[name="simple_form"] .continue.facebook svg{height:26px; width:26px;}
[name="simple_form"] .continue.facebook span.center{float:left; margin-top:21px; text-align:left; width:calc(100% - 78px);}
[name="simple_form"] .continue.facebook span.avatar{float:right; position:relative; min-width:20px;}
[name="simple_form"] .continue.facebook img{position:relative; border-bottom-right-radius:4px; border-top-right-radius:4px; height:40px; width:40px;}

[name="simple_form"] .continue.twitter{background:url('/images/twitter-20.png') 15px center no-repeat; background-size:20px 20px;}
[name="simple_form"] .continue.google{background:url('/images/google-20.png') 15px center no-repeat; background-size:20px 20px;}
/*[name="simple_form"] .continue.email{background:url('/images/envelope.png') 15px center no-repeat #fff; background-size:20px 20px;}*/

[name="simple_form"] .continue:hover{/*color:#fff;*/}
[name="simple_form"] .continue.twitter:hover{color:#3dadeb; border-color:#3dadeb;}
[name="simple_form"] .continue.google:hover{color:#dc4a38; border-color:#dc4a38;}

[name="simple_form"] #email , [name="simple_form"] #password{box-shadow:none; cursor:text; margin:0 0 10px 0; width:335px; !important; font-size:16px; -webkit-appearance: none; height:50px;}

/*#bio_ep [name="simple_form"] #login_text , #bio_ep [name="simple_form"] #email , #bio_ep [name="simple_form"] #password{width:295px; height:10px;}*/

[name="simple_form"] input.continue:hover{color:#666;}
[name="simple_form"] input[type="submit"].continue{padding:12px; background-color:#80BD39; border:#80BD39; color:#fff; -webkit-appearance: none;}

[name="simple_form"] .plugin_sign .terms{font-size:12px; color:#666;}
[name="simple_form"] .plugin_sign .terms a{color:#666 !important; text-decoration:underline;}

[name="simple_form"] .plugin_sign h2{margin-bottom:15px;}

[name="simple_form"] .error_form{font-size:13px;}

@media only screen and (max-width: 480px){
	[name="simple_form"] .message{font-size:17px;}
	[name="simple_form"] #facebook_iframe{position:relative; left:calc((100% - 300px) / 2);}
	
	[name="simple_form"] .continue{max-width:calc(100% - 40px);}
	[name="simple_form"] .continue.facebook{margin-top:0px; font-size:18px;}
	[name="simple_form"] .continue.facebook span.logo{margin:17px 5px 0 17px !important;}
	[name="simple_form"] .continue.facebook span.center{width:calc(100% - 60px); text-align:center;}
	
	[name="simple_form"] .plugin_sign hr{width:calc(100% - 40px);}
	
	[name="simple_form"] #email , [name="simple_form"] #password{width:calc(100% - 42px); padding:0;}
}