﻿html {
    height: 100%;
}

body, form, .body-content, .animate__animated {
    height: inherit;
}

.oifc-rop-body {
    height: 100%;
}

    .oifc-rop-body .oifc-rop-wrapper {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .oifc-rop-body .oifc-rop-wrapper .oifc-page-wrapper {
            margin-top: 0px;
        }

            .oifc-rop-body .oifc-rop-wrapper .oifc-page-wrapper .oifc-form-wrapper {
                /*border: 1px solid #99c93f;*/
                border: none;
                width: 364px;
                padding: 20px;
                margin: auto;
                background: rgba(0,0,0, .1);
                box-shadow: 0 2px 4px 0 #aaa;
            }

                .oifc-rop-body .oifc-rop-wrapper .oifc-page-wrapper .oifc-form-wrapper .form-group {
                    margin-bottom: 20px;
                }

                .oifc-rop-body .oifc-rop-wrapper .oifc-page-wrapper .oifc-form-wrapper .oifc-label {
                    font-size: 14px;
                    font-weight: bold;
                    border-radius : 6px;
                    left : 24px;
                }

                .oifc-rop-body .oifc-rop-wrapper .oifc-page-wrapper .form-control.oifc-form-control {
                    height: 56px;
                    max-width: 100%;
                    font-size: 20px;
                    border-radius : 8px;
                }
                    .oifc-rop-body .oifc-rop-wrapper .oifc-page-wrapper .form-control.oifc-form-control.btn {
                        box-shadow: 0 4px 6px 2px #bcbcbc;
                        font-weight : 600;
                    }

                    .oifc-rop-body .oifc-rop-wrapper .oifc-page-wrapper .form-control.oifc-form-control.oifc-rop-pay-btn {
                        max-width: max-content;
                        padding: 12px 24px;
                        margin-top: 16px;
                        box-shadow: 0 4px 6px 2px #bcbcbc;
                    }

.oifc-rop-body .oifc-rop-wrapper .oifc-page-wrapper .oifc-error-container {
    margin-top : 16px;
    text-align: center;
    font-size: 18px;
}

.oifc-rop-btns {
    text-align: center;
}

    .oifc-rop-btns .col {
        padding: 24px 48px;
        direction : initial;
    }

.oifc-rop-btn {
    height: 120px;
    width: 392px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px 2px #bcbcbc;
    position: relative;
    background: #99c93f;
}



.oifc-rop-btn-img {
    position: absolute;
    top: 24px;
    left: 24px;
}

    .oifc-rop-btn-img img {
        width: 72px;
        height: 72px;
    }

.oifc-rop-btn-label {
    /*position: absolute;*/
    padding-left: 120px;
    bottom: 16px;
    left: 16px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: initial !important;
}
.oifc-rop-panel {
    height : 100%;
}
.oifc-rop-watermark {
    opacity: .1;
    position: absolute;
    width: 480px;
    margin: auto;
    left: calc(50% - 236px);
    top: calc(50% - 270px);
    z-index : -1;
}
.oifc-rop-language {
    float: right;
    color: #fff;
    font-size: 20px;
    line-height: 78px;
}
.oifc-rop-language a {
    color : #fff;
    font-weight : 600;
}
.oifc-rop-back-button {
    position: absolute;
    left: 24px;
    top: 96px;
}
.oifc-rop-round-button {
    position : absolute;
    top : 96px;
    left : 75px;
    width: 64px;
    height: 64px;
    box-shadow: 0 4px 6px 2px #bcbcbc;
    border-radius: 50%;
}
.oifc-rop-line {
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #fff;
    vertical-align: middle;
    margin-left: 20px;
}
.oifc-rop-header {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    z-index: -1;
    line-height: 64px;
    color: #fff;
    font-weight: bold;
}
.wafi-img {
    position: absolute;
    bottom: 12px;
    width: 30%;
    right: -50px;
}
.oifc-rop-checkbox label {
    padding : 0px 12px;
    font-weight : normal;
}
.oifc-rop-checkbox {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 #aaa;
}
.oifc-rop-checkbox-wrapper {
        margin: 20px 0px 24px 0px;
}
}