* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

body {
  /*font-family: Century Gothic, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5625em;*/
  color: #111;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;  
}

body.login{	
	background: #0066B3;
}

.wrap{
	background: rgba(255,255,255,1);
	position:absolute;
	padding: 0px 0px 0px 0;
	width: 400px;
	max-width:90%;
	box-shadow:0px 0px 90px rgba(0,0,0,0.45);
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}

#login {
	padding: 0px 0px 0px 0;
	width: 100%;
	margin:0;
}

#login h1{
	padding: 20px 40px;
	background: #0066B3;
	margin-bottom:40px;
}

#login h1 a {
	background: url("comon-logo.svg") top center no-repeat;
	background-size: 50%;
	width:100%;
	height:42px;
	margin-bottom:0;
}

.login form{
	background:transparent;
	box-shadow: none;
	padding:0 40px 0 40px;
	margin-top:0;
	border:0;
}

.login #login_error, .login .message, .login .success{
	box-shadow: none;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:20px;
	background:#fafafa;
	padding:10px 12px 10px 36px;
}

.login #login_error, .login .message, .login .success{
	/*position:absolute;
	top:-55px;*/
	width:100%;
	margin-left:0;
	background:transparent;
	color: #aaa;
}

.login #login_error, .login .message, .login .success {
    border-left: 4px solid #0066B3;;
}

.login #login_error {
    border-left-color: #0066B3;
}

.login .button.wp-hide-pw .dashicons{
	color:#0066B3;
}

.login form .input, .login input[type="text"]{
	margin:0;
}

.login label {
	color: #222;
	font-size: 14px;
	position:absolute;
}

.login label i{
	position:absolute;
	/*background:#ddd;*/
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	z-index:10;
	color:#0066B3;
}

.login label br{
	display:none;
}

.login form .input, .login form input[type="checkbox"], .login input[type="text"]{
	background: #fff!important;
	box-shadow: none!important;
	border:1px solid #ddd!important;
	padding-left:40px;
	position:relative;
	font-size:13px;	
}

.login input[type="text"], .login input[type="password"]{
	height:40px;
}

#login form p{
	padding-bottom:15px;
}

.login form .forgetmenot{
	float:none;
	margin-top: 10px;
	padding-bottom:0!important;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
	line-height:1em!important;
}

.login.wp-core-ui .button-primary {
	background: #0066B3;
	border-color:#222;
	color: #FFF;
	border-radius:40px;
	text-shadow: none;
	float: none;
	clear: both;
	display: block;
	float:right;
	padding: 10px 20px;
	height: auto;
	font-size: 15px;
	line-height:auto!important;
	border:0!important;
}

p#backtoblog{
	display: none;
}

.login #nav{
	background: #0066B3;
	width:100%;
	float:right;
	margin: 40px 0 0 0;
	padding:10px 40px;
}

.login #nav a{
	color: rgba(255,255,255,0.65);
}

.login #nav a:hover{
	color: rgba(255,255,255,.9);
}