.login-content-holder {
    background: #f5f5f5;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-content-holder .card {
    margin: 0 auto;
    min-width: 500px;
}
.login-content-holder  h1 {
    font-weight: 700;
}
.login-form {
    text-align: center;
}
.login-form .fom-group {
    text-align: left;
}