* {
    box-sizing: border-box;
}

.login-page-admin {
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background: url(/themes/admin/images/background.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.login-bubble {
    width: 422px;
    height: 384px;
    background: #FFF;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -211px;
    margin-top: -192px;
}

.login-bubble-content {
    width: 206px;
    margin: 58px auto;
}

.login-logo {
    width: 206px;
    height: 73px;
    background: url(/themes/admin/images/nio_admin_logo_206.png);
    margin-bottom: 30px;
}

input {
    width: 100%;
    border: 1px solid #D7D1CE;
    line-height: 33px;
    appearance: none;
    outline: none;
    margin-bottom: 12px;
    padding: 0 12px;
    transition: .2s;
}

input:focus {
    border: 1px solid #999;
}

.forgot-pass {
    font-size: .8em;
    color: #796B64;
    margin: 13px 0 28px;
}

.forgot-pass > a {
    color: #796B64;
    text-decoration: underline !important;
}

.forgot-pass > .cancel {
    text-align: center;
    display: block;
}

.btn-big {
    background: #0095a8;
    border-radius: 0px !important;
    line-height: 33px;
    height: 33px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.3em;
    border: none;
    width: 100%;
    margin-left: 0;
}
.btn-big:hover{
    background: #333;
    color:#FFF;
}

::-webkit-input-placeholder {
    color: #BCB3AF;
    font-size: 1.1em;
    font-family: 'Ubuntu';
    font-style: normal;
}

:-moz-placeholder {
/* Firefox 18- */
    color: #BCB3AF;
    font-size: .8em;
    font-family: 'Ubuntu';
    font-style: normal;
}

::-moz-placeholder {
/* Firefox 19+ */
    color: #BCB3AF;
    font-size: .8em;
    font-family: 'Ubuntu';
    font-style: normal;
}

:-ms-input-placeholder {
    color: #BCB3AF;
    font-size: .8em;
    font-family: 'Ubuntu';
    font-style: normal;
}