.login-card .portal-form > .button {
    display: flex;
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
}

.login-card .field:last-of-type {
    margin-bottom: 10px;
}

.login-back {
    display: block;
    margin-top: 17px;
    color: var(--blue);
    text-align: center;
    text-decoration: none;
    font-size: 11px;
}
