/*!
Theme Name: Edubin
Theme URI: https://themeforest.net/item/edubin-education-lms-wordpress-theme/24037792
Author: Pixelcurve
Author URI: https://thepixelcurve.com/
Description: Edubin is a Education LMS WordPress Theme.
Version: 9.4.3
License: Split License
License URI: https://help.market.envato.com/hc/en-us/articles/202501064-What-is-Split-Licensing-and-the-GPL-
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: edubin
Domain Path: /languages/
*/

/* Note: The CSS files are loaded from assets/css/ folder. */




.custom-registration-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.custom-registration-form p {
    margin-bottom: 15px;
}

.custom-registration-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.custom-registration-form input[type="text"],
.custom-registration-form input[type="email"],
.custom-registration-form input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.custom-registration-form input[type="submit"] {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #0073aa;
    color: #fff;
    cursor: pointer;
}

.custom-registration-form input[type="submit"]:hover {
    background-color: #005177;
}
