body .theme-my-login form input,
body .theme-my-login form select,
body .theme-my-login form textarea {
    background-color: #f5f5f5 !important;
    padding: 10px !important;
    font-size: 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

body .theme-my-login form label {
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    display: block !important;
}

body .theme-my-login form input[type="submit"] {
    background-color: #0073aa !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

body .theme-my-login form input[type="submit"]:hover {
    background-color: #005f8d !important;
}

body .theme-my-login form {
    max-width: 400px;
    margin: 30px auto;
}
