﻿h1 {
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

/* #region password */
.password {
    position: relative;
}

    .password .showPass {
        position: absolute;
        right: 14px;
        top: 20px;
        font-size: 1.25rem;
        color: #999;
    }

    .password .form-control.is-invalid {
        background-position: right calc(.375em + 2.5rem) center;
    }

    /* #endregion */