
body {
    background-color: #131424;
    color: #cdd0e5;
    font-family: karla,sans-serif;
    overflow: hidden;
}


.overlay__inner{
    box-shadow: 5px 10px 18px #1b1b1b;
}

.c-form-overlay {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(18,21,36,.3);
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    will-change: transform;
    z-index: 1002
}

.c-form-overlay__inner {
    width: 100%;
}

.c-form-overlay__content {
    /*margin: 6rem 0;*/
    /*padding: 6rem 1.5rem 3rem;*/
    position: relative
}

.c-form-overlay__content-bg {
    background-color: rgba(19,20,36,.9);
    border: 1px solid hsla(0,0%,100%,.25);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-testContent{
    color: #7996af;
    color: #cdd0e5;
    font-family: "Segoe UI Light","Segoe UI",Arial;
    font-size: .8rem;
    font-weight: 500;
    /*letter-spacing: .1rem;*/
    line-height: 1rem;
    text-transform: uppercase;
}

.fh-btn-submit{
    color: #fff;
    background-color: transparent;
    border-color: hsla(0,0%,100%,.25);
    border-radius: 0;
    text-transform: uppercase;
}

.fh-btn-submit:hover{
    background-color: hsla(0,0%,100%,.025) !important;
    border-color: #fff  !important;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6c757d !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6c757d!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #6c757d!important;
}

div.input-group.clear-prepend div.input-group-prepend span.input-group-text i {
    color: #ced4da
}

.clear-prepend .input-group-prepend {
    background-color: hsla(0,0%,100%,.025) !important;
}

.clear-prepend>.input-group-prepend>.input-group-text {
    border-right: none !important;
    background-color: transparent;
    color: #666;
    border-radius: 0;
    border: 1px solid hsla(0,0%,100%,.25);
    border-right: 0;
}

.clear-prepend input,
.clear-prepend input:focus {
    background-color: hsla(0,0%,100%,.025);
    border: 1px solid hsla(0,0%,100%,.25);
    border-left: 0;
    border-radius: 0;
    outline: 0;
}
.clear-prepend input:focus {
    /*border: 1px solid #7996af;
    border-left: 0;*/
}



.form-control:focus {
    /*border-color: #ed8880;*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);*/
    border-color: #ced4da;
    box-shadow: none;
    outline: 0 none;
    color: #fff;
}

.input-group-prepend {
    margin-right: 0;
}




/*
color: #7996af;
font-family: brandon-grotesque;
*/


.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: #ed8880;
    /*background-color: hsla(0,0%,100%,.025) !important;*/
    outline: 0;
    box-shadow: none;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    background-color: hsla(0,0%,100%,.025);
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.line-corail{
    max-width: 15rem;
    background-color: #ed8880;
    margin: 1rem 0;
    border: 0 none;
    height: 2px;
    top: 5px;
    position: relative;
    width: 0;
    animation: loadingToRight 0.8s ease-in-out forwards;
    animation-delay: 0.3s;
}

.animated-scale{
    animation: openDiv 2.8s ease-in-out forwards;
    animation-delay: 0.3s;
}

.fh-input-custom{
    /*background-color: hsla(0,0%,100%,.025);*/
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid hsla(0,0%,100%,.25);
    outline: 0;
    color: #fff;
}

.fh-input-custom:hover,
.fh-input-custom:focus {
    /*background-color: hsla(0,0%,100%,.025);*/
    background-color: transparent;
    border-color: #ced4da;
    box-shadow: none;
    outline: 0;
    color: #fff;
}

.label-text{
    /*color: $dustyGray*/
    /*cursor: text*/
    /*font-size: 20px
    line-height: 20px*/
    /*text-transform: uppercase*/
    transform:translateY(-34px);
    transition: all 0.3s;
    display: block;
    /*letter-spacing: 4px;
    padding-top: 30px;
    text-align: center;*/
    line-height: 20px;
    /*width: fit-content;*/
    cursor: text;
}

label.fh-label-custom {
    display: block;
    letter-spacing: 2px;
    padding-top: 0px;
    /*text-align: center;*/
}

label.fh-label-custom input.fh-input-custom:focus + .label-text{
    /*color: #F0F0F0;*/
    font-size: 13px;
    transform: translateY(-50px);
}


label.fh-label-custom input.fh-input-custom:valid + .label-text {
    font-size: 13px;
    transform: translateY(-50px);
}
/*#foo { background: yellow; }
#foo:valid { outline: solid blue 2px; }
#foo:invalid { outline: solid red 2px; }
:checked and :indeterminate
*/

.c-site-foot__bg {
    bottom: -2.5%;
    left: 0;
    position: absolute;
    width: 100%;
    will-change: transform;
    z-index: 1;
}

.c-site-foot__bg:after {
    background: linear-gradient(#131424,rgba(19,20,36,0));
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}




.form-control {
    background: no-repeat bottom,50% calc(100% - 1px);
    background-size: 0 100%,100% 100%;
    border: 0;
    height: 36px;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    font-size: 14px;
}
.form-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,#ed8880 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);
}
.form-group.is-focused .form-control, .form-control:focus {
    background-size: 100% 100%,100% 100%;
    transition-duration: .3s;
    box-shadow: none;
}



.wrapper {
    position: relative;
    top: 0;
    height: 100vh;
}


.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}



.sub-line{
    position: relative;
    margin-bottom: 1.2rem;
}
.sub-line:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -.5rem;
    width: 30px;
    height: 1px;
    background: none repeat scroll 0 0 rgb(237, 136, 128);
}


