@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size:0.90rem;
    line-height: 1.6em;
    font-size:1rem;
    color: #333;
    background: #efebe9;
}
section {
    padding: 40px 0;
}
.white_box {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 7%);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 7%);
    background: #fff;
    padding: 30px;
}
.white_box h2 {
    line-height: 1.2em;
    font-size:1.5rem;
    text-align: center;
    font-weight: 700;  
}
.white_box h3 {
    font-size:1rem;
    text-align: center;
    font-weight: 4700;  
}
.white_box .line {
    border-bottom: solid 1px #e5e5e5;
    margin: 15px 0;
}
.white_box .pay {
    line-height: 1.2em;
    font-size:1.3rem;
    font-weight: 700;  
}
.progress-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 7%);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 7%);
    background: #f9f9f9;
    padding: 20px;
    border-bottom: solid 1px #dcdcdc;
    font-size:1rem;
    font-weight: 700;  
}
.progress-header .off_text {
    color: #cacaca;
}
.well-inner {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 7%);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 7%);
    background: #f9f9f9;
    padding: 30px; 
}
label {
    display: inline-block;
    margin-bottom: .3rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #646363;
}
label span{
    color: #e03434;
    font-weight: 900;
}
.form-control {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: none!important;
    height: calc(1.4em + 1.2rem + 2px);
    font-size: 18px;
    font-weight: 700;
    color: #646363;
}
.btn-ornge {
    background-color: #ff7043;
    color: #fff;
    font-size:18px;
    line-height:56px;
    transition: all .5s;
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
}
.btn-ornge.active, .btn-ornge.focus, .btn-ornge:active, .btn-ornge:focus, .btn-ornge:hover, .open>.dropdown-toggle.btn-ornge {
    background-color: #ff4910;
    color: #fff;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}