.swiper {
    width: 450px;
    height: 115px;
}

.swiper-slide {
    padding-top: 0rem !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px !important;
}

.bannerImagePromise {
    width: 100%;
    background-color: transparent;
    display: flex;
}

.promiseImg {
    width: 340px;
    margin: 0 auto;
}

.form-container {
    margin-top: -8% !important;
}

#signInTitle {
    text-align: center;
}

#btn-sign-in {
    margin-top: auto;
}

#btn-sign-up {
    margin-top: 20px;
}

#next {
    margin-top: 16px;
}

.text-blue {
    color: #4877F5;
    font-weight: bold;
}

.links-container {
    display: flex;
    justify-content: space-between;
}

.remember-container {
    display: flex;
    align-items: flex-start;
}

.remember-container * {
    cursor: pointer;
}

.remember-container input {
    width: auto;
    padding: 0;
    margin: 3px 5px 0 0;
}

.help-links-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.arrow {
    border: solid #4877F5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }

  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 1.5px;
  }
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 3px;
  }

#helpLinks .link {
    margin-bottom: 8px;
    font-size: 12px;
    display: block;
}

#helpLinks {
    min-width: 250px;
}
footer{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}
footer .copyright{
    text-align: center;
    color:rgb(119, 117, 117);
}

.bannerContainer{
    background: #FB4E4E00;
    width: 90%;
    position: absolute;
    left:0;
    right:0;
    bottom:4rem;
    margin:auto auto 0.5rem auto;
    height: 115px;
}
.banner{
    background: #FB4E4E;;
    border-radius: 15pt;
    position: relative;
}
.newNav{
    position: absolute;
    top:0;
    left: 0;
    margin-top:-14px;
    margin-left:0px;
    border-radius: 15pt;
    background: #5170FD;
    color:whitesmoke;
    padding:0.25rem 1rem;
    font-size: 1rem;
}


.bannerContent{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.bannerCopy{
    margin-left:2rem;
    flex-basis: 75%;
}
.bannerTitle{
    font-size: .87rem;
    color:whitesmoke;
}
.bannerText{
    font-size: 12px;
    color:whitesmoke;
    display: inline;
}

.referralBannerTitle{
    font-size: .87rem;
    color:whitesmoke;
}
.referralBannerText{
    font-size: 12px;
    color:whitesmoke;
    display: inline;
}

.tenantRewardName{
    display: inline;
    color:whitesmoke;
    font-size: .9rem;
}

.bannerImage{
    overflow:hidden;
    position: relative;
    width: 50%;
    height: 98px;
    border-radius: 15pt;
    background: #FB4E4E;
}

.bannerContent img{
    width: 114px;
    position: absolute;
    top:0;
    margin-left: 40px;
    margin-top: 8px;
}

/*mobile*/
@media only screen and (max-width: 400px) {
    .banner {
        width: 72% !important;
        margin-left: 30px !important;
    }

    .bannerContainer {
        left: 0px;
    }

    .bannerContent img {
        width: 90px !important;
    }
}

@media only screen and (max-width: 767px) {
    .bannerContainer {
        left: -50px;
    }

    .swiper-backface-hidden .swiper-slide {
        width: 415px;
    }

    .banner {
        width: 83%;
        margin-left: 25px;
    }

    .bannerImage {
        padding-right: 25px;
    }

    .img-bg {
        flex: 0 0 100%;
        position: relative;
        background-image: url("../../img/Image-home-sm.png");
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .login-bg {
        background-image: url("../../img/red-bg-sm.png");
        min-height: 400px;
        padding: 16px;
    }

    .lang-buttons-intro{
        margin-top: 0;
    }

    .logo-img-intro {
        max-height: 40px;
    }

    .description{
        margin-top: 0x;
    }

    .form-container {
        justify-content: flex-start;
        /* min-height: calc(100vh - 242px); */
        min-height: 610px;
    }

    .gray-bg {
        display: none;
        flex: 1 1 100%;
        padding: 16px;
        position: absolute;
        top: 210px;
        width: calc( 100% - 32px);
    }

    .buttons-mobile {
        display: flex;
        flex-direction: column;
        width: calc(100% - 32px);
        padding: 0 16px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .info-container-mobile {
        display: none;
        width: 100%;
        flex-direction: column;
        height: 50vh;
        align-items: flex-start;
    }

    #createAccount {
        margin-bottom: 1rem;
    }
    .links-container {
        flex-direction: column;
    }

    .remember-container {
        margin-top: 5px;
    }
}

@media only screen and (max-height: 600px),
        screen and (max-width:767px) and (max-height:749px)
{
    /* .banner{
        display: none;
    } */
}

@media only screen and (max-width: 1675px){
    .bannerCopy{
        margin-left:2rem;
        flex-basis: 125%;
    }
    
    .bannerTitle{
        font-size: 1rem;
    }
    .bannerText{
        font-size: 1rem;
    }
    .tenantRewardName{
        font-size: 0.9rem;
    }
    .bannerImage{
        width: 50%;
        height: 100px;
        border-radius: 15pt;
    }

    .bannerContent img{
        width: 110px;
        position: absolute;
        top:0;
        margin-left:20px;
    }
    
    .newNav{
        font-size:0.75rem
    }
}


@media only screen and (max-width:1340px) {
    .bannerTitle{
        font-size: 1rem;
    }
    .bannerText{
        font-size: 1rem;
    }
    .tenantRewardName{
        font-size: 0.9rem;
    }
     .bannerImage{
        height: 100px;
        border-radius: 15pt;
    }
    .banner {
        width: 88%;
        margin: 0 auto;
    }
    .bannerContent img{
        width: 100px;
        position: absolute;
        top:0;
        margin-left: 0px;
    }
}



