body.woocommerce-account #content {
    max-width: 1440px;
}

/* --- */


.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    background-color: #111;
    outline: none;

    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.woocommerce-error a, 
.woocommerce-info a, 
.woocommerce-message a{
    color: #44E5B5;
    text-decoration:none;
}
.woocommerce-error a:hover, 
.woocommerce-info a:hover, 
.woocommerce-message a:hover{
    text-decoration:underline;
}

/* --- */

body.woocommerce-account{
    background: #000 !important;
}

body.woocommerce-account .woocommerce {    
    position: relative;
    z-index: 4;
}

.sk-account-hero--image{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    transition: all 0.4s ease-in-out;
    background-image: url("/wp-content/themes/skedul/assets/images/hero.jpg");
    z-index:0;
    filter: blur(15px);
}