body {
    position: relative;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
    background: #fefefe;
}

.wrapper-bg-girl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.wrapper-bg-girl img {
    height: 100vh;
}

.logo {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 101;
}

.logo img {
    width: 129px;
    height: 65px;
}

.logo.elite img {
    width: auto;
    height: 65px;
}

.logo.fairnel img {
    width: auto;
    height: 45px;
}

h1 {
    font-weight: normal;
    font-size: 62px;
    line-height: 100px;
    color: #dd0e68;
}

h1 small {
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    display: block;
    color: #515050;
}

h1 .text-muted {
    font-weight: normal;
    font-size: 24px;
    display: block;
    color: #aca1b4;
}

.text {
    position: absolute;
    top: 47%;
    left: 50px;
}

@media (max-width: 1199px) {

    h1 {
        font-size: 45px;
        line-height: 60px;

    }

    h1 small {
        font-size: 32px;
        line-height: 36px;
    }

    h1 .text-muted {
        font-size: 20px;
    }

}

@media (max-width: 992px) {

    .text {
        top: 125px;
    }

    .wrapper-bg-girl img {
        z-index: -1;
        opacity: 0.1;
    }

}

@media (max-width: 768px) {

    .wrapper-bg-girl {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .wrapper-bg-girl img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        display: block;
    }

    .logo {
        top: 30px;
        left: 30px;
    }

    .logo img {
        height: 45px;
        width: auto;
    }

    .text {
        top: 65px;
        left: 30px;
        padding-right: 30px;
    }

    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    h1 small {
        font-size: 26px;
        line-height: 28px;
    }

    h1 .text-muted {
        font-size: 18px;
    }

}