.paw_loader {
    padding:  164px 0;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 256px;
    margin: 16px;
}

.cookie-banner {
    z-index: 10001
}

.hero {
    padding: 22% 0 10%;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-position-y: -50px;
    margin-bottom: -80px
}

.hero:after {
    background: #fff;
    opacity: 0.1
}

.page-title {
    font-weight: 600;
    font-size: 36px;
    /*line-height: 44px;*/
    /*letter-spacing: 0;*/
}

.cta_img_cont,
.cta_img_cont_mob {
    color: #fff;
    display: flex;
    height: 70px;
    width: 70px;
    background: #66676b;
    /*background: #2E2F33;*/
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin: auto
}

.cta_img_cont_mob {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    margin-left: 0;
    margin-right: 0
}

.cta_img_cont img {
    transform: translateY(-1px) scale(1.5)
}

.cta_img_cont_mob img {
    transform: translateY(-1px) scale(1.3)
}

.cta_img_cont+span,
.cta_img_cont_mob+span {
    font-size: .8rem
}

.btn-login {
    padding: 16px 32px;
}

@media only screen and (max-width:768px) {

    .logo {
        top: 0;
        left: 0;
        z-index: 10000;
        width: 224px;
        margin: 16px;
    }

    .hero {
        display: none;
    }

    .gigya-login {
        padding-top: 160px;
    }

    .page-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 32px;
    }

    .cta_img_cont+span,
    .cta_img_cont_mob+span {
        font-size: 1rem
    }

}

.home-form {
    padding-top: 100px;
}

@media only screen and (max-width:768px) {
    .home-form {
        padding-top: 160px;
    }
}
