.phc-auth-wrapper {

    min-height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 24px;

}

.phc-auth-card {

    width: 100%;

    max-width: 420px;

}

.phc-auth-logo {

    width: 120px;

    margin: 0 auto 24px;

}

.phc-auth-title {

    text-align: center;

    font-size: 28px;

    font-weight: 700;

    margin-bottom: 24px;

}

.phc-form-group {

    margin-bottom: 18px;

}