.thankyou-wrapper .form-div {
    background: url(../../assets/images/register-board.png) no-repeat;
    justify-content: center;
    margin-top: 0;
    position: relative;
    background-size: 100%;
    margin: 120px auto 30px;
}

.thankyou-wrapper .form-div {
    background: url(../../assets/images/thankyou-register.png) no-repeat;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: contain;
    padding: 30px 0;
    width: 100%;
    height: 100% !important;
}
.thankyou-wrapper span.span_head {
    font: normal normal bold 123px/1 Cinematografica;
    letter-spacing: 1.15px;
    display: block;
    text-align: center;
    color: #000;
    margin-top: 0; 
}


.thankyou-wrapper .form-div {
    position: relative;
}
.thankyou-wrapper .go-back-btn {
    background: url(../../assets/images/go-back-btn.png) no-repeat;
    width: 179px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6%;
    transition: all 0.5s ease;
    background-size: auto;
    background-position: bottom center;
}
.thankyou-wrapper button.btn.go-back-btn:focus,.thankyou-wrapper button.btn.go-back-btn:hover {
    box-shadow: none;
    transform: scale(0.9);
}
.thankyou-wrapper ul.bran-ico {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    margin-top: 100px;
}
.thankyou-wrapper ul.bran-ico {
    margin-top: 50px;
}
.form-control:focus + label,
.form-control.has-value + label {
    transform: translate3d(0px, -31px, 0px);
    font: 14px/39px "arial" !important;
    font-weight: 700;
    color: var(--primary) !important;
}


@media only screen and (max-width: 1366px) and (min-width: 768px) {
    .thankyou-wrapper .go-back-btn {
        bottom: -6%;
    }
    .thankyou-wrapper span.span_head {
        font: normal normal bold 100px/1 Cinematografica;
    }
    .thankyou-wrapper ul.bran-ico {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 991px){
    .thankyou-wrapper span.span_head {
        font: normal normal bold 60px/1 Cinematografica;
    }
    .thankyou-wrapper .go-back-btn {
        bottom: -7%;
        background-size: 70%;
    }
    .thankyou-wrapper ul.bran-ico {
        margin-top: 50px;
        margin-bottom: 50px;
    }	
}
@media only screen and (max-width: 767px){
    .thankyou-wrapper span.span_head {
        font: normal normal bold 40px/1 Cinematografica;
    }
    .thankyou-wrapper .col-8.offset-2.form-div {
        padding: 30px 0;
        width: Calc(100vw - 30%);
        margin-top: 90px;
    }
}
