/**
 * Theme Name:     Hello Elementor Child
 * Author:         Perfectwebsolutions
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.register-form label {
    color: #000000;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 10px;
}

.register-form input[type=date], .register-form input[type=email], .register-form input[type=number], .register-form input[type=password], .register-form input[type=search], .register-form input[type=tel], .register-form input[type=text], .register-form input[type=url], .register-form select, .register-form textarea {
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: #E5F4ED;
}

.register-form input[type="submit"] {
    background-color: #2EBB77;
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    border: none;
}