.login-wrapper .card{ 

   width:300px;
 }

 .login-wrapper{ 

height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
 }