input.pin-number { -webkit-text-security: disc; }

.c1-cu-image-container {
    text-align: center;
    padding: 2em 0;
}

@media screen and (max-width: 680px) {
    .c1-cu-image-container {
        padding: 0 20px;
    }
    .c1-cu-image-container img {
        max-width: 100%;
    }
}

.c1-container {
    padding: 2em 0;
}

.c1-btn-container {
    padding-top: 2em;
    padding-bottom: 2em;
}

.c1-container .form-group {
    margin: 2em 0;
}

.c1-container label {
    font-weight: 400;
    color: #777;
    width: 100%;
}

.pan-suffix {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    color: #555;
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pin-group {
    position: relative;
}

.whatisthis {
    background-color: rgb(2, 148, 199);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 24px;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 24px;
}

.pin-tooltip.shown {
    opacity: 1;
    top: 64px;
}

.pin-tooltip {
    background-color: #f9f9f9;
    border-radius: 4px;
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
    font-size: 12px;
    left: 0;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 60px;
    transition: top 0.5s, opacity 0.5s;
}

.c1-login-form{
    max-width: 450px;
}

/* Step Progress Bar :: START */
.c1-nav {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 0;
    max-width: 345px;
    margin: 1em auto;
}

.c1-nav li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
}

.c1-nav li:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 31px;
    z-index: -1;
    margin-left: -95px;
    background: #f2f2f2;
    box-shadow: inset 5px 5px 7px #ddd;
    text-align: center;
}

.c1-nav li.active:before {
    box-shadow: inset 5px 5px 18px rgb(2, 148, 199);
    z-index: -2;
}

.c1-nav li:after {
    content: counter(stepNum);
    position: absolute;
    top: 25px;
    left: 81px;
    font-size: 1em;
    color: #777;
    font-weight: 800;
}

.c1-nav li.active:after {
    color: #fff;
    z-index: 99;
}

.c1-nav li.completed:after {
    content: '\2713';
    color: #ffffff;
    left: 79px;
}

.c1-nav li:first-child:before {
    display: none;
}

.c1-nav a {
    display: block;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
    color: #a7a7a7;
    margin: 20px;
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
    left: 50px;
}

.c1-nav .active a {
    background: rgb(2, 148, 199);
    box-shadow: 0px 3px 8px rgb(2, 148, 199), inset 0px 2px 3px rgb(2, 148, 199);
}

.c1-nav .completed a {
    background-image: -webkit-linear-gradient(top, #01ad3d, #02822f);
    background: #02822f;
    box-shadow: 0px 3px 8px #f2f2f2, inset 0px 2px 3px #02822f;
}

.c1-nav a:before {
    content: "";
    display: block;
    background: #fff;
    border-top: 2px solid #ddd;
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: inset 0px 8px 48px #ddd;
    align-content: center;
    align-items: center;
}

.c1-nav .active a:before {
    background: rgb(2, 148, 199);
    border-top: 2px solid rgb(2, 148, 199);
    box-shadow: inset 0px 0px 0px rgb(2, 148, 199);
    z-index: 9;
}

.c1-nav a:hover {
    text-decoration: none;
    color: #555;
    background: #f5f5f5;
}

/* Step Progress Bar :: END */

/* ERROR styles */

.errors {
    align-items: center;
    display: none;
    margin: 0 auto;
    max-width: 450px;
    padding: 10px;
}


.errors.errors-login {
    color: #da2626;
    display: none;
    padding-bottom: 0;
    padding-top: 20px;
}

.errors.errors-login.error-state {
    display: flex;
}

.error #c1-terms-condition-section {
    display: none;
}

.icon-error {
    background: #da2626;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 9px;
    vertical-align: middle;
}

.error-message {
    font-size: 16px;
}

/* ERROR styles :: END */

#c1-terms-condition-section h4,
#c1-terms-condition-section h5 {
    text-align: center;
}

#c1-terms-condition-section ol {
    -webkit-padding-start: 15px;
}

#c1-terms-condition-section ol li {
    margin: 0 0 10px;
}