body {
    min-height: 100%;
    position: relative;
    padding: 0 0 34px;
    background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoAQMAAADE/0iYAAAABlBMVEXz8/P29vYKV1/MAAAApElEQVQI1w3MPwsBcRzA4Q8GMeiLSxb5DWaRxZ9IBqPEINux242nZEFdiW68orDJZLRZxWIki9GAycDzAh4CH9jloNDTyTiEbhDuZZhHnvSbCR4hg6kPmmch5VckPYoCRWQJVtyg8t6Tzh/pnxTuFrxuVdZewTU0GPRsVnVFbGLTGAnWxcTthK1Ph/+rhYWYJhzGwqJkEv0KWufKTBdq1oZsW/0AtWYpmSi4PYwAAAAASUVORK5CYII=);
}
.user-msg.msg-topoff {
    background: rgba(0,172,231,0.1);
    border-color: #00ace7;
    color: #333;
    border-left: 3px solid #00ace7;
    padding: 8px 10px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 3px;
    margin-bottom: 20px;
}
.lh-22 {
    line-height: 22px;
}
#next {
    height: 40px;
    padding: 0 25px;
    float: right;
}
.next:hover {
    color: #fff;
} 
#back {
    height: 40px;
    color: #333;
    background: 0;
    border-color: transparent;
    padding: 0 10px 0 22px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiB2ZXJzaW9uPSIxLjEiPjxnIGZpbGw9Im5vbmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOS4wMDAwMDAsIC0zMzAuMDAwMDAwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMDAwMDAwLCAzMjYuMDAwMDAwKSI+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+PHBhdGggZD0iTTIwIDExTDcuOCAxMSAxMy40IDUuNCAxMiA0IDQgMTIgMTIgMjAgMTMuNCAxOC42IDcuOCAxMyAyMCAxMyAyMCAxMSAyMCAxMVoiIGZpbGw9IiMzRjNGM0YiLz48L2c+PC9nPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 0 10px;
}
.btn {
    display: inline-block;
    background: #333;
    color: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    cursor: pointer;
    line-height: 38px;
    transition: color .2s,background .2s,border .2s,width .2s;
}
input {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    height: 46px;
    padding: 12px;
    line-height: 17px;
    width: 100%;
    -webkit-appearance: none !important;
}
input.pin {
    width: 65%;
    border-radius: 8px;
    text-align: center;
    font-size: 22px;
}
.wideBtn {
    float: none;
    width: 65%;
    min-width: 40%;
    margin-bottom: 8px;
    color: #333;
    background: rgba(245,245,245,0);
    border-color: #333;
    border-width: 1px;
    transition: none;
    cursor: pointer;
    border-radius: 3px
}

.progressBar {
    margin-bottom: 26px;
    margin-bottom: 1.66em;
    position: relative;
    
}
.progressBarcontainer {
    width: 192px;
    height: 8px;
    background: #E1E1E1!important;
    overflow: hidden;
    border-radius: 0.3em;
}
.progressBarValue {
    height: 8px;
    float: left;
    border-radius: 0.3em;
    background-color: #00ace8;
}

#countdown {
    display: flex;
    justify-content: center;
}

#countdown ul {
    padding-left: .25rem;
    margin-bottom: .25rem;
}

#countdown li {
    display: flex;
    font-size: 1em;
    list-style-type: none;
    text-transform: uppercase;
    min-width: 47px;
}

#countdown li span {
    display: block;
    font-size: 1rem;
}