.cms-trade .trade-logo{
    display: block;
    margin: auto;
}
.cms-trade .block.block-customer-login{
    float: none !important;
    display: block;
    margin: auto;
    background-color: white;
    box-shadow: 0px 8px 20px -8px rgb(0 0 0 / 25%);
    border-radius: 12px 12px 0px 0px;
    padding: 50px 50px 0px 50px;
}
.cms-trade .block.block-new-customer{
    float: none !important;
    display: block;
    margin: auto;
    background-color: white;
    box-shadow: 0px 8px 20px -10px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 12px 12px;
    padding: 40px 50px 50px 50px;
}
.cms-trade{
    background-image: url('../images/Trade_Login_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}
.cms-trade strong#block-customer-login-heading {
    text-align: center;
    display: block;
    font-size: 24px;
}
.cms-trade strong#block-new-customer-heading {
    font-size: 24px;
}
.cms-trade .mb-6{
    margin-bottom: 60px;
}
.cms-trade .actions-toolbar .secondary {
    display: block;
    float: none;
    padding-top: 20px;
}
.cms-trade .actions-toolbar .primary {
    display: block;
    float: none;
}
.cms-trade .block-title{
    text-align: center;
}
.cms-trade .block-content{
    text-align: center;
}
.cms-trade .bottom-content h2{
    font-size: 24px;
    color: #286AA6;
    font-weight: 700;
    text-align: center;
}
.cms-trade .bottom-content a{
    background: #2C3E65;
    color: white;
    text-align: center;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin:auto;
    width: 22%;
}
.cms-trade .bottom-content a:hover{
    text-decoration: none;
}
.cms-trade .login-container .fieldset:after{
    display: none;
}
.cms-trade .fieldset > .field:not(.choice) > .label{
    font-weight: 400;
    font-size: 16px;
}
.header-trade-account{
    display: inline-block;
    margin-left: 20px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: center left;
    min-width: 35px;
    min-height: 25px;
    background-position: left center;
    background-image: url(../images/lucide_hammer.svg);

}
.page-header .header.content .header-quick-order{
    margin-left: 20px;
}
@media only screen and (max-width: 600px) {
    .cms-trade .bottom-content a {
        width: auto;
    }
    .header-trade-account{
        background-position: center;
        margin-left: 0px;
    }
    .page-header .header.content .header-quick-order{
        margin-left: 0px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 820px){
    .cms-trade .bottom-content a {
        width: 50%;
    }
    .cms-trade .block.block-new-customer {
        width: 70%;
    }
    .cms-trade .block.block-customer-login {
        width: 70%;
    }
    .header-trade-account {
        background-position: left center;
        margin-left: 0px;
    }
    .header.content .header-minicart{
        margin-left: 0px !important;
    }
    .page-header .header.content .header-quick-order{
        margin-left: 0px;
    }


}
