/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
a.button.loginbtn {
    background-color: var(--e-global-color-7fc7712) ;
    font-family: "Roboto", Sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    border-radius: 30px 30px 30px 30px;
    padding: 15px 40px 12px 50px;
}

a.button.loginbtn:hover {
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-text);
}