/* Custom login styles */

body.login {
    background-color: #f7f7f7; /* Adjust the color to match your design */
}

.login h1 a {
    background-image: url('https://beswifty.com/wp-content/uploads/2022/12/Swifty-Logo.svg'); /* Add your custom logo */
    padding-bottom: 30px;
    background-size: contain;
    display: block;
    width: 100%;
    height: 120px;
}

#loginform {
    background: #fff;
    padding: 26px 24px 46px;
    margin-top: 50px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}

.login form .input, .login input[type=text] {
    font-size: 16px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
}

.login form {
    color: #444;
}

.login input[type=text],
.login input[type=password] {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
}

.wp-core-ui .button-primary {
    background: #CA802A; /* Your button color */
    border-color: #CA802A; /* Your button border color */
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5),0 1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,0.5),0 1px 0 rgba(0,0,0,0.15);
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.wp-core-ui .button-primary {
    float: none;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    display: block;
}

.login .message, .login .success, .login form .error {
    border-left: 4px solid #CA802A; /* Adjust to match your design */
}

/* Additional styles can be added as needed */
