.auth-card-shell {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
}

.auth-card {
    width: 100%;
    /*max-width: 460px;*/
    background: #fff;
    border: 1px solid #dbe6ef;
    border-radius: 16px;
    padding: 48px;
}

.auth-card-wide {
    max-width: 720px;
}

.auth-logo {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.auth-title {
    color: #2c4964;
    font-weight: 700;
}

.auth-subtitle {
    color: #6c757d;
}

.auth-card .form-floating > .form-control,
.auth-card .form-floating > .form-select {
    border: none;
    border-bottom: 2px solid #d9dee5;
    border-radius: 0;
    padding-left: 0;
    background: transparent;
    box-shadow: none;
    height: 60px;
}

.auth-card .form-floating > .form-control:focus,
.auth-card .form-floating > .form-select:focus {
    border-color: #1977cc;
    box-shadow: none;
}

.auth-card .form-floating > label {
    padding-left: 0;
    color: #7a8794;
}

.btn-auth-primary {
    background: #1977cc;
    color: #fff;
    border: none;
    border-radius: 10px;
    height: 50px;
    font-weight: 600;
}

.btn-auth-primary:hover {
    background: #145fa3;
    color: #fff;
}

.summary-list .list-group-item {
    border-left: none;
    border-right: none;
}
