/* 
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.1
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
*/
.contact-form button[type="submit"]{
width:220px;
height:55px;
line-height:0px !important
}

.contact-form input[type="text"]{
height:60px !important;
}

 h1.entry-title {
color: var(--e-global-color-c5e94e4);
    font-family: var(--e-global-typography-bc9f08d-font-family), Sans-serif;
    font-size: var(--e-global-typography-bc9f08d-font-size);
    font-weight: var(--e-global-typography-bc9f08d-font-weight);
    text-transform: var(--e-global-typography-bc9f08d-text-transform);
    line-height: var(--e-global-typography-bc9f08d-line-height);
    letter-spacing: var(--e-global-typography-bc9f08d-letter-spacing);
    word-spacing: var(--e-global-typography-bc9f08d-word-spacing);
    margin-top:90px !important;
}

/* .user-registration{
width:50% !important;
}
 */
.page-id-728 ol {
padding-left:0 !important;
list-style: none !important;
}
.page-id-728 .ur-button-container .ur-submit-button,#user_registration_ajax_login_submit{
width:100% !important;
background:#00488D !important;
color:#ffffff;
}

.page-id-728 .page-content {
width:50% !important;

}
.page-id-728  #content, .page-id-729 #content{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width:100% !important;
}

 div#ur-frontend-form.login {
width:450px !important;
}

.user-registration-MyAccount-navigation li.is-active a {
    background: #00488D !important;
    color:#ffffff !important;
}

.user-registration-MyAccount-navigation li a{
    color:#232323 !important
}

@media screen and (max-width: 767px){

 div#ur-frontend-form.login {
width:auto !important;
} 
	.page-id-729 .page-content{
width:90% !important;
}

.page-id-728 .page-content {
    width: 100% !important;
}
}

