/*
==========================================================================
=== Theme: Estio
=== By: Fantastic Media
=== Website: https://fantasticmedia.co.uk
=== Version: 1.0
=== For: 
=== Last Edit: 
========================================================================== 
*/

/* Custom style for Wordpress Login / Register / Admin page

body.login #login h1 a {
	  background: url('../assets/images/logo.svg') no-repeat scroll center top transparent; // Use the company or website logo
	  background-size:100% 100%;
	  height: 120px; 
	  width: 312px;
	  margin:0 auto;
	  border: 1px solid #075ba4;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
}
body.login {
	background: #f1f2f2;
}
.login #nav, .login #backtoblog {text-shadow:none !important;}

#loginform {margin:10px auto !important; float:left; max-width:312px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
#nav, #backtoblog, #login h1 {padding:0 !important; margin:10px auto !important; float:left; width:312px;}
body.login #nav {color: transparent;}
#nav a, #backtoblog a {width:302px; padding:10px 5px; background:#075ba4; color:#f1f2f2 !important; text-transform:uppercase; display:block; -webkit-border-radius: 3px; border-radius: 3px; text-align:center;}

#login_error, .login .message {float: left; margin-bottom: 15px; border-radius: 3px; max-width: 312px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.login form {max-width: 312px; border-radius: 3px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

*/
