html, body {
    font-family: Arial;      
    padding: 0px;
    margin: 0px;
    background: black;
}

.logo {
    width: 200px;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
}

.is_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("/theme/images/video.gif") no-repeat;
    background-position: center center;
    background-size: 1280px;
}

.login {
    background-color: black;
    border: 2px solid #a9a9a9;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;    
    margin-top: -120px;
    margin-left: -120px;
    width: 200px;
    height: 200px;
    color: white;
    padding: 20px;
    z-index: 10;
}

.login .title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.login .inputs input {
    width: 100%;
    background-color: black;
    border: none;
    border-bottom: 1px solid #FF3333;
    margin-bottom: 15px;
    color: white;
    font-size: 16px;    
}

.login .inputs button {
    width: 100%;
    background-color: #FF3333;
    height: 30px;
    border: none;
    border-radius: 2px;
    color: white;    
    margin-top: 20px;
    cursor: pointer;
}


.login input:hover, .login input:focus {
    border-bottom: 1px solid #f233ff;
}

.login input {outline: none;}

.login input:-webkit-autofill { 
    -webkit-box-shadow: inset 0 0 0 50px black !important; /* Цвет фона */
    -webkit-text-fill-color: white !important; /* цвет текста */
    color: #999 !important; /* цвет текста */
}

.copyline {
    z-index: 1;
    position: fixed;
    bottom: 0px;
    color: gray;
    width: 100%;
}

.copyright {
    padding: 20px;
    text-align: center;  
    font-size: 11px;
}
