/* 
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: Léa-Kim Ellefsen
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
*/

/* REGISTRATION POPUP STYLES */

/* Center the 'create account' button */
@media (max-width: 767px) {
    .ur-frontend-form .ur-button-container .ur-submit-button {
font-size: 1rem!important;
    }
}
.ur-frontend-form .ur-button-container .ur-submit-button {
    margin-left: 0;
    color: #232B38;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Inter';
    text-transform: uppercase;
    border: 2px solid #232B38;
    background-color: white;
    box-shadow: -1px 2px 4px rgba(0,0,0,0.25)
}

.ur-submit-button:hover {
    scale:0.9;    
    background-color: #A7AE9E33!important;
}
.ur-frontend-form .ur-button-container {
    justify-content: center;
}

/* Aligns the input text to the left on focus. Default is center */

/* SIGN IN POPUP */
.elementor-field.elementor-field-textual.elementor-size-xs {
    text-align: left;
}

/* CREATE ACC POPUP */
.input-wrapper > input:focus {
    text-align: left;
}
.password-input-group.input-form-field-icons > input:focus {
    text-align: left;;
}

/* Sign in POPUP
* Center `Logged in as...' Message
*/

.elementor-login.elementor-login__logged-in-message {
    text-align: center;
    color: #232B38!important;
    font-size: 1rem!important;
    font-weight: 500!important;
    font-family: 'Inter'!important;
    text-transform: uppercase!important;
}
.elementor-login.elementor-login__logged-in-message > a {
    text-decoration: underline;
    font-weight: 600;
    color: #232323;
}
.elementor-login.elementor-login__logged-in-message > a:hover {
    color: #A7AE9E;
}
