abbr,
acronym,
address,
applet,
big,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
q,
s,
samp,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.has-error {
    color: #dd4b39;
}

.has-error .checkbox,
.has-error .checkbox label,
.has-error .checkbox-inline,
.has-error .checkbox-inline label,
.has-error .col-form-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio label,
.has-error .radio-inline,
.has-error .radio-inline label {
    color: #ea2420;
    float: left;
}

.has-error .form-control {
    border-color: #dd4b39;
}

.has-success {
    color: #1dc77d;
}

.has-success .form-control {
    border-color: #1dc77d;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', 'Microsoft JhengHei', Arial, sans-serif;
}

hr {
    border-color: #0068b1;
    border-width: 3px;
    max-width: 50px;
}

hr.light {
    border-color: white;
}

a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #0068b1;
}

a:focus,
a:hover {
    color: #004a7e;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', 'Microsoft JhengHei', Arial, sans-serif;
}

p {
    line-height: 1.8;
    font-size: 16px;
    display: block;
    /* word-break: keep-all; */
}
.t_left{ text-align: left;}
.t_right{ text-align:right;}
.t_center{text-align: center;}

span {
    color: #9B9C9C;
}

.bg-primary {
    color: #fff;
    background-color: #0068b1;
}

.bg-dark {
    background-color: #222;
    color: white;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.high-light {
    color: #0068b1;
}

.jumbotron {
    background-color: #fafafa;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

section {
    padding: 80px 0;
}

.section-heading {
    margin-top: 0;
}

.text-primary {
    color: #0068b1;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    font-family: 'Open Sans', 'Helvetica Neue', 'Microsoft JhengHei', Arial, sans-serif;
    border: none;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 5px auto;
    min-width: 100%;

}

.btn-success {
    box-shadow: 0 1px 4px -2px #000;
    color: #4a3e3e;
    background-color: #eae660;
}

.btn-default {
    color: #222;
    background-color: #e2e44a;
    border-color: #e2e44a;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border: none;
    border-radius: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 20px;

}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #222;
    background-color: #e9eb76;
    border-color: #acae1a;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #e2e44a;
    border-color: #e2e44a;
}

.btn-default .badge {
    color: #e2e44a;
    background-color: #222;
}

.btn-primary {
    color: #fff;
    background-color: #0068b1;
    border-color: #0068b1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-size: 1.2em;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0086e4;
    border-color: #002c4b;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #0068b1;
    border-color: #0068b1;
}

.btn-primary .badge {
    color: #0068b1;
    background-color: white;
}

.btn-xl {
    padding: 15px 30px
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222;
}

.fixed-top {
    position: inherit;
}

footer {
    color: #222;
    background-color: #f9f9f9;
}

footer .copyright {
    text-align: center;
    padding: 15px 0;
}

footer .copyright p {
    font-size: 1em;
    margin-bottom: 0;
}

.modal {
    text-align: center;
    padding: 0 !important !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body h4 {
    margin-bottom: 0;
}

.container-fluid .container {
    max-width: 960px;
}

.login-container {
    margin: 0 auto;
    padding: 20px 0 0 0;
    display: block;
}

.form-horizontal {
    padding: 40px 20px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    justify-content: center;
    border: 1px solid #e3e3e3;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    margin-bottom: 60px;
}

.form-horizontal h2 {
    font-size: 2em;
    text-align: center;
    display: block;
    margin-bottom: 40px;

}

.form-horizontal aside {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
}

.form-horizontal p {
    line-height: 1.8;
    font-size: 16px;
    display: block;
    margin: 5px 0;
}

.form-horizontal span {
    color: #9B9C9C;
    line-height: 1.5;

    /* word-break: break-all; */
}

.form-horizontal aside {
    display: block;

}

.form-horizontal h4 {
    border-radius: 10px 0 0 0;
    color: #666666;
    display: block;

}

.form-horizontal data h5,
.form-horizontal aside h5 {
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 16px;
}

.hleid-login data,
.hleid-qrcode data {
    /* height: 210px; */
    display: block;
}

.login-main {
    justify-content: center;
    display: inline-block;
    width: 49%;
    padding: 0 5%;
    border-right: 1px solid #e3e3e3;
    vertical-align: top;
}

.hleid {
    display: inline-block;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;


}

.openid {
    justify-content: center;
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 auto 5% auto;
    border-bottom: 1px #9B9C9C solid;
}

.openid .btn-primary {
    background: #97C60E;
}

.openid .btn-primary span.edu-logo {
    background: url(../img/edu-logo.png) no-repeat center center;
    height: 30px;
    width: 30px;
    margin: 0 5px;
    background-size: 100%;
    vertical-align: middle;

}

.openid span {
    color: #fff;
    display: inline-block;
    /* font-size: 1.2em; */
}

.hleid-login {
    justify-content: center;
    padding: 0 0;
    display: inline-block;
    width: 100%;

}

.qrcode-main {
    width: 49%;
    display: inline-block;
    justify-content: center;
    padding: 0 10px 0 20px;

}

.qrcode-main .qrcode {
    justify-content: center;
    height: 270px;
    width: 270px;
    padding: 20px 20px;
    margin: 10px auto 30px auto;
    display: grid;
    /*background-color: #f9f9f9;*/

}

.form-horizontal h4 {
    text-align: center;
    padding: 1em 0;
    position: relative;
    display: block;

}

.form-horizontal .tip {
    font-size: 10px;
    margin: 2px 0;
    padding: 2px 4px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
}

.form-row {
    margin-right: -5px;
    margin-left: 0;
    padding-bottom: 10px;
    display: flex;
    align-items: baseline;
    max-width:99%;
}

.form-row label {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    max-width: 20%;
}

.form-row .form-control {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    max-width: 100%;
/*    background-color: #F5F5F5;*/
    outline: none;
    border: none;
    height: 2.2em!important;
}

.form-control {
    border: none;
}

.form-control-text {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    max-width: 100%;
    outline: none;
    border: none;
    height: 2.2em !important;
}

.form-control-tag {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    max-width: 100%;
    outline: none;
    border: none;
    height: 2.2em !important;
    background: gray;
    color: #fff;
    border-radius: 10rem;
    transform: translateY(3px);
}

.form-control-tag.success {
    background: #0068b1;
}

.form-row>[class*="col-"],
.form-row.col {
    padding-right: 0;
    padding-left: 0;
}

.form-row .row {
    margin: auto;
}

.qa {
    font-size: 12px;
}

.nowrap {
    white-space: nowrap;
}

.notice {
    font-size: 14px;
    font-weight: 300;
    color: #5a5a5a;
    display: block;
    width: 100%;
    /* min-width: 1140px; */
    margin: 10px auto;
}

.notice span {
    text-align: right;
    display: block;
}

.notice p {
    padding: 10px;
    border: 1px dotted #9B9C9C;
    background-color: #F5F5F5;
    text-align: center;
    font-size: 14px;
}

.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    font-family: 'Open Sans', 'Helvetica Neue', 'Microsoft JhengHei', Arial, sans-serif;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-brand {
    color: #0068b1;
    height: 40px;
    font-size: 18px;
    line-height: 15px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #004a7e;
}

.navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    padding: .25em .75em;
    font-size: 1.25em;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25em;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar .nav>li>a,
.navbar .nav>li>a:focus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #222;
}

.navbar .nav>li>a:hover,
.navbar .nav>li>a:focus:hover {
    color: #0068b1;
}

.navbar .nav>li>a.active,
.navbar .nav>li>a:focus.active {
    color: #0068b1 !important;
    background-color: transparent;
}

.navbar-default {
    background-color: #0068b1;
    border-color: rgba(255, 255, 255, 0.3);
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: white
}

.navbar-default .navbar-toggler {
    font-weight: 700;
    font-size: 12px;
    color: #222;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0.1);
    background: white;
}

.navbar-default .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.l_news {
    animation: twinkle 1.5s alternate infinite;
    font-weight: 400;
    letter-spacing: 1px;
}

@keyframes twinkle {
    from {
        background: #8c949c;

    }

    to {
        background: #4b5155;
    }
}

@media (max-width:991px) {
    .navbar-default {
        background-color: #0068b1;
        border-color: rgba(34, 34, 34, 0.05);
    }

    .navbar-default .navbar-brand {
        color: #0068b1;
        font-size: 14px;
    }

    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        color: #004a7e;
    }

    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a.active,
    .navbar-default .nav>li>a:focus {
        color: #222;
    }

    .navbar-default .nav>li>a:hover,
    .navbar-default .nav>li>a.active:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #0068b1;
    }

    .navbar .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.5)
    }

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link.show {
        color: rgba(0, 0, 0, 0.9);
    }

    .navbar .navbar-nav .active>.nav-link,
    .navbar .navbar-nav .show>.nav-link {
        color: rgba(0, 0, 0, 0.9);
    }

    .form-horizontal .row_left {
        border-radius: 0 0 10px 10px;

    }

    .form-horizontal .row_right {
        background-color: #EDF4F9;
        padding: 0 0;
        border-radius: 0 0 10px 10px;
    }



}

