.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: 16px;
    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);
}
.content-comment {

    display: none;
}
.sub-form-group.form-control-optional {
    display: none;
}
.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: 11px 12px 0 12px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    background: white;
    border: 1px solid #c3c3c3;
    color: #000;
    transition: all 0.15s ease;
    margin-bottom: 10px;
    border-radius: 10px;
}
#login-form .inp {
    max-width: 100%;
}
.attachment_box.active_label .inp .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:hover, .inp input:focus, .inp textarea:focus, .inp textarea:hover{
    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 , .inp textarea: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 , .inp textarea: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 , .inp textarea:not(:placeholder-shown) + .label{
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -10px, 0) scale(0.75);
}
.inp input:focus, .inp textarea:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
}
.inp input:focus + .label , .inp textarea:focus + .label{
    color: #000;
    transform: translate3d(0, -12px, 0) scale(0.75);
}
.inp input:focus + .label + .focus-bg , .inp textarea:focus + .label + .focus-bg {
    transform: scaleX(1);
    transition: all 0.1s ease;
}
.infohidden {
    cursor: pointer;
    color: grey;
    display: block;
    line-height: 20px;
}
.inp textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 10px 12px 0 12px;
    height: 50px;
    font-size: 13px;
    font-weight: 400;
    background: white;
    border: 1px solid #c3c3c3;
    color: #000;
    transition: all 0.15s ease;
    margin-bottom: 10px;
    min-height: 180px;
    line-height: 40px;
}

.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: 50px!important;
    padding-left: 15px;
    margin-bottom:10px;
        line-height: 50px;
}
.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;
}