.maincontainer{
    /*
	display: flex;
	*/
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 90vh; */
    min-height: 379px;
}
.title{
    margin-bottom: 1rem;
}


.password-options{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#loginform{
    margin-bottom: 1rem;
}