.container.customer-account-wrapper {
    display: flex;
    justify-content: center;
    max-width: 648px;
}
.customer-actions button{
    max-width: 100%;
    width: 100%;
    margin-top: 24px;
    justify-content: center;
}
.customer-account-wrapper h5{
    margin-bottom: 12px;
}
.login-form-actions a{
    text-decoration: underline;
    font-size: 18px;
    line-height: 25px;
    font-family: var(--font-primary-bold);
}

.login-form-actions button{
    margin-bottom: 24px;
}

.popup-content-body .block_type_header {
    display: none;
}
.popup-content-body form {
    margin-bottom: 0 !important;
}
@media (max-width: 700px) {

    .container.customer-account-wrapper {
        display: flex;
        justify-content: center;
        max-width: var(--normal-container-width);
    }

}
