
#thankyou
{
    width: 755px;
    background: #fff;
    position: absolute;
    top: 55px;
    padding-top: 100px;
    border-radius: 5px;
}
.text-thanks{
    height: 35px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 13px;
}

.text-thanks span{
    text-transform: uppercase;
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #241227;
}

.des-thanks{
    text-align: center;
}
.des-thanks span{
    font-family: Brandon;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.back-to-home{
    width:209px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #241227;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.back-to-home a{
    font-family: Brandon;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    width: 100%;
    display: block;
}

.back-to-home a:hover{
    background-color: #000;
    text-decoration: none;
}
.back-to-home:hover{
    background-color: #000;
}

.check-ok{
    width:50px;height:50px;background:#1b9842;
               margin-left:auto; margin-right:auto; border-radius:50%;
    position: relative;
}

.check-ok span{
    position: absolute;
    left: 18px;
    top: 7px;
    width: 15px;
    height: 28px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}