
.woocommerce-MyAccount-navigation {
    background-color: transparent;
}

.woocommerce-MyAccount-navigation a {
    line-height: 40px;
}

.woocommerce-MyAccount-navigation .is-active {
    color: #577C8E;
}

.woocommerce-MyAccount-content input {
    border-radius: 30px;
    border: 1px solid hsla(200, 24%, 45%, 0.5);
}

.woocommerce-Button {
    border-radius: 100px;
    background-color: hsla(200, 24%, 45%, 1);
    color: white;
    font-weight: 500;
    padding: 14px 16px;
}

.woocommerce-button {
    border-radius: 100px;
    background-color: hsla(200, 24%, 45%, 1);
    color: white;
    font-weight: 500;
    padding: 14px 16px;
}

.myaccount-nav-title {
    padding: 0 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: hsla(200, 24%, 45%, 1);
}


#customer_login h2 {
    color: hsla(200, 24%, 45%, 1);
    text-align: center;
    font-weight: 600;
}

#customer_login h3 {
    text-align: center;
    font-weight: 400;
    color: hsla(0, 0%, 65%, 1);
}

#customer_login input {
    border-radius: 30px;
    border: 1px solid hsla(200, 24%, 45%, 0.5);
}

.woocommerce-account .woocommerce-form-login:not([class^=brxe-]), 
.woocommerce-account .woocommerce-form-register:not([class^=brxe-]) {
    margin-top: 0px;
    border: none;
}