/**
 * Custom Login Styles
 * 
 * This file is used to customize the WordPress login page.
 * Add your custom CSS below.
 */

body {
    background: #151515;
}

body.login h1 a {
    background-image: url(https://www.dilate.com.au/wp-content/uploads/2021/10/dilatelogo-1.svg) !important;
    width: 100% !important;
    height: auto !important;
    background-size: contain;
    height: 40px !important;
}

body.login #login {
    border: 1px solid #363636;
    background: #1e1e1e;
    margin-top: 10%;
    padding-top: 25px !important;
    border-radius: 5px;
    width: 460px;
}

body.login #loginform {
    background: none;
    border: none;
}

body.login #loginform label {
    color: #99a1af;
}

body.login #loginform .forgetmenot {
    float: left !important;
    float: right !important;
    position: absolute;
    margin-top: 63px;
}

body.login #loginform .submit {
    display: block !important;
    overflow: auto !important;
    width: 100%;
    margin-top: 8px;
}

body.login #loginform #wp-submit {
    display: block;
    width: 100%;
    background: #abbc3b;
    border: none;
    color: #151515;
    padding: 4px;
    border-radius: 5px;
    /* margin-bottom: 5px; */
}

body.login #loginform #wp-submit:hover {
    background: #93a328;
}


/* 2fa improvement */
div#wfls-prompt-overlay {
    background: #1e1e1e;
    padding: 50px;
    margin: 0 20px;
    border-radius: 5px;
    border: 1px solid #47502d;
}

div#wfls-prompt-overlay #wfls-token-submit {
    background: #a1c339;
    border: none;
    color: #000;
    width: 100%;
    margin-top: 5px;
}

div#wfls-prompt-overlay .dashicons {
    color: #a1c339;
}

div#wfls-prompt-wrapper [for="wfls-token"] {
    color: #fff !important;
}

div#wfls-prompt-wrapper [for="wfls-remember-device"] {
    color: #a1c339 !important;
}

div#wfls-prompt-wrapper #wfls-remember-device {
    border: 1px solid #a1c339;
    background: #1e1e1e;
}

body.login .wp-login-lost-password {
    color: #fff !important;
    text-decoration: underline !Important;
}

body.login #backtoblog a {
    color: #698b02;
}

div#login_error {
    margin: 0 25px;
    background: none;
    border-radius: 10px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    border-left: 8px solid red;
    color: white;
    text-align: center;
}

div#login_error strong {
    color: red;
}