
.container{
    height: 100vh;
}
.contentDiv{
    margin-top: 30vh;
}
.indiLogo{
    width: 100px;
    margin-bottom: 30px;
}

.title{
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 90vw;
    margin-bottom: none;
}

.blueText{
color: #1869EB;
}

.subTitle{
    color: #000;
    text-align: center;
    font-family:'Montserrat', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90vw;
}

@media (min-width: 425px) {
    .title{
        width: 70vw;
    }
    .subTitle{
        width: 70vw;
    }
}

@media (min-width: 768px) {
    .title{
        width: 40vw;
    }
    .subTitle{
        width: 40vw;
    }
}

@media (min-width: 992px) {
    .title{
        font-size: 3rem;
        width: 60vw;
    }
    .subTitle{
        font-size: 1.5rem;
        margin-bottom: 25px;
        width: 60vw;
    }
    .indiLogo{
        width: 140px;
        margin-bottom: 50px;
    }
    }

    @media (min-width: 1200px) {
        .title{
            width: 40vw;
        }
        .subTitle{
            width: 40vw;
        }
    }

