body .page-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

body .message.error,
body .message.success,
body .message.info {
    margin: 1.7361vw 1.3888vw 0.6944vw;
    padding: 1.3888vw 2.0833vw;
    background: rgba(4, 175, 121, 0.1);
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.1111vw;
    color: #1E1E1E;
}

body .message.error div::before {
    display: none !important;
}

body .message.success div::before {
    display: none !important;
}

body .message.info div::before {
    display: none !important;
}

body .page-main {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

body .page-main .page-title-wrapper {
    margin-top: 2.7777vw;
    padding: 0 6.9444vw;
    max-width: 100%;
    text-align: center;
}

body .page-main .page-title-wrapper h1 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 1.6666vw;
    line-height: 1.4;
    color: #1E1E1E;
}

body .columns .column.main {
    position: relative;
    z-index: 0;
    margin: 2.7777vw auto 2.4305vw;
    width: 30.5555vw;
    min-height: auto;
    max-height: none;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 10%);
    border: 0;
    background-color: #fff;
    border-radius: 10px;
}

body .column.main .control {
    position: relative;
    padding-top: 0.625vw;
    padding-bottom: 1.3888vw;
}

body .column.main .control input.input-text {
    margin: 0 !important;
    padding: 0.3472vw 1.3888vw;
    height: 2.7777vw;
    display: block;
    border-radius: 2px;
    border: 1px solid rgba(30, 30, 30, 0.45);
    background-color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 1.1111vw;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: rgba(30, 30, 30, 0.85);
    opacity: 1;
}

body .column.main .control input.input-text:focus {
    border-color: #538DDE;
    box-shadow: none !important;
}

body .column.main .control input.input-text.mage-error {
    border-color: #F56159;
}

body .column.main .control label {
    position: absolute;
    top: 0;
    left: 0.6944vw;
    z-index: 2;
    padding: 0 0.6944vw;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9722vw;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #1E1E1E;
}

body .column.main .control label::after {
    content: '*';
    margin-left: 0.1388vw;
}

body .column.main .control input.mage-error~label,
body .control input.mage-error~label::after {
    color: #F56159;
}

body .column.main .control input.input-text:focus~label,
body .column.main .control input.input-text:focus~label::after {
    font-size: 0.8333vw;
    transition: all 0.3s linear;
}

body .column.main fieldset .field {
    margin: 0;
}

body .column.main fieldset .field:not(:last-child) {
    margin-bottom: 0.3472vw;
}

body .column.main .field div.mage-error {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    text-align: right;
    font-weight: 500;
    font-size: 0.8333vw;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #F56159;
    opacity: 0.85;
}

body .column.main .field.password.required .control {
    padding-bottom: 0;
}

body .column.main .field.password.required div.mage-error {
    position: relative;
}

body .column.main .actions-toolbar {
    margin-top: 1.7361vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

body .column.main .actions-toolbar>.primary {
    width: auto;
    display: inline-block;
    float: none;
}

body .column.main .actions-toolbar .primary {
    float: none;
    margin-bottom: 0;
    width: auto;
}

body .column.main .actions-toolbar::before,
body .column.main .actions-toolbar::after {
    display: none;
}

body .column.main .actions-toolbar .action.primary {
    margin: 0;
    padding: 1.0416vw;
    width: auto;
    height: auto;
    min-width: 15.9722vw;
    display: inline-block;
    background-color: #538DDE;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1111vw;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
}

body .column.main .actions-toolbar .action.primary:hover {
    background-color: #04AF78;
    border: none;
}

body .column.main .actions-toolbar .action.primary:focus {
    border: none;
    outline: 0;
}

body .column.main fieldset .actions-toolbar .action.remind {
    display: inline-block;
    text-decoration-line: underline;
    font-weight: 600;
    font-size: 0.9722vw;
    line-height: 1.4;
    color: #538DDE;
}

body .column.main fieldset .actions-toolbar .action.remind:hover {
    opacity: .65;
}

body .column.main .login-container .block-new-customer .actions-toolbar a.action.primary {
    margin: 0;
    display: block;
    width: 100%;
    padding: 0.6944vw 1.1111vw;
    border: 2px solid #538DDE;
    border-radius: 100px;
    display: inline-block;
    font-weight: 700;
    font-size: 1.1111vw;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #538DDE;
}

body .column.main .login-container .block-new-customer .actions-toolbar a.action.primary:hover {
    background-color: #538DDE;
    color: #fff;
}

body .column.main .form.form-create-account .fieldset:not(:last-child) {
    margin-bottom: 0;
}

body .column.main .form.form-create-account .fieldset.create.info .field-name-firstname {
    margin-top: 0;
    margin-bottom: 0.3472vw;
    width: 100%;
    display: block;
}

body .column.main .form.form-create-account .fieldset.create.info .field-name-lastname {
    margin: 0;
    width: 100%;
    display: block;
}

body .column.main .form-create-account .field.choice {
    margin-bottom: 0;
    padding: 0;
    display: inline-flex;
    width: 100%;
    position: relative;
}

body .column.main .field.choice input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 0px;
    height: 0px;
    opacity: 0;
}

