html {
   background: #fff ;
    background-size: contain;
    position: relative
}
body {
        margin-top: 20px;
    background: url(../admin/img/background.jpg);
    max-height: 588px;
    background-size: cover;
    height: 480px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.login h1 {
    text-align: center;
    padding: 10px 0 1px 0px;
}
#login {
    float: left;height: 480px;
    width: 50%;
}

#login h1 a {
    background-image: url(../admin/img/logo-3.png);
    background-size: contain;position: relative;    padding-bottom: 40px;overflow: inherit;
    margin: 0 auto;
}
#login h1 a:before{content: 'Thiên Thời Media';
    position: absolute;
    bottom: 0px;
    left: 0;    border-bottom: 1px dashed;
    padding-bottom: 10px;
    display: block;
    width: 300%;
    z-index: 9999999999;
    font-size: 14px;
    color: #14abf4;
    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;}
    }