body {
    background-image: url(https://usaluyin.s3.amazonaws.com/public/usaluyin_client_login.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-outer-house {
    height: 100vh;
}

.login-house {
    width: 400px;
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgb(255, 255, 255, .25);
    padding: 2rem;
}

.login-form {
    width: 100%;
    text-align: center;
}