#backtoblog,
.login .button.wp-hide-pw {
    display: none !important;
}

body.login {
    height: 100vh;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#login_back {
    flex: 0 0 50%;
    max-width: 50%;
    background-image: url(https://assets.cansoft.tech/2025/02/login_background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#login {
    flex: 1 0 50%;
    max-width: 330px;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0;
    padding-left: 0;
}

#login h1 a,
.login h1 a {
    background-image: url(https://assets.cansoft.tech/2025/02/favicon-96x96-1.png);
    height: 70px;
    width: 70px;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.login-title {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #212529;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 1.2; */
    display: none;
}

.login form {
    margin-top: 0;
    margin-left: 0;
    padding: 0 15px;
    border: none;
    box-shadow: none;
}

.login form .input,
.login input[type="password"],
.login input[type="text"] {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

input[type="password"]:focus,
.login input[type="text"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    z-index: 2;
}

.login input[type="text"] {
    margin-bottom: -19px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.login input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#login form p,
.user-pass-wrap {
    all: unset;
}

.forgetmenot {
    text-align: left !important;
    display: block !important;
}

#wp-submit {
    display: block;
    width: 100%;
    float: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#wp-submit:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.login #login_error {
    border-left-color: #d63638;
    box-shadow: none;
    background: rgba(214, 54, 56, 0.10);
    margin-bottom: 0;
}

.login-reg {
    background-color: #fff;
    color: #007bff !important;
    padding: 3px 7px;
    border-radius: 0.3rem;
    border: 1px solid #007bff;
    transition: all .15s ease-in-out;
}

.login-reg:hover {
    background-color: #007bff;
    color: #ffffff !important;
    transition: all .15s ease-in-out;
}

.login #nav,
.login form .forgetmenot {
    display: none !important;
}

.login #nav a:hover {
    color: #007bff;
}

.login .message {
    border-color: #007bff;
    background: rgba(0, 123, 255, 0.1);
    box-shadow: none;
}

.login-action-lostpassword.login input[type="text"] {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

h3.galogin-or {
    margin-top: unset !important;
    margin-bottom: unset !important;
}

@media (max-width: 980px) {
    #login_back {
        display: none;
    }
}