body .column.main .field.choice input[type=checkbox]~label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25vw;
    height: 1.25vw;
    display: block;
    background-image: url(./img/circle1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body .column.main .field.choice input[type=checkbox]:checked~label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25vw;
    height: 1.25vw;
    display: block;
    background-image: url(./img/circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body .column.main .field.choice .label {
    position: relative;
    z-index: 0;
    padding-left: 2.6388vw;
    background: transparent;
    font-weight: 500;
    font-size: 0.9722vw;
    line-height: 1.4;
    color: #1E1E1E;
    cursor: pointer;
}

body .column.main #password-strength-meter-container .password-strength-meter {
    margin-top: 0.3472vw;
    padding: 0;
    height: auto;
    background-color: transparent;
    text-align: right;
    font-weight: 500;
    font-size: 0.8333vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: rgba(30, 30, 30, 0.85);
}

body .column.main #password-strength-meter-container.password-weak .password-strength-meter {
    color: #F56159;
    opacity: 0.85;
}

body .column.main #password-strength-meter-container.password-none .password-strength-meter::before,
body .column.main #password-strength-meter-container.password-weak .password-strength-meter::before {
    display: none;
}

body .column.main .amsl-login-page {
    margin: 0;
}

body .column.main .amsl-buttons {
    display: block;
}

body .column.main .amsl-social-login {
    padding: 1.3888vw;
    background-color: transparent;
    border-radius: 0;
}

body .column.main .amsl-social-login .amsl-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .column.main .amsl-social-login .amsl-button-wrapper.-rectangular.with-label {
    margin: 0;
    width: auto;
}

body .column.main .amsl-social-login .amsl-button-wrapper.-rectangular.with-label:not(:last-child) {
    margin-bottom: 1.3888vw;
}

body .column.main .login-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

body .column.main .login-container .block {
    margin-top: 1.3888vw;
    margin-bottom: 0;
    width: 100%;
    float: none;
}

body .column.main .block-customer-login {
    padding: 0 1.0416vw;
}

body .column.main .login-container .fieldset:last-child,
body .column.main form.password.reset .fieldset {
    margin: 0;
}

body .column.main .login-container .fieldset>.field>.control {
    width: 100%;
}

body .column.main fieldset .actions-toolbar .secondary {
    margin-top: 1.3888vw;
    text-align: center;
}

body .column.main .block-new-customer {
    padding: 0 0.6944vw;
}

body .column.main .block-new-customer .block-title {
    margin: 0;
    padding-top: 1.3888vw;
    padding-bottom: 0;
    border-top: 1px solid rgba(30, 30, 30, 0.1);
    border-bottom: none;
    text-align: center;
}

body .column.main .block-new-customer .block-title strong {
    margin: 0;
    font-weight: 600;
    font-size: 0.9722vw;
    line-height: 1.4;
    color: #1E1E1E;
}

body .column.main .block-new-customer .block-content {
    padding-top: 1.0416vw;
}

body .column.main .block-new-customer .block-content p {
    margin: 0;
    text-align: center;
}

