﻿.mainBg {    
    background-image: url('../bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.welcome {
    font-family: Inter;
    font-weight: 600;
    font-size: 2rem;    
    letter-spacing: -2%;
    vertical-align: middle;
    color: #1B2559;
}
.logImg {
    width: 100%;
    position:absolute;
}
.divSubmit {
    background: white;
    padding: .5rem;
    border-radius: 7px;
}
    .divSubmit > a {
        font-family: Roboto;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #03ADDA !important;
    }
#fLogin {
    color: white;
    font-family: Montserrat;
    /*position: relative;
    z-index: 2;    
    width: 100%;
    height: 630px;*/
    padding: 7rem 5rem 0 5rem;
    background-image: url(../teardrop1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    aspect-ratio: 670 / 874;
}
    #fLogin > h1 {
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }
    #fLogin > h5 {
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }
    #fLogin > .form-group label {
        font-weight: 500;
        font-size: 15px;
        line-height: 150%;
        letter-spacing: 0%;
    }    
        .form-group input:-webkit-autofill,
        .form-group input:-webkit-autofill:hover,
        .form-group input:-webkit-autofill:focus,
        .form-group input:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 1000px white inset !important;            
        }
    #fLogin > .form-group button {
        font-family: Roboto;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #03ADDA;
        background: white;
        width: 100%;
        padding: .5rem;
    }

@media (min-width: 992px) {
    .welcome {
        margin-top: 5rem;
        font-size:4rem;
    }
    #fLogin {
        padding: 13rem 5rem 0 5rem;
    }
}