.body {
}

div.form-qris {
    max-width: 500px;
    margin: 0 auto;
    padding: 0px !important;
    min-height: calc(100vh - 95px);
    position: relative;
}

.banner-container > img {
    width: 100%;
    border-radius: 0 0 30px 30px;
}

.info-box {
    background-color: #FFF;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 20px;
    margin: -30px 20px 20px 20px;
    z-index: 1;
    position: relative;
}
.info-box > p {
    margin: 10px 0 20px 5px;
    line-height: 20px;
}
.info-box > div#btnContohQris {
    border-radius: 10px;
    color: #EE564A;
    border: #EE564A thin solid;
    text-align: center;
    padding: 6px 20px;
    cursor: pointer;
    transition: all .5s;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
}
.info-box > div#btnContohQris * {
    cursor: pointer;
}
.info-box > div#btnContohQris > label {
    margin: 0;
    line-height: 17px;
}
.info-box > div#btnContohQris > i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
}
.info-box > div#btnContohQris:hover {
    background-color: #EE564A;
    color: #FFF;
}
.info-box > span {
    font-size: 12px;
    font-style: italic;
    display: block;
    margin: 10px 0 -10px;
}

.form {
    margin: 0 17px 10px;
    padding-bottom: 10px;
}
.form > label {
    font-size: 14px;
    font-weight: bold;
}
.form > div {
    width: 100%;
}
.form > div > input {
    width: 100%;
    border-radius: 5px;
    border: #CCC thin solid;
    font-size: 14px;
    padding: 10px 0 10px 10px;
    text-align: center;
    letter-spacing: 10px;
    font-weight: bold;
}
.form > div > input::placeholder {
    font-size: 12px;
    color: #AAA;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: bold;
}
.form > div > .alert {
    width: 100%;
    display: none;
    padding: 0;
    font-size: 11px;
    margin-top: 5px;
    color: #999;
    margin-bottom: -10px;
    text-align: center;
    transition: all .5s;
}
.form > div.has-danger > input {
    border: red thin solid;
    background-color: #ffeeee;
}
.form > div.has-danger > .alert {
    color: red;
    display: block;
}
.form.form-captcha > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form.form-captcha > div > div.captcha-image {
    width: 35%;
    display: flex;
    background-color: #808080;
    margin-right: 10px;
    border-radius: 7px;
    height: 41px;
    padding: 2px 5px 5px 5px;
}
.form.form-captcha > div > div.captcha-image > img {
    width: 100%;
}
.form.form-captcha > div > input {
    width: calc(65% - 15px);
    display: inline-block;
    vertical-align: sub;
    text-align: center;
    text-transform: uppercase;
}

.button-container {
    padding: 10px 17px 50px;
    width: 100%;
}
.button-container > button {
    width: 100%;
    border: none;
    padding: 10px;
    color: #FFF;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

#btnRefresh {
    background-color: #DDD;
    padding: 1px 10px 0px;
    border-radius: 4px;
    color: #000;
    margin-left: 5px;
    cursor: pointer;
}

#boxContohRrn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 500px;
    z-index: 9999;
    padding: 10% 20%;
    display: none;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}
#boxContohRrn > div {
    position: relative;
}
#boxContohRrn > div > i {
    font-size: 25px;
    color: #000;
    position: absolute;
    z-index: 99999;
    right: -20px;
    top: -20px;
    background-color: #DDD;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}
#boxContohRrn > div > img {
    width: 100%;
    border-radius: 10px;
}