/*
 Theme Name:   Edubin Child
 Theme URI:    https://themeforest.net/item/edubin-education-lms-wordpress-theme/24037792
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       ThePixelcurve
 Author URI:   https://themeforest.net/user/pixelcurve
 Template:     edubin
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/


/* Apply styles specifically to the submit button in the form */
form input[type="submit"] {
    background-color: #21406B !important; /* Set your desired background color */
    color: #ffffff !important; /* Set the text color to white */
    border: 2px solid #54595F !important; /* Set the border color and width */
    border-radius: 5px; /* Optional: Add rounded corners */
    padding: 10px 20px; /* Optional: Add padding for a better appearance */
    cursor: pointer; /* Optional: Change cursor to pointer */
    transition: background-color 0.3s ease; /* Optional: Smooth transition on hover */
}

/* Change background color on hover */
form input[type="submit"]:hover {
    background-color: #61CE70 !important; /* Set the background color on hover */
    border-color: #21406B !important; /* Set the border color on hover */
}
