*{box-sizing: border-box;}
html {
   background: #fff ;
    background-size: contain;
    position: relative
}
body {
    color: #0A1577;
    background: none;
    max-width: 950px;width: 100%;
    margin-left: auto;
    margin-right: auto;padding: 5% 20px;position: relative;
}

.language-switcher{padding: 24px 0;}
.login h1 {
    text-align: center;
    padding: 0;
}
#login {
    padding:0 56% 20px 0;width: 100% !important;width: auto;background-size: 100% 100%;background-repeat: no-repeat;border-radius: 10px;background-position: center;animation-name: bgbg;max-width: 100% !important;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-direction: alternate;height: 500px;
}
@keyframes bgbg{
    0%{background-image: url(https://zek.vn/wp-content/themes/zek_agency/img/background-admin.png);}
25%{background-image: url(https://zek.vn/wp-content/themes/zek_agency/img/background-admin-2.png);}
50%{background-image: url(https://zek.vn/wp-content/themes/zek_agency/img/background-admin-3.png);}
75%{background-image: url(https://zek.vn/wp-content/themes/zek_agency/img/background-admin-4.png);}
100%{background-image: url(https://zek.vn/wp-content/themes/zek_agency/img/background-admin-5.png);}
}
.login #backtoblog, .login #nav{padding: 0 20px;margin: 10px 0 0;}

#login h1 a {
    position: relative; overflow: inherit;height: 150px;width: 100%;background: none;
    margin: 0 auto;cursor: unset;pointer-events: none;
}



.wp-core-ui .button-primary {
    height: 46px;
    padding: 0 93px;
    background: #0A1577;
    border:none;
    color: #fff;
    
}

.login form {
    margin-left: 0;
    padding: 20px;margin-top: 0;
    background: transparent;border: none;
    box-shadow: none;
}
.reseller-infos{    clear: left;
    margin-left: 0;text-align: center;
    padding: 20px;
    background: transparent;
    box-shadow: none;}
.reseller-infos p{margin-bottom: 5px;}
.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;color: #000;
    
}
.link_contact{position: absolute;right: 20px;width: 50%;top: 5%;height: 500px;z-index: 999}
.link_contact a{display: block;height: 100%;
    opacity: 0;}
    
@media(max-width:767px) {
#login{height:460px;}
.login form{padding: 10px;}
.login form .input, .login input[type="text"]{padding: 5px 10px;font-size:14px;min-height: 34px;}
.wp-core-ui .button, .wp-core-ui .button.button-large, .wp-core-ui .button.button-small, a.preview, input#publish, input#save-post{height: 34px;line-height:34px;min-height:34px;}
}
@media(max-width:575px) {
    #login h1 a {
    background-image: url(../admin/img/logo-zeka.png);
    background-size: contain;position: relative; overflow: inherit;height: 150px;width: 100%;background-repeat: no-repeat;background-position: center;
    margin: 0 auto;
}
#login {
    animation: none;
    width: 100%;height: auto;background: none;padding: 0;}
    body {
    margin-top: 0;
    
    max-height: inherit;
    
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;}
    .link_contact{height: 150px;width: calc(100% - 40px);}


}