.loginPage{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 468px;
    width: 100%;
    margin: 0 auto;
}