body .column.main .login-container .block-new-customer .actions-toolbar {
    margin: 1.3888vw 0 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

body .column.main .login-container .block-new-customer .actions-toolbar a.action.primary {
    background-color: transparent;
}

body .column.main .login-container .block-new-customer .actions-toolbar>.primary {
    margin: 0 auto;
}

body .column.main .form.password.forget,
body .column.main .form.form-create-account {
    margin: 0 0;
    padding: 1.3888vw 1.0416vw 0;
    width: auto;
    min-width: auto;
}

body .column.main .amsl-registration-page {
    display: none;
}

.form-create-account .fieldset.create.account:after,
body .column.main .login-container .fieldset:after {
    content: '';
    display: none;
}

body .column.main .actions-toolbar .secondary {
    margin: 0;
    text-align: center;
}

body .column.main .actions-toolbar .secondary a {
    display: inline-block;
    text-decoration-line: underline;
    font-weight: 600;
    font-size: 0.9722vw;
    line-height: 1.4;
    color: #538DDE;
}

body .column.main .form.form-create-account .fieldset.info {
    margin-bottom: 1.0416vw;
}

body .column.main form.password.reset {
    padding: 1.3888vw;
    min-width: auto;
    width: auto;
}

.password-very-strong .password-strength-meter:before {
    display: none !important;
}


/* Responsiveness // Responsiveness // Responsiveness */

@media (max-width: 768px) {
    body .page-main .page-title-wrapper {
        margin: 9.375vw 0 0;
        padding: 0 4.6875vw;
    }
    body .page-main .page-title-wrapper h1 {
        font-size: 6.25vw;
    }
    body .message.error,
    body .message.success {
        margin: 4.6875vw 3.125vw 1.5625vw;
        padding: 4.6875vw;
        font-size: 4.375vw;
    }
    body .columns .column.main {
        margin: 4.6875vw;
        padding: 6.25vw 3.125vw;
        width: auto;
        display: block;
    }
    body .column.main .control {
        padding-top: 2.1875vw;
        padding-bottom: 4.6875vw;
    }
    body .column.main .control input.input-text {
        padding: 4.6875vw 10.9375vw 3.125vw 4.6875vw;
        height: 12.5vw;
        font-size: 3.75vw;
        text-align: left;
    }
    body .column.main .control label {
        top: 0;
        left: 3.125vw;
        padding: 0 1.5625vw;
        font-size: 3.75vw;
    }
    body .column.main .control input.input-text:focus~label,
    body .column.main .control input.input-text:focus~label::after {
        font-size: 3.125vw;
    }
    body .column.main .field div.mage-error {
        font-size: 3.125vw;
    }
    body .column.main .actions-toolbar,
    body .column.main .form-create-account .actions-toolbar {
        margin-top: 6.25vw;
    }
    body .column.main fieldset .actions-toolbar .secondary {
        margin-top: 4.6875vw;
    }
    body .column.main fieldset .actions-toolbar .action.remind {
        font-size: 3.75vw;
    }
    body .column.main .actions-toolbar .action.primary {
        margin: 0;
        padding: 4.125vw;
        font-size: 3.625vw;
        min-width: 66.5vw;
    }
    body .column.main .login-container .block-new-customer .actions-toolbar a.action.primary {
        padding: 3.125vw;
        font-size: 3.65vw;
    }
    body .column.main .login-container .block-new-customer .actions-toolbar,
    body .column.main fieldset .field:not(:last-child),
    body .column.main .form-create-account .field:not(:last-child),
    body .column.main .form-create-account .field.choice,
    body .column.main .form-create-account .field.confirmation.required {
        margin-top: 6.25vw;
    }
    body .column.main fieldset .field:not(:last-child) {
        margin-top: 1.5625vw;
    }
    body .column.main #password-strength-meter-container .password-strength-meter {
        margin-top: 1.5625vw;
        font-size: 3.4375vw;
    }
    body .column.main .field.choice input[type=checkbox]~label:after {
        content: "";
        width: 5.625vw;
        height: 5.625vw;
    }
    body .column.main .field.choice input[type=checkbox]:checked~label:after {
        content: "";
        width: 5.625vw;
        height: 5.625vw;
    }
    body .column.main .field.choice .label {
        padding-top: 0.9375vw;
        padding-left: 11.875vw;
        font-size: 3.125vw;
    }
    body .column.main .form.form-create-account .fieldset.create.info .field-name-firstname {
        margin-bottom: 4.6875vw;
    }
    body .column.main .login-container .block {
        margin-top: 6.25vw;
        padding: 0;
    }
    body .column.main .block-new-customer .block-title {
        padding-top: 6.25vw;
    }
    body .column.main .block-new-customer .block-title strong {
        font-size: 4.375vw;
    }
    body .column.main .block-new-customer .block-content {
        padding-top: 4.6875vw;
    }
    body .column.main .form.password.forget,
    body .column.main .form.form-create-account {
        padding: 0;
    }
    body .column.main form.password.reset {
        padding: 0;
    }
    body .column.main .form.form-create-account .fieldset.info {
        margin-bottom: 1.5625vw;
    }
    body .column.main .actions-toolbar .secondary {
        margin-top: 4.6875vw;
        width: auto;
        display: inline-block;
    }
    body .column.main .actions-toolbar .secondary a {
        font-size: 3.75vw;
    }
}