#registration .register-form>p {
    padding: 0 26%;
}

#registration .register-form footer.form-footer {
    padding: 0 26%;
}

#registration .register-form footer.form-footer button.form-control-submit {
    float: unset !important;
    width: 100%;
}

#authentication #login-form .form-group.row {
    display: grid;
    place-self: center;
    width: 50%;
}

#authentication #login-form .form-group.row label.form-control-label {
    padding: 0;
    text-align: left;
    font-size: 13px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 500;
    color: #7a7a7a;
    width: fit-content;
}

#authentication #login-form .form-group.row .col-md-6.js-input-column {
    width: 100%;
    padding: 0;
}

#authentication #login-form .form-group.row .col-md-6.js-input-column input.form-control {
    border: unset;
    background: unset;
    border-bottom: solid 1px;
    padding: 20px 0 5px 0;
    font-family: var(--main-font);
}

#authentication #login-form .form-group.row .col-md-6.js-input-column input.form-control:focus,
#authentication #login-form .form-group.row .col-md-6.js-input-column input.form-control:focus-visible {
    outline: none !important;
    border-color: unset !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

#my-account .links {
    flex-direction: column;
}


#my-account.page-my-account #content .links a span.link-item {
    padding: 20px 30px;
    border: 1px solid;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #fff;
    font-family: var(--secondary-font);
    font-weight: 500;
    transition: background 0.3s ease, color 0.3s ease;
    color: var(--text-color);
}

#my-account.page-my-account #content .links a i {
    display: none;
}

#my-account.page-my-account .page-footer .text-sm-center a {
    padding: 20px 30px;
    border: 1px solid;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #fff;
    font-family: var(--secondary-font);
    font-weight: 500;
    transition: background 0.3s ease, color 0.3s ease;
    color: var(--text-color);
}