/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.4
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#registration-form .user-registration {
    width: 100% !important;
    margin: 0;
    max-width: 100%;
}

#registration-form .user-registration .submit {
    margin: 0;
    flex: 0 0 auto;
}

#registration-form .user-registration .ur-button-container {
    flex-wrap: nowrap;
    gap: 20px;
}

#registration-form .user-registration .reset-btn {
    padding: 0;
}
#user-registration,
.ur-frontend-form.login{
	background-color: var(--e-global-color-dd2e34e) !important;
}
#user-registration.horizontal .user-registration-MyAccount-content__header-content h1, #user-registration.vertical .user-registration-MyAccount-content__header-content h1,
.user-registration-MyAccount-content__header h1{
	color: #fff !important;
}
.urcr-access-card:first-of-type {
    display: none;
}
.page-id-239 .wc-block-components-text-input input {
    background-color: #ffffff0f !important;
    color: #fff !important;
}

.page-id-239 .wc-block-components-text-input select{
    
}

.page-id-239 .wc-blocks-components-select__container .wc-blocks-components-select__label {
    color: #000;
}
.error-div-content {}

.members-access-error {
    max-width: 1240px;
    margin: auto;
    padding: 50px 20px;
}

.members-access-error .login-signup-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.members-access-error .login-signup-btns .auth-btn a {
    background-color: transparent;
    width: 160px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 130px;
    border: 1px solid #fff;
}