.main-row{
    background-color: #4F7CA7;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
}

.content{
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
    text-align: center;
    z-index: 2;
    padding-right: 0px;
    padding-left: 5px;
    background-image: url('/static/assets/img/loginBgImage.png'); 
    background-repeat: no-repeat, repeat;
    background-size: cover;
}

.sub-content{
    max-width: 450px;
    display: grid;
    justify-items: center;
    padding: 20px;
}

.welcomeFont{
    font-weight: 700;
    color: #ffffff;
}
