.main-login{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.login-from{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
}