body {
    padding-bottom: 40px;
    background-color: #f9f9f9;
    font-family: "Microsoft JhengHei", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serifinherit;
}

h3.text-primary {
    font-size: 20px;
    line-height: 1.3;
    margin: 10px 0;
}

td {
    text-align: left;
}

.form-control.create_authKind {
    color: #d8d8d8;
}

.form-control.create_authKind>option {
    color: #000;
}

.form-row>.row>label {
    font-size: 14px;
    line-height: 2.2em;
    text-align: right;
}

.form-row>.row>label>input[type="checkbox"] {
    margin-right: 4px;
    outline: none;
    border: none;
}

#g-recaptcha {
    text-align: -webkit-center;
}

#TypeImg {
    right: 13px;
    position: absolute;
    top: 1px;
    padding: 8px 14px;
}

.input-group #TypeImg {
    background-color: #fff;
    right: 39px;
    position: absolute;
    top: 4px;
    padding: 5px;
}

#create_logo,
#create_right {
    display: block;
    margin: 0 auto;
}

#create_next {
    width: 90%;
    height: 36px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    border: 1px solid #3079ed;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    border-radius: 3px;
}

#create_next:hover {
    border: 1px solid #2f5bb7;
    background-color: #357ae8;
    background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8)
}

#create_next:active {
    box-shadow: inset 1px 1px 1px rgba(51, 51, 102, 0.5);
}

