body{
    background-color: aliceblue;
}


#main-cont{
    /* border: 1px solid black !important; */
    position: absolute;
    top: 22%;
    left: 15%;
}



#loginForm > label, #loginForm > input {
    margin: 5px;
}
#loginForm > input{
   /* display: inline-block; */
   width: 35% !important;
   margin-left: 215px;
} 

#loginForm{
    display: flex;
    flex-direction: column;
}

#loginBox{
    position: absolute;
    left: 38%;
    top: 20%;
}