.inp {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 400px;
    border-radius: 3px;
    padding-top: 0px;
}

#customer-form .inp {
    max-width: 100%;
}

.inp .label {
    position: absolute;
    top: 18px;
    left: 11px;
    font-size: 16px;
    font-weight: 400;
    transform-origin: 0px 0px;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.2s ease 0s;
    pointer-events: none;
    z-index: 2;
    width: inherit;
    text-align: left;
    color: black;
}

.inp input:-webkit-autofill + span.label, .inp input:-webkit-autofill:hover + span.label, .inp input:-webkit-autofill:focus + span.label {
    transform: translate3d(0, -10px, 0) scale(0.75);
}

.inp input + .label .required {
    display: contents;
}

.inp .focus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
}

.inp input.form-control, .inp input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 16px 12px 0 12px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    background: white;
    border: 1px solid #c3c3c3;
    color: #000;
    transition: all 0.15s ease;
}

body#authentication section.login-form,
body#registration section.register-form {
    margin-bottom: 50px;
    background-color: #f3f3f3;
    padding: 50px;
    border-radius: 20px;
}

body#authentication section.login-form input,
body#registration section.register-form input {
    border-radius: 8px;
    border: 2px solid black;
}

body#authentication section.login-form input:hover,
body#authentication section.login-form input:focus,
body#registration section.register-form input:hover,
body#registration section.register-form input:focus {
    background-color: white;
}

body#authentication section.login-form .progress,
body#authentication section.login-form .progress,
body#registration section.register-form div.progress-bar,
body#registration section.register-form div.progress-bar {
    border-radius: 8px;
}

body#authentication section.login-form footer,
body#registration section.register-form footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body#authentication section.login-form footer button.btn.btn-primary.form-control-submit,
body#authentication section.login-form footer button.btn.btn-primary#submit-login,
body#registration section.register-form footer button.btn.btn-primary.form-control-submit,
body#registration section.register-form footer button.btn.btn-primary#submit-login {
    margin: 16px 0;
    width: 100%;
    max-width: unset;
    border-radius: 8px;
    background-color: #32D8E6;
    color: black;
}

body#authentication section.login-form footer .change-form,
body#registration section.register-form footer .change-form {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body#authentication section.login-form footer .change-form .decorated-text,
body#registration section.register-form footer .change-form .decorated-text {
    width: 100%;
    margin-bottom: 20px;
}

body#authentication section.login-form footer .change-form .decorated-text p,
body#registration section.register-form footer .change-form .decorated-text p {
    width: 100%;
    margin: .7em auto;
    overflow: hidden;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}

body#authentication section.login-form footer .change-form .decorated-text p:before,
body#authentication section.login-form footer .change-form .decorated-text p:after,
body#registration section.register-form footer .change-form .decorated-text p:before,
body#registration section.register-form footer .change-form .decorated-text p:after {
    content: "";
    display: inline-block;
    width: 50%;
    margin: 0 .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px solid #c5c5c5;
}

body#authentication section.login-form footer .change-form .decorated-text p:after,
body#registration section.register-form footer .change-form .decorated-text p:after {
    margin: 0 -55% 0 .5em;
}

body#authentication section.login-form footer .change-form a,
body#registration section.register-form footer .change-form a {
    width: 100%;
    border-radius: 8px;
    background-color: #32D8E6;
    color: black;
}

body#checkout .change-form {
    display: none;
}

#login-form .inp {
    max-width: 100%;
}

.inp input:hover, .inp input:focus {
    background: rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp input:not(:-moz-placeholder-shown) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:not(:-ms-input-placeholder) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -10px, 0) scale(0.75);
}

.inp input:not(:placeholder-shown) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -10px, 0) scale(0.75);
}

.inp input:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
}

.inp input:focus + .label {
    color: #000;
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus + .label + .focus-bg {
    transform: scaleX(1);
    transition: all 0.1s ease;
}

.infohidden {
    cursor: pointer;
    color: grey;
    display: block;
    line-height: 20px;
}


.infohidden + .form-control-comment {
    position: absolute;
    width: 250px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 10px;
    transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    right: 0px;
    background: white;
    margin-top: 26px;
}

.infohidden:hover + .form-control-comment {
    visibility: visible;
    opacity: 1;
    transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

.content-comment, .input-group-visibility {
    top: 18px;
    right: 16px;
    position: absolute;
}

.input-group-visibility {
    top: 8px;
}

span.input-group-btn .show-password-ecommprettyinput {
    margin-top: 0;
    background: transparent;
    padding: 0px;
    display: block;
}

span.input-group-btn .show-password-ecommprettyinput:hover {
    border: none;
}

span.input-group-btn .show-password-ecommprettyinput span {

    line-height: 9px;
    display: inline-block;
    width: initial;
    height: initial;
}

.inp select.form-control-select {
    background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 25 25\" enable-background=\"new 0 0 25 25\" xml:space=\"preserve\" height=\"25px\" width=\"25px\"><g><path d=\"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\"/></g></svg>") right center no-repeat white;
    border: none;
    font-weight: normal;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #c3c3c3;
    color: black;
    padding: 0px 0px;
    height: 56px !important;
    padding-left: 15px;
}

.inp + .required {
    position: absolute;
    left: 280px;
    top: 16px;
}

button.btn.btn-primary.form-control-submit {
    margin: 32px 0px;
    width: 100%;
    max-width: 400px;
}

.custom-checkbox em {
    font-size: 11px;
    line-height: 10px;
}

.form-control-label span.input-group-btn {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
}

.form-control-label span.input-group-btn button {
    background: transparent;
}

.custom-checkbox label {
    padding-left: 0px;
}

.custom-checkbox label .checkboxcontent {
    position: absolute;
    left: 0px;
    z-index: 1;
}

#authentication .custom-checkbox span.text {
    padding-left: 30px;
}

.js-address-form .form-fields .form-group {
    width: 49%;
    margin: 0px;
}

.js-address-form .form-fields .form-group.row {
    width: 100%;
}

.form-fields .form-group .form-control-optional {
    display: none;
}

.js-address-form .form-fields {
    display: flex;
    flex-wrap: wrap;
    /* row-gap: 15px; */
    /* column-gap: 10px; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* --bs-gutter-x: initial; */
    /* --bs-gutter-y: initial; */
    gap: 10px;
}

.js-address-form {
    margin-top: 25px;
}

form#customer-form > div, #login-form > div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

form#customer-form > div > *, form#login-form > div > * {
    width: 100%;
    position: relative;
}

@media (max-width: 580px) {
    body#authentication section.login-form,
    body#registration section.register-form {
        margin-bottom: 50px;
        background-color: #f3f3f3;
        padding: 30px;
        border-radius: 20px;
    }

    body#authentication section.login-form footer .change-form,
    body#registration section.register-form footer .change-form {
        width: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}