/* Register Page */
.form-header {
    font-size: 1.3rem;
}

.form-red-msg {
    color: #BD3019;
    font-size: 12px;
}

.form-col-label {
    flex: 0 0 auto;
    width: 22%;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
}

.form-col-label-lg {
    flex: 0 0 auto;
    width: 70%;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    margin-left: auto;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
}

.form-col-input {
    flex: 0 0 auto;
    width: 78%;
    padding-left: 1rem;
}
    .form-col-input > input {
        border-color: #ACACAC;
    }
    .form-col-input > button {
        width: 100%;
        padding: 5px 0;
        background-color: #BD3019;
    }

.verfCode-btn {
    display: grid;
    color: white;
    background-color: #BD3019;
    width: 22%;
    font-size: 12px;
    height: 37px;
    text-align: center;
    padding: 6px 10px;
    border-radius: 67px;
    line-height: 13px;
}

.verify-btn {
    display: grid;
    color: white;
    background-color: #BD3019;
    padding: 0.2rem 12px;
    font-size: 12px;
    height: 37px;
    text-align: center;
    padding: 6px 10px;
    border-radius: 67px;
    line-height: 13px;
}

.proceed-btn {
    color: white;
    background-color: black;
    padding: 10px 8rem;
    margin: 1.25rem auto;
}

.register-form *:disabled {
    background-color: #ACACAC;
}

/* Rule Page */
.qr-instruction-container {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 70.8%;
}
    .qr-instruction-container .qr-instruction {
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('../public/images/stores/pompom/qr_rule.png');
    }

.next-btn {
    background-color: black;
    padding: 10px 8rem;
}

/* Reserved Page */
.reserved-content-container {
    top: 0;
    left: 0;
}

.reserved-content-bg {
    background-image: url('../public/images/stores/pompom/reserved_bg.png');
    background-size: cover;
    background-position: top;
    min-height: calc(100vh - 88px);
}

/* Qr404 Page */
.qrerror-wrap {
    background-image: url('../public/images/stores/pompom/bg-qr404.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.danger-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}
.danger-wrap .img-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 30%;
    max-width: 305px;
    padding-bottom: 28%;
    margin: 0 auto;
}
.danger-wrap .img-wrap .icon-danger {
    background-image: url('../public/images/stores/pompom/icon-danger.png');
    position: absolute;
    top: 0;
    left: 0;
}
.danger-message-wrap {
    text-align: center;
}

.qrerror-button-wrap {
    padding-top: calc(30vh);
    padding-bottom: 30px;
}
.qrerror-button-wrap .btn-scan,
.qrerror-button-wrap .btn-home {
    width: 280px;
    border-radius: 25px;
}
.qrerror-button-wrap .btn-scan {
    background-color: #BD3019;
}
.qrerror-button-wrap .btn-home {
    background-color: #000000;
}