body.login {
    background-color: #111;
    font-family: Roboto, Helvetica Neue, sans-serif;
    color: #fff;
   
}
body.login #login{
    width: 400px;
}
.login h1 a {
    background-image: url('images/login-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}
#backtoblog,
#nav,
.submit,
/* #rememberme, */
.forgetmenot,
.user-pass-wrap,
#login form p{ display: none;}
.dtv-login-wrap {
    max-width: 400px;
    margin: 0px auto;
    text-align: center;
}
.login .message, .login .notice, .login .success {
    background-color: transparent!important;
    font-size: 14px;
    font-weight: 500px;
}
.dtv-login-logo img {
    width: 120px;
    margin-bottom: 20px;
    display: none;
}
.login form{
    background: #1D1D1D;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 44px 44px 32px;
    max-width: 448px;
    width: 90%;
    border: none;
    
}
#login{
    padding-bottom: 100px;
}
.dtv-login-box .dtv-login-header {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    opacity: .85;
    text-align: left;
}
.dtv-error {
    color: #fff;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    text-align: left;
}
.dtv-login-box label {
    display: block;
    text-align: left;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 5px;
}

.dtv-login-box input.input {
    width: 100%;
    padding: 10px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.dtv-pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dtv-pass .dtv-forgot {
    font-size: 14px;
    color: #c5cae9;
    text-decoration: none;
}

.dtv-pass .dtv-forgot:hover {
    text-decoration: underline;
}

.rememberme-wrap {
    margin: 15px 0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px; /* adds space between checkbox and label */
    font-size: 14px;
    color: #ccc;
}

.rememberme-wrap input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #0088ff; /* makes checkbox blue in modern browsers */
}

.rememberme-wrap label {
    margin: 0;
    cursor: pointer;
}

.dtv-button {
    width: 100%;
    background-color: #0088ff !important;
    border: none !important;
    color: #fff !important;
    line-height: 48px!important;
    border-radius: 5px;
    margin-top: 32px!important;
    font-weight: 500!important;
    font-size: 16px!important;

    /* line-height: 48px!important;
    font-size: 1.6rem!important; */
    cursor: pointer;
}

.dtv-button:hover {
    background-color: #0072cc !important;
}

.dtv-footer {
    margin-top: 14px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.dtv-footer a {
    color: #c5cae9;
    text-decoration: none;
}

.dtv-footer a:hover {
    text-decoration: underline;
}
