.index {
    width: 100%;
    border: none;
    text-align: center;
    color: #c2122c;
    font-size: 12px;
}
.btn-primary {
    margin: 20px 0;
}
.result-value {
    font-size: 20px;
    font-weight: 550;
    color: #5ebf5d;
    /*background-color: white;*/
    padding: 10px;
    border-radius: 30px;
    opacity: 0;
    margin: auto;
    margin-top: 5px;
    /*box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.18);*/
    transition: opacity 0.75s ease;
}
.result-label {
    opacity: 0;
    color: black;
    height: 10px;
}

.result-index {
    opacity: 0;
    color: black;
    height: 10px;
}
.amount {
    width: 100%;
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    float: none;
    padding: 15px 15px!important;
    text-align: center;
    font-size: 18px;
}
.footer-img {
    position: relative;
    z-index: 0;
    margin: auto;
    width: 700px;
    height: 96px;
    background: url(../img/footer.png);
    background-size: 700px auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
}
.center {
    text-align: center;
}

.amount::placeholder {
    color:#ccc;opacity:1
}
.label {
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 0.80rem;
    text-align: center;
}
.footer {
    width: 80%;
    text-align: center;
    text-size: 0.5rem!important;
    font-size: 0.75rem;
}

.footer-18 {
    background-color: #C9ECF5;
    border-top: 2px solid #08c;
    border-bottom: 2px solid #08c;  
}

.reset {
    margin-top: 0px;
    opacity: 0;
    color: #06a!important
}