/* 
    Created on : Dec 1, 2021
    Author     : Isuru
*/

.hideDiv {
    display: none;
}

.start-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.start-background {
    background-image: url('../img/kpsb-image-fade.png');
    background-size: contain;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
}

.start-form-lign {
    text-align: center;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.error-padding {
    padding-left: 16rem;
}


/* .bg-image{
    opacity: 0.5;
    position: absolute;
} */