/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.login-header-btn a,
.login-header-btn a:hover{
    border-radius: 100px;
    border: 2px solid #A370FF!important;
    color: #4E4D52 !important;
    font-weight: 600!important;
    font-size: 16px!important;
    padding: 16px 24px!important;
}

.login-header-btn{
	margin-right: 10px!important;
}

.register-header-btn a,
.register-header-btn a:hover{
    border-radius: 100px;
	color: #ffffff!important;
	font-size: 16px!important;
    font-weight: 600!important;
    padding: 16px 24px!important;
    background: #A370FF!important;
	border: 2px solid #A370FF!important;
}

@media (max-width: 1024px) {
	.login-header-btn{
		margin-right: 0px !important;
		margin-bottom: 10px !important;
	}

	.login-header-btn a,
	.login-header-btn a:hover{
		padding: 16px 40px !important;
		max-width: fit-content;
		margin: auto;
	}

	.register-header-btn a,
	.register-header-btn a:hover{
		padding: 16px 40px !important;
		max-width: fit-content;
		margin: auto;
	}
}