﻿/* #region shared */

.section-account {
    background-image: url('../Images/hero-account.jpg');
    background-size: cover;
    background-position: center center;
}

.card-account {
    width: 100%;
    max-width: 400px;
}

.card-account .card-body {
    min-height: 380px;
}

.card-image {
    font-size: 5rem;
    margin: 3rem 0rem;
}

h2 {
    padding-left: 0 !important;
}

h2::before {
    content: normal !important;
}

/* #endregion */

/* #region activate */

.list-group-activation .glyphicon {
    margin-right: 10px;
}

/* #endregion */

/* #region pin */

.form-control-focus {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
    background: rgba(0,0,0,0);
    border: none;
}

.form-control-pin {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
}

.form-control-pin-overlay {
    width: 3rem;
    height: 3rem;
    line-height: 2.3rem;
    margin: 0 0.5rem;
}

.form-control-pin-overlay .fa-asterisk {
    display: none;
}

/* #endregion */