/* VG PLUS auth card - shared by the SSO login and the account pages */
.register-page.vg-plus-page {
    height: auto;
    min-height: 0;
}

/* keep the card above the page backdrop (blue half / artwork) */
.register-page.vg-plus-page > .container {
    position: relative;
    z-index: 1;
}

.vg-plus-login {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 20px;
}

.vg-plus-login .vg-plus-card {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 30px 30px 35px;
    background-color: #fff;
    border: 4px solid #2c99c2;
}

/* borderless variant - used where the page already has the blue backdrop */
.vg-plus-login .vg-plus-card.vg-plus-card-plain {
    border: 0;
}

.vg-plus-login .vg-plus-header {
    margin-bottom: 30px;
}

.vg-plus-login .vg-plus-header img {
    width: 145px;
    max-width: 100%;
}

.vg-plus-login .vg-plus-header h3 {
    margin: 12px 0 0;
}

.vg-plus-login .form-group {
    margin-bottom: 18px;
}

.vg-plus-login .form-control {
    height: 38px;
    border-radius: 4px;
}

.vg-plus-login .btn-login {
    margin-top: 10px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
}

.vg-plus-login .vg-plus-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.vg-plus-login .vg-plus-actions .btn-login {
    margin-top: 0;
}

@media (max-width: 480px) {
    .vg-plus-login {
        padding: 25px 15px;
    }

    .vg-plus-login .vg-plus-card {
        padding: 25px 20px 30px;
    }

    .vg-plus-login .vg-plus-header {
        margin-bottom: 22px;
    }

    .vg-plus-login .vg-plus-header img {
        width: 125px;
    }
}