#create_access_tip {
    display: block;
    width: 285px;
    padding: 35px 40px;
    margin: 0 auto 25px;
    font-size: 20px;
    color: #dd4b39;
}

.create_member {
    margin: 15px auto;
}

.create_data {
    margin-top: 8px;
    margin-bottom: 8px;
    height: 44px;
    font-size: 16px;
    width: 90%;
    border-radius: 1px;
    border: 1px solid #d8d8d8;
    border-top: 1px solid #ccc;
    padding: 0 8px;
}

.create_error_msg {
    color: #dd4b39;
    margin: 10px 0 !important;
    padding: 0;
    opacity: 1;
    visibility: visible;
    line-height: 17px;
    font-size: 13px;
}

.create_correct_msg {
    color: #1dc77d;
    margin: 10px 0 !important;
    padding: 0;
    opacity: 1;
    visibility: visible;
    line-height: 17px;
    font-size: 13px;
}

.create_access_code {
    position: fixed;
    background-color: #fff;
    border-radius: 1px;
    padding: 35px 40px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    width: 800px;
    height: 200px;
    top: 50%;
    left: 40%;
    text-align: center;
    margin-left: -250px;
    margin-top: -100px;
}

#loginLink {
    text-decoration: underline;
}

.login-page h1 {
    color: palevioletred;
    margin: 0;
    font-weight: 200
}

.login-page h3 {
    color: rgba(0, 104, 177, 0.7);
    font-weight: 200;
}

.third_party_signup {
    border-right: 1px dashed #ccc;
    border-bottom: none;
}

.third_party_signup a {
    margin-bottom: 15px;
}


/* qrcode���𢒰 */
.qrcode {
    width: 100%;
    margin: 0 auto;
}

.qrcode_main {
    color: #3a3f52;
    padding: 5px 0;
    font-weight: 300;
    width: 1140px;
    margin: 0 auto;
}

.qrcode_main h2 {
    font-size: 3.5em;
    color: #DD7095;
    font-weight: 300;
    margin: 0 0 20px;
}

.subtitle {
    margin: 0 auto;
    font-size: 20px;
    color: #4E92C7;
    font-weight: 300;

}

.dynamic-link {
    margin: 60px auto 0 auto;
    width: 250px;
    height: 250px;
    background-color: #fff;
    text-align: center;
}

.description {
    font-size: 14px;
    margin: 30px auto;
}

