@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet');

            html {
                overflow-x: hidden;
            }

            body {
                font-family: 'Roboto Condensed', sans-serif;
                background: #d9d8de;
                overflow: hidden;
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                margin-bottom: 0;
            }


            .row {
                max-width: 100%;
                margin: 0 auto;
            }

            .form-check {
                padding-left: 0;
                padding: 0 14px 5px;
            }

            .form_wrapper label {
                /*display: block;*/
                display: inline-block;
            }

            .submit_btn_wrapper {
                text-align: left;
            }

            #img18 {
                float: right;
                margin-left: 5px;
                display: none;
            }

            .submit_btn {
                -webkit-border-radius: 10px;
                border-radius: 10px;
                cursor: pointer;
                border: 0;
                width: 100%;
                text-align: center !important;
                height: auto !important;
            }

            .rtl .styled-select {
                background: none;
            }

            .agree_wrapper {
                padding: 10px 16px;
            }

            .iagree span,
            .iagree {
                color: #ffffff !important;
                font-size: 10px !important;
                margin: 0;
                top: 3px;
                position: relative;
                font-family: 'Roboto Condensed';
            }
.iagree span{top: 3px;}
            #mainForm,
            .mainForm {
                max-width: 1250px;
                margin: 0 auto;
                /* position: relative; */
                /* z-index: 6; */
            }


                .mainForm input {
                    text-align: left;
                }

            .form-head {
                font-size: 16px;
                color: #ffffff;
                text-align: center;
                padding: 8px 10px;
                font-weight: 100;
                line-height: 105%;
                z-index: 9;
                position: relative;
                font-weight: 400;
                font-family: 'myriad-pro';
            }
            .form-head span{font-size:18px;color: #0ac8ff;display: block;}
            .tw .form-head span{padding:0 0 5px}
            
                .form-head b {
                    color: #f1da2e;
                    font-weight: 400;
                }

            .right-column {
                position: relative;
            }

            .form-wrap {
                -webkit-border-radius: 10px;
                border-radius: 10px;
                width: 266px;
                z-index: 35;
                position: relative;
                z-index: 3;
                margin-top: 90px;
                padding: 0;
                min-height: 240px;
                margin-bottom: 0;
                background: #001028;
                float: right;
            }

            .front-can {
                position: absolute;
                z-index: 5;
                left: -236px;
                top: 350px;
                transform: translatey(0px);
                animation: float 6s ease-in-out infinite;
            }

            .behind-can {
                z-index: 1;
                position: absolute;
                left: -386px;
                top: 98px;
                transform: translatey(0px);
                animation: float 6s ease-in-out infinite;
            }

            .form_wrapper input,
            .form_wrapper select {
                height: 46px;
            }

                .form_wrapper .col-md-5 {
                    /* width: 100%; */
                    /* max-width: none; */
                    /* -webkit-box-flex: 1; */
                    /* -webkit-flex: auto; */
                    -ms-flex: auto;
                    /* flex: auto; */
                    /* margin: 0 auto; */
                    /* display: block; */
                    /* padding-left: 15px; */
                    /* margin-top: -10px; */
                    /* margin-bottom: -8px; */
                }

            .eu-trading-involves {
                display: block;
                margin: 4px auto 0;
                text-align: left;
                color: #ffffff;
                font-size: 10px;
                position: relative;
                font-family: 'Roboto Condensed';
                left: 17px;
            }

            .form_wrapper .col-md-7 {
            width: 100%;
            max-width: 91%;
            -webkit-box-flex: 1;
            -webkit-flex: auto;
            -ms-flex: auto;
            flex: auto;
            margin: 0 auto;
            display: block;
            }

            h2.form_title {
                font-weight: 300;
                font-size: 40px;
            }

            .strip {
                width: 100%;
                background-color: #eeeeee;
                height: 30px;
            }

            .logo-top {
                position: relative;
                max-width: 220px;
                padding: 2em 0 0em;
            }

            .bg-top {
                max-width: none;
                min-width: 100%;
                left: 50%;
                position: absolute;
                display: block;
                bottom: 0px;
                -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
            }

            .pc-img {
                margin-top: 30px;
            }

            footer {
                background-color: #000101;
                color: #ffffff;
                padding: 1em 0;
                text-align: center;
                line-height: 1.8;
            }

                footer img {
                    max-width: 100%;
                }

            .risk-alert {
                font-size: 15px;
                color: #505050;
                position: relative;
                bottom: 10px;
                font-weight: 500;
            }

                .risk-alert a {
                    color: #505050;
                }