html {
   background: #fff ;
    background-size: contain;
	position: relative
}
body {
	    margin-top: 20px;
    background: url(../img/banner.png);
    max-height: 588px;
    background-size: cover;
    height: 480px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;    box-shadow: 0 0 12.22px 0.78px rgba(0,0,0,.11);
    border-top: 2px solid #21759b;
}
.login h1 {
    text-align: center;
    padding: 10px 0 1px 0px;
}
#login {
    float: left;height: 480px;
	width: 50%;
}

#login h1 a {
    background-image: url(../img/logo.png);
    background-size: contain;position: relative;    padding-bottom: 40px;overflow: inherit;
    margin: 0 auto;
}
#login h1 a:before{content: 'Wordpress';
    position: absolute;
    bottom: 0px;
    left: 0;    border-bottom: 1px dashed;
    padding-bottom: 10px;
    display: block;
    width: 200%;
    z-index: 9999999999;
    font-size: 14px;
    color: #21759b;
    text-indent: 0;    font-size: 30px;
    left: 50%;
    transform: translate(-50%, 0%);}
#login{padding: 0}
.login #nav{margin: 0}
.wp-core-ui .button-primary {
    height: 46px;
	padding: 0 93px;
	background: -webkit-gradient(linear,left top,left bottom,from(#08f),to(#4697fe));
	background: linear-gradient(to bottom,#4697fe,#08f);
	border-color: #08f;
	-webkit-box-shadow: inset 0 1px 0 0 #08f;
	box-shadow: inset 0 1px 0 0 #549cf9;
	color: #fff;
	
}

.login form {
    margin-left: 0;
    padding: 20px;margin-top: 0;padding-top: 0;
    background: transparent;
    box-shadow: none;
}
.reseller-infos{    clear: left;
    margin-left: 0;text-align: center;
    padding: 20px;padding-top: 0;
    background: transparent;
    box-shadow: none;}
.login form .input, .login input[type=text] {
    background: #3333335e !important;
    border-color: #c4cdd5;
    
    box-shadow: inset 0 0 0 1000px #fff;
    padding: 10px 10px;
    font-size: 16px;
	min-width: 75px;
	vertical-align: baseline;
	color: #000;
	border: 1px solid #c4cdd5;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.login label {
   
    font-size: 14px;
}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    
}

@media(max-width:768px) {
#login {
    float: left;
    width: 100%;height: auto;}
    body {
    margin-top: 0;
    background: none;
        background-size: auto;
    max-height: inherit;
    background-size: cover;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;}
	}