.inp {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 448px;
    border-radius: 3px;
    display: block;
    padding-top: 15px;
}

label.inp.passwordtype {display: inline-block;/* overflow: hidden; *//* padding-top: 0px; */margin-top: -14px;}

label.inp.passwordtype .label {z-index: 5;}
.inp .label {
    position: absolute;
    top: 30px;
    left: 18px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    transform-origin: 0px 0px;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.2s ease 0s;
    pointer-events: none;
    font-weight: 100;
}
.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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 16px 12px 0 18px;
    height: 48px;
    font-size: 14px;
    font-weight: 100;
    background: white;
    border: 1px solid #dfdfdf;
    color: #000;
    transition: all 0.15s ease;
}

.inp.required .label:after {
    /* content: " *"; */
}
.inp input: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 {
    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, -12px, 0) scale(0.75);
}
.inp input:not(:placeholder-shown) + .label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 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
}
.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;
}
.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 {
    position: absolute;
    right: -30px;
    top: 28px;
    display: none;
}
.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;
    border: none;
    font-weight: normal;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px inset;
    color: black;
    padding: 12px 0px;
    height: 56px!important;
    padding-left: 15px;
}
.inp + .required {
    position: absolute;
    left: 280px;
    top: 16px;
}
button.btn.btn-primary.form-control-submit {
    margin: 32px 15px;
}

button#send-reset-link {font-size: 11px;}

button.btn.btn-primary.form-control-submitbutton#send-reset-link {}

#authentication button.btn.btn-primary.form-control-submit {
    width: 449px;
    max-width: 100%;
    margin: 11px auto 30px;
    float: none!important;
    display: block;
}

footer.form-footer.clearfix {
    clear: both;
    overflow: hidden;
}


.input-group .input-group-btn > .btn[data-action="show-password"] {
    padding: 15px 20px 16px;
margin-top: -6px;}

.inp .custom-checkbox label {
    padding: 0px!important;
    font-weight: 100;
    font-size: 14px;
}

#authentication .custom-checkbox {
    height: 25px;
}

#authentication form#customer-form {
    margin-bottom: 40px;
}

.contentselectsdatetxt {
    text-align: left;
    font-weight: 100;
    padding: 0px 0px 6px 20px;
}

.contentselectsdate {
    display: flex;
    margin: 0 -8px;
}

.contentselectsdate select {
    background: white;
    margin: 0px 8px;
    height: 48px!important;
    font-weight: 300;
}