/* START LTP-2206 */
#loginHome{
    line-height: normal;
    margin-bottom: 45px;
    overflow-x: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0;
}

#loginHome_container {
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
}

#loginHome_image{
    min-width: calc(max(100%, 1865px));
    position: relative;
    float: right;
    z-index: -1;
}

#loginHome_header{
    font-style: normal;
    padding: 40px 20px 0 40px;
    text-transform: none;
    margin: 0 auto;
    max-width: 950px;
    word-wrap: break-word;
    font-size: 55px;
    font-weight: 700;
    text-align: left;
    color: #FFF;
    position: relative;
}

#loginHome_header_glow{
    background: rgba(7,7,7,0.46);
    filter: blur(95px);
    height: 228px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

#loginHome_body{
    border-radius: 10px;
    box-sizing: border-box;
    height: 106px;
    margin: 0 auto;
    padding: 29px 30px;
    width: 358px;
}

#loginHome_body p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 250;
    height: 21px;
}

#loginHome_body button{
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 0;
    box-sizing: border-box;
    color: #112250;
    font-size: 18px;
    font-weight: 500;
    width: 248px;
    min-width: 96px;
    min-height: 48px;
    max-height: 48px;
    padding: 11px 22px;
}

@media screen and (max-width: 991.5px) {
    #loginHome_container {
        width: 100%;
        font-size: 40px;
        justify-content: space-around;
    }
    #loginHome_header {
        text-align: center;
        margin-top: 30px;
        padding: 0 15px;
    }
    #loginHome_body{
        padding: 17px 16px;
        position: relative;
        margin-top: auto;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 767.5px) and (max-width: 991.5px) {
    #loginHome_header{
        font-size: 41px;
        margin: 102px 70px 0;
    }
}

@media (max-width: 880.5px) {
    #loginHome_image{
        right: calc(calc(100% - 900px) / 2);
    }
}

@media (max-width: 767.5px) {
    #loginHome{
        margin-bottom: 30px;
    }

    #loginHome_container {
        justify-content: space-between;
    }

    #loginHome_header{
        font-size: 28px;
        padding-top: 25px;
    }
}

@media (max-width: 365px) {
    #loginHome_body{
        padding: 10px;
        width: 250px;
    }

    #loginHome_body button{
        width: 212px;
    }

}
/* END LTP-2206 */
/*Beginning of Styles for LTP-2207*/
.highlights{
    font-family: "Roboto Thin", "Roboto", sans-serif;
    line-height: normal;
    margin: 0 auto;
    padding: 45px 0;
    text-align: center;
}

.highlights_header{
    color: #101828;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: -0.72px;
    line-height: 44px;
    width: 650px;
    margin: 0 auto;
}

.highlights_text{
    color: #666;
    font-size: 22px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 787px;
    padding-top: 20px;
}

.highlights_images.container{
    margin: 0 auto;
    padding: 64px 0 0 0 !important;
}

.highlightTile_image{
    border-radius: 50%;
    display: flex;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100px;
    background: #F7F7F7;
    align-items: center;
    justify-content: center;

}

.highlightTile_image img{
    height: auto;
    width: auto;
}

.highlightTile_header{
    color: #101828;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    min-height: 80px;
    padding-top: 20px;
}

.highlightTile_text{
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 8px;
}

@media (max-width: 991.5px){
    .highlights_header{
        font-size: 28px;
        letter-spacing: -0.56px;
        max-width: 500px;
        width: 100%;
    }

    .highlights_text{
        font-size: 16px;
        max-width: 470px;
    }

    .highlightTile_header{
        font-size: 18px;
    }
}

@media (max-width: 767.5px){
    .highlights{
        padding: 30px 15px;
    }

    .highlights_images.container{
        padding: 30px 0 0 !important;
    }

    .highlightTile:not(:first-child){
        padding-top: 43px;
    }
}
/*END LTP-2207*/
