*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	background: url("../images/bg-login-admin.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
    padding-top: 50px;
}
.login #login h1{
    margin-bottom: 15px;
}
.login #login h1 a {
	background: url("../images/logo-login-register.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width:172px;
	height:152px;
	margin-bottom: 0;
}
#login{
    max-width: 400px;
    width: 100%;
    padding: 30px 30px;
    float: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    display: block;
}
.login form .input{
    height: 40px;
    border: 1px solid #ebebeb;
    padding: 0 20px;
    width: 100%;
    border-radius: 5px;
    color: #656565;
    float: none;
    font-size: 13px;
    margin: 10px 0px;
}
.login label {
    color: #4f4f4f;
    font-size: 15px;
}
.wp-core-ui #login .button-primary{
    margin: 0;
    padding: 15px 0 !important;
    color: #fff;
    border-radius: 3px;
    border: none;
    width: 140px;
    font-size: 14px;
    line-height: 5px !important;
    height: 40px !important;
    background: #009FE3;
    box-shadow: none;
    text-shadow: none;
}
.login form {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}