.section_main {
    width: 100%;
    background-image: linear-gradient(110deg, #57E5FF, #57E5FF 50%, #1685FC);
    display: inline-table;
    padding: 0 0 100px 0;
}

.section_main .section_container {
    width: 1140px;
    margin: 0 auto;
    padding: 80px 10%;
    background: url(../images/hankey.svg) no-repeat right center;
    background-size: 55% 80%;
}

.section_main .section_container h2.title span {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 4em;
    line-height: 1.14;
    font-weight: 900;
    color: #323237;
    display: block;
}

.section_main ul code {
    font-size: 1.5em;
}

.section_main ul {
    margin-top: 50px;
}

.tagline {
    font-size: 1.2em;
}

.contact_link {
    font-size: 1em;
    border-radius: 50px;
    width: 200px;
    padding: 10px 30px;
    margin: 20px 0;
    background: #fff url(../images/icon_01.svg) no-repeat right center;
    background-size: 50% 50%;
    cursor: pointer;
    text-decoration: none;
}

.contact_link a:hover {
    cursor: pointer;
    color: #56E3FE;
    text-decoration: none;
}

.l_news {
    width: 40%;

}

@media (max-width:1024px) {
    .container-fluid .container {
        max-width: 600px;
    }

    .form-horizontal {
        display: block;
        margin: 0 auto;
        padding: 20px 20px;
    }

    .form-horizontal aside {
        padding: 0 0 30px 0;
    }

    .form-row .form-control {
        max-width: 100%;
    }

    .login-main {
        width: 100%;
        border-right: none;
    }

    .openid {
        padding: 0 0 30px 0;
        height: auto;
        margin: 5% 0;
        width: 100%;
    }

    .hleid {
        width: 100%;
    }


    .openid .opne {
        display: none;
    }

    .form-horizontal {
        margin: 0 auto;

    }

    .form-horizontal data h5,
    .form-horizontal aside h5 {
        margin-bottom: 20px;
    }

    .form-horizontal .hleid h4,
    .form-horizontal .openid h4 {
        border-radius: 0;
    }

    .form-horizontal aside {
        padding: 30px 15px;
    }

    .hleid-login {
        width: 100%;
        border: none;
    }

    .hleid-qrcode {
        display: none;
    }

    .notice {
        width: 100%;
        min-width: none;
    }

    .qrcode-main {
        display: none;
    }

    /* qrcode���𢒰 */
    .qrcode_main,
    .section_main .section_container {
        width: 100%;
    }

    .section_main {

        background-image: linear-gradient(180deg, #57E5FF, #57E5FF 50%, #1685FC);
    }

    h2.title {
        margin-bottom: 50px;
        display: block;
    }

    .section_container .tagline,
    h2.title span {
        text-align: center;
    }

    .section_main .section_container {
        width: 90%;
        margin: 0 5%;
        padding: 50px 30px 100px 50px;
        background: url(../images/hankey.svg) no-repeat right 200px;
        background-size: 45% 70%;
        display: inherit;

    }

}

@media (max-width:767px) {
    footer .copyright p{font-size:.8em;line-height: initial;}

    .container-fluid {
        padding: 0 20px;
    }

    .form-horizontal {
        display: block;
        margin: 0 auto;
        padding: 40px 20px;

    }

    .form-horizontal aside {
        padding: 0 0 8% 0;
    }

    .form-row .form-control {
        max-width: 100%;
    }

    .login-main {
        width: 100%;
        border-right: none;

    }

    .openid {
        padding: 0 0 15px 0;
        height: auto;
        margin: 0 auto 10% auto;
        width: 100%;

    }

    .openid span {
        color: #fff;
        display: inline-block;
        font-size: 1em;
    }

    .hleid {
        width: 100%;
    }

    .fixed-bottom {
/*        position: inherit;*/
    }

    .control-label {
        display: none;
    }

    .btn-primary {
        font-size: 1em;
    }

    /* qrcode���𢒰 */
    .qrcode {
        width: 100%;
    }

    .qrcode_main,
    .section_main {
        width: 100%;
    }

    .third_party_signup {
        border-right: none;
        border-bottom: 1px dashed #ccc;
    }

    .section_container {
        width: 100%;
        margin: 0 auto;
        background: url(../images/hankey.svg) no-repeat center bottom;
        background-size: 50% 70%;
        display: inline-table;
    }

    .qrcode_main h2 {
        font-size: 3em;
    }

    .qrcode_main h2 span {
        display: block;
        font-size: 1.5em;
    }

    .description span {
        display: block;
    }

    .section_main .section_container {
        padding: 50px 30px 450px 30px;
        background: url(../images/hankey.svg) no-repeat right 600px;
    }

    .section_main .section_container h2.title span {

        font-size: 3.2em;
        line-height: 1.14;
        font-weight: 900;
        color: #323237;
        display: block;
    }

    .section_main ul code {
        font-size: 1.5em;
        display: inline-block;
        margin-left: -15px;
    }

    .tagline {
        font-size: 1.1em;
    }

    .btn {
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width:320px) {
    .section_main .section_container {
        padding: 50px 10px 350px 10px;
    }

    .section_main ul {
        padding: 0 10px;
    }

    .btn {
        margin-top: 10px;
        width: 90%;
    }

}


/*recaptcha css*/
.grecaptcha-badge {
    display: none !important;
}

/* logout2.html 專用樣式 */
.more a {
    color: #7095b9;
    padding: 3px 15px;
    font-weight: 200;
    text-decoration: none;
}
.logged-out h1 {
    color: #284469;
    margin: 0;
    font-weight: 200;
}
.logged-out span {
    display: block;
    font-weight: 200;
}
.intro_product {
    text-align: center;
    background: #ebece7;
    padding: 25px 25px 10px;
    margin-top: 25px;
}
.intro_product h2 {
    color: #284469;
    margin: 0;
    font-weight: 200;
}
.intro_product span {
    display: block;
    font-weight: 200;
}
.intro_product img {
    margin: 15px;
}
.PostLogoutRedirectUri {
    padding: 3px 10px;
    background: #0068b1;
    border-radius: 5px;
    color: #fff;
}
