.login-v1 {
    background: #191919 !important;
}

input[type=text], input[type=password] {
    background-color: #313131;
    border: 1px solid #3C3C3C;
    border-radius: 0;
    color: #fff;
}

input[type=text]:focus, input[type=password]:focus {
    background-color: #313131;
    border: 1px solid #3C3C3C;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
}

label {
    color: #C0BFBF !important;
}

button[type="submit"] {
    background-color: #ACF75F !important;
    color: #000 !important;
    border: none;
    border-radius: 0;
}

.login-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px !important;
}

.login-header img {
    width: 80px;
}

.login-header small {
    text-align: right;
    color: #ACF75F !important;
    font-weight: 600;
    margin-top: 4px;
}
.login-body a {
    color: #ffffff99;
}