@import url(css/earlyaccess/cwtexyen.css);

*{
    font-family: 'Noto Sans TC', sans-serif !important;
}
.labor_box {
    position: relative;
}

.labor_box .labor_year {
    font-size: 30px;
    color: #fff;
    padding-left: 5px;
    position: relative;
    top: 25px;
}

.labor_box .labor_month {
    font-size: 43px;
    right: 10px;
    position: absolute;
    top: 20px;
    font-family: 'cwTeXYen', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.labor_box .labor_h1 {
    font-size: 10rem;
    
    letter-spacing: 8px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
}

.labor_box .labor_date {
    font-size: 24px;
    font-weight: 700;
    padding-left: 10px;
    line-height: 45px;
}

.labor_box .labor_img {
    width: 100%;
}

.labor_box .labor_a {
    /* width: 45%; */
    display: inline-block;
    /* position: absolute; */
    /* right: 0; */
    /* top: -10px; */
}

.text-application {
    font-size: 16px;
}

.col-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.login_box .Process {
    height: 110px;
    cursor: inherit;
}

.login_box .Process.active {
    cursor: pointer;
}


.login_box .Process img {
    padding-top: 0;
    position: relative;
    top: 14px;
}



.login_box .Process.special_case img {
    top: 18px;
}


.parent_box {
    display: table;
    table-layout: fixed;
}

.parent_box .child_box {
    position: absolute;
    height: 294px;
    top: -370px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#banner .Process.active p.icon {
    color: #272727;
    line-height: 20px;
    padding-top: 4px;
    margin-bottom: 0;
    padding-top: 10px;
    padding: 10px 5px 0;
}

#banner .Process.active:hover {
    /*color: #005f30;*/
    border: 5px solid rgba(255, 255, 255, 0.5);
}


#banner .Process.special_case p.icon {
    padding-top: 18px;
}

.radio,
.checkbox {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0px;
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #4d5056;
}

.radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #ffffff;
    border: 1px solid #4d5056;
    border-radius: 99px;
}

.radio label:after {
    font-size: 13px;
    content: "";
    text-align: center;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 99px;
    left: 0px;
    top: 0px;
    background-color: #6f7b8a;
    border: 1px solid #6f7b8a;
}

.radio input[type=radio] {
    display: none;
}

.radio input[type=radio][disabled]+label {
    opacity: 0.65;
}

.radio.radio-success label:after {
    background-color: #015f30;
    border: 1px solid #015f30;
}

.radio.radio-success input[type=radio]:checked+label:before {
    border: 1px solid #015f30;
}

.radio.radio-primary label:after {
    background-color: #6d5eac;
    border: 1px solid #6d5eac;
}

.radio.radio-primary input[type=radio]:checked+label:before {
    border: 1px solid #6d5eac;
}

.radio.radio-info label:after {
    background-color: #0097a7;
    border: 1px solid #0097a7;
}

.radio.radio-info label input[type=radio]:checked+ :before {
    border: 1px solid #0097a7;
}

.radio.radio-warning label:after {
    background-color: #f7cf5e;
    border: 1px solid #f7cf5e;
}

.radio.radio-warning input[type=radio]:checked+label:before {
    border: 1px solid #f7cf5e;
}

.radio.radio-danger label:after {
    background-color: #F35958;
    border: 1px solid #F35958;
}

.radio.radio-danger input[type=radio]:checked+label:before {
    border: 1px solid #F35958;
}

.radio input[type=radio]:checked+label {
    color: #35363a;
}

.radio input[type=radio]:checked+label:after {
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
    line-height: 18px;
    -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.radio input[type=radio]:checked+label:before {
    border: 1px solid #8e9095;
}

@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
    .radio {
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .radio label::after {
        -ms-transform: scale(0);
    }
}

.radio-success.radio label::after {
    border: 1px solid #015f30;
    background-color: #015f30;
}

.radio-success.radio input[type=radio]:checked+label::before {
    border: 1px solid #015f30;
}

.radio-primary.radio label::after {
    border: 1px solid #0aa699;
    background-color: #0aa699;
}

.radio-primary.radio input[type=radio]:checked+label::before {
    border: 1px solid #0aa699;
}

.radio-info.radio label::after {
    border: 1px solid #1f3853;
    background-color: #1f3853;
}

.radio-info.radio label input[type=radio]:checked+ ::before {
    border: 1px solid #1f3853;
}

.radio-warning.radio label::after {
    border: 1px solid #fbb05e;
    background-color: #fbb05e;
}

.radio-warning.radio input[type=radio]:checked+label::before {
    border: 1px solid #fbb05e;
}

.radio-danger.radio label::after {
    border: 1px solid #f35958;
    background-color: #f35958;
}

.radio-danger.radio input[type=radio]:checked+label::before {
    border: 1px solid #f35958;
}

.radio input[type=radio]:checked+label {
    color: #4d5056;
}

.radio input[type=radio]:checked+label::before {
    border: 1px solid #8e9095;
}

.radio input[type=radio]:checked+label::after {
    line-height: 18px;
    -ms-transform: scale(0.63);
    -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
    -moz-transform: scale(0.63);
    -o-transform: scale(0.63);
    -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.checkbox input[type=radio][disabled]+label:after {
    background-color: #eceff3;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #4d5056;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    margin-bottom: 10px;
    direction: ltr;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 1.4px;
    background-color: #ffffff;
    border: 1px solid #4d5056;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2.2px;
    top: 1px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label:after {
    border-radius: 3px;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox.checkbox-circle label:after {
    border-radius: 99px;
}

.checkbox.checkbox-circle label:before {
    border-radius: 99px;
}

.checkbox input[type=checkbox]:checked+label {
    color: #35363a;
}

.checkbox input[type=checkbox]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
}

.checkbox input[type=checkbox][disabled]+label {
    opacity: 0.65;
}

.checkbox input[type=checkbox][disabled]+label:before {
    background-color: #eceff3;
}

.checkbox.check-success input[type=checkbox]:checked+label:before {
    background-color: #1976d2;
    border: 1px solid #1976d2;
}

.checkbox.check-success input[type=checkbox]:checked+label::after {
    color: #ffffff;
}

.checkbox.check-primary input[type=checkbox]:checked+label:before {
    background-color: #6d5eac;
    border: 1px solid #6d5eac;
}

.checkbox.check-primary input[type=checkbox]:checked+label::after {
    color: #ffffff;
}

.checkbox.check-info input[type=checkbox]:checked+label:before {
    background-color: #0097a7;
    border: 1px solid #0097a7;
}

.checkbox.check-info input[type=checkbox]:checked+label::after {
    color: #ffffff;
}

.checkbox.check-warning input[type=checkbox]:checked+label:before {
    background-color: #f7cf5e;
    border: 1px solid #f7cf5e;
}

.checkbox.check-warning input[type=checkbox]:checked+label::after {
    color: #ffffff;
}

.checkbox.check-danger input[type=checkbox]:checked+label:before {
    background-color: #f35958;
    border: 1px solid #f35958;
}

.checkbox.check-danger input[type=checkbox]:checked+label::after {
    color: #ffffff;
}


.JdataPicker {
    width: 100%;
    position: relative;
    display: table;
    border-collapse: separate;
}

.JdataPicker .add-on {
    right: 0;
}

.JdataPicker .add-on {

    top: 0px;
}

.input-lg {
    border-radius: 3px !important;
    font-size: 18px !important;
    height: 45px !important;
    line-height: 1.33 !important;
}

.input-sm {
    font-size: 13px !important;
    min-height: 29px !important;
}

.input-prepend,
.input-append {
    border: 0;
    display: inline-block;
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 24px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.input-append .add-on>.halflings-icon,
.input-prepend .add-on>i,
.input-prepend .add-on>.fa {
    margin-top: 5px;
    margin-left: 3px;
}

.input-append .add-on>.halflings-icon .input-append .add-on>i,
.input-append .add-on>.fa {
    margin-top: 5px;
    margin-left: 0px;
}

.input-append,
.input-append:focus {
    border-right: 0 !important;
}

.input-append input[class*="span"],
.input-prepend input[class*="span"],
.input-append input,
.input-prepend input {
    display: inline-block !important;
    width: 100%;
    float: left;
}


.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    border-radius: 0 2px 2px 0;
}

.input-prepend.inside .add-on:first-child,
.input-prepend .btn:first-child {
    background-color: #ffffff;
    border: 1px solid #e5e9ec;
    position: relative;
    left: 3px;
    border-radius: 2px;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    top: 0px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
    color: #9ea9b2;
}

.input-prepend.inside.no-boarder .add-on:first-child,
.input-prepend.no-boarder .btn:first-child {
    border: none;
}

.input-append .add-on,
.input-prepend .add-on {
    position: absolute;
    background-color: #dce0e8;
    color: #5E5E5E;
    text-shadow: none;
    border: #dce0e8;
    border-radius: 0 2px 2px 0;
    height: 34px;
    min-width: 34px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px;
}

.input-append .add-on .arrow {
    background-color: transparent !important;
    position: absolute;
    left: -6px;
    color: #dce0e8;
    z-index: 100;
    font-size: 26px;
    top: 5px;
}

.input-append .add-on .arrow:before {
    font-family: 'FontAwesome';
    content: "\f0d9 ";
}

.input-append.primary .add-on .arrow {
    color: #6d5eac;
}

.input-append.success .add-on .arrow {
    color: #0b9450;
}

.input-append.info .add-on .arrow {
    color: #0097a7;
}

.input-append.warning .add-on .arrow {
    color: #f7cf5e;
}

.input-append.danger .add-on .arrow {
    color: #f35958;
}

.input-append input[class*="span"] {
    padding-left: 16px;
    border-right: 0px;
    -webkit-border-radius: 2px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 2px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-append .form-control {
    display: inline-block;
}

.input-append.primary .add-on,
.input-prepend .add-on {
    background-color: #6d5eac;
    color: #ffffff;
}

.input-append.success .add-on,
.input-prepend .add-on {
    background-color: #0b9450;
    color: #ffffff;
    display: inline-block;
    float: left;
}

.input-append.info .add-on,
.input-prepend .add-on {
    background-color: #0097a7;
    color: #ffffff;
}

.input-append.warning .add-on,
.input-prepend .add-on {
    background-color: #f7cf5e;
    color: #ffffff;
}

.input-append.danger .add-on,
.input-prepend .add-on {
    background-color: #f35958;
    color: #ffffff;
}

.input-focus {
    background-color: #f4f5f7 !important;
    color: #56646e !important;
}

.form-label .form-label-span {
    margin-left: 10px;
    font-size: 13px;
    color: #015f30;
}

.radio.kradio,
.checkGroup.kcheckGroup {
    top: 8px;
    position: relative;
}


.checkGroup.kcheckGroup label {
    margin-bottom: 0;
}



.form-label-green {

    color: #015f30
}

.p-r-0 {
    padding-right: 0;
}

.especially {
    position: absolute;
    left: -3px;
    top: 6px;
}

.text-left {
    text-align: left !important;
}

#banner .login_box.date .text-application {
    font-size: 16px;
    letter-spacing: 0px;
    color: #005f30;
    line-height: 38px;
}

.img100 {
    width: 100% !important;
}

.grid-body.ya {
    background-color: #f7f7f7;
    border: 5px solid #89e4b7;
}

.grid-body.grid-body-box-shadow {
    padding: 30px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #05542d;
}

.m-t-20 {
    margin-top: 20px;
}

.btn-success {
    color: #ffffff;
    background-color: #015f30;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #004221;
}

.alert.alert-danger ol {
    margin-left: 20px;
}

.alert.alert-danger ul {
    margin-left: 20px;
}

.form-control {
    border-radius: 0px;
}

.inquire {
    background: #efefef;
    padding: 15px;
    margin: 0 0 20px;
}

.explanation {
    font-size: 16px;
}

.explanation ul {
    /*font-size: 16px;*/
    list-style-type: none;
}

.explanation .explanation_apply {
    padding: 2px 15px;
    background-color: #005f30;
    color: #fff;
    border-radius: 15px;
    font-size: 15px;
}

.myagree {
    background-color: #005f30;
    display: inline-block;
    border-radius: 5px;
    padding-top: 4px;
    padding-left: 50px;
    margin-bottom: 0px;
    padding-right: 40px;
}

.myagree .checkbox label:before {
    left: 2px;
    top: 1px;
}

.myagree .checkbox label {
    margin-bottom: 7px;
}

.myagree .checkbox label::after {
    top: 2px;
}


.alert-danger {
    background-color: #e3fff1;
    border: 1px solid #005d2e;
    color: #017139;
}

.alert-danger p {
    font-size: 16px;
}

.td-fz-15 {
    font-size: 16px;
    font-weight: 700;
}

.td-fz-15 ol {
    list-style-type: none;
}

.m-b-5 {
    margin-bottom: 5px;
}

.date_birth input {
    width: 26%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}



.shadow4_nospread {
    color: black;
    text-shadow: #000203 0px 3px, #000203 3px 0px, #000203 -3px 0px,
    #000203 0px -3px, #000203 -2.4px -2.4px, #000203 2.4px 2.4px,
    #000203 2.4px -2.4px, #000203 -2.4px 2.4px;
}

.shadow7 {
    color: black;
    text-shadow: #1B0F01 0px 0px 10px;
    /* for browsers without spread support */
    text-shadow: #000000 0px 0px 10px 10px;
    /* for browsers with spread support */
}

.shadow6 {
    color: black;
    text-shadow: #CECECE 0px 0px 10px;
    /* for browsers without spread support */
    text-shadow: #FFFFFF 0px 0px 10px 10px;
    /* for browsers with spread support */
}


.m-b-10 {
    margin-bottom: 10px;
}

tr.tr-only-hide {
    color: #D20B2A;
}



.footer_box {
    padding: 20px 0;
    color: #fff;
}

.footer_box p {
    margin-bottom: 0px;
}

table.table.table-color th {
    background-color: #337ab7;
}

table.table.table-color {
    background-color: #ECF9FF;
}

.RWD_top {
    margin-top: 30px;
}


.checkbox.agree label {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 10px;
}

.l-h-38 {
    line-height: 38px;
}

.text_input {
    font-size: 16px;
}

.text_input input {
    margin-right: 5px;
    padding: 6px 6px !important;
}

.text_input input.input1 {
    width: 11%;
}

.text_input input.input2 {
    width: 12%;
}

.text_input input.input3 {
    width: 7%;
}

.text_input input.input4 {
    width: 13%;
}


.alert-danger.red {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

@media only screen and (max-width: 1024px) {
    .login_box .Process {
        height: 140px;
    }
    .labor_box .labor_h1 {
        font-size: 6.3em;
        margin-top: 31px;
    }
    #banner .labor_date{
        width: 75%;
        margin: 0 auto;
        padding: 10px;
    }
    #banner .labor_date h2{
        font-size: 38px;
        margin-top: 10px;
       
    }
    #banner .labor_date {
        margin: 30px auto 20px;
       
    }
    .labor_box .labor_year {
        top: 40px;
    }
    .login_box .Process img {
        width: 45%;
    }
    #banner .Process p.icon {
        font-size: 18px;
    }
    #banner .Process.active p.icon {
        top: 6px;
    }
}

@media only screen and (max-width: 768px) {
    .labor_box{
        padding-top: 100px;
    }
    .labor_box .labor_h1 {
        font-size: 7.2em;
    }
    #banner .labor_date{
        width: 100%;
        padding: 10px;
    }
    #banner .labor_date h2{
        font-size: 38px;
        margin-top: 10px;
       
    }
    #banner .labor_date {
        margin: 30px auto 20px;
       
    }
    .col-5 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .login_box .Process {
        height: 130px;
    }
    .labor_box .labor_month {
        top: 28px;
    }
    .checkGroup.kcheckGroup.sm {
        top: -8px;
    }
    .table-rwd {
        min-width: 100%;
    }

    tr.tr-only-hide {
        display: none !important;
    }

    .table-rwd tr {
        display: block;
        border: 1px solid #ddd;
        margin-top: 5px;
    }
    .table-rwd td {
        text-align: left;
        font-size: 15px;
        overflow: hidden;
        width: 100%;
        display: block;
    }
    .table-rwd td:before {

        content: attr(data-th) " : ";

        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 10px;
        /*color: #D20B2A;*/
    }

    .table-rwd.table-bordered td,
    .table-rwd.table-bordered th,
    .table-rwd.table-bordered {
        border: 0;
    }
    .parent_box .child_box {
        top: -570px;
    }
}

@media only screen and (max-width: 480px) {
    .labor_box .labor_h1 {
        font-size: 3.35em;
        margin-top: 10px;
        letter-spacing: 1px;
    }
    #banner .labor_date{
        width: 100%;
        padding: 10px;
    }
    #banner .labor_date h2{
        font-size: 23px;
        margin-top: 10px;
       
    }
    #banner .labor_date {
        margin: 11px auto 20px;
       
    }
    .login_box .Process {
        border-radius: 5px;
        height: 220px;
    }
    .parent_box .child_box {
        top: -390px;
    }
    .RWD_top {
        margin-top: 20px;
    }
    .date_birth input {
        width: 21%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .labor_box .labor_date {
        font-size: 18px;
    }
}

@media only screen and (max-width: 375px) {
    .labor_box .labor_h1 {
        font-size: 3em;
        margin-top: 10px;
        letter-spacing: 1px;
    }
    #banner .labor_date{
        width: 100%;
        padding: 10px;
    }
    #banner .labor_date h2{
        font-size: 23px;
        margin-top: 10px;
       
    }
    #banner .labor_date {
        margin: 11px auto 20px;
       
    }
    #banner p{
        font-size: 14px;
        margin-bottom:10px;
    }
    .login_box .Process {
        border-radius: 5px;
        height: 220px;
    }
    .parent_box .child_box {
        top: -310px;
    }
    .labor_box .labor_date {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .col-12 {

        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .labor_box .labor_h1 {
        font-size: 4em;
        margin-top: 5px;
    }
    #banner .labor_date{
        width: 100%;
        padding: 10px;
    }
    #banner .labor_date h2{
        font-size: 23px;
        margin-top: 10px;
       
    }
    #banner .labor_date {
        margin: 11px auto 20px;
       
    }
    #banner p{
        font-size: 14px;
        margin-bottom:10px;
    }
    .labor_box .labor_year {
        font-size: 22px;
    }
    .labor_box .labor_month {
        font-size: 34px;
    }

    .date_birth input {
        width: 18%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .parent_box .child_box {
        top: -250px;
    }

    .date_birth input[type="text"] {
        padding: 6px 6px !important;
    }
    .labor_box .labor_date {
    font-size: 18px;

}
.labor_box .labor_img {
    width: 60%;
}
#banner .Process.active p.icon {
font-size: 16px;
    line-height: 18px;
     padding-top: 5px;

}
.login_box .Process{
    height: 180px;

}
.login_box .Process img{
        top: 8px;
}
.login_box .Process.special_case img{
    top:8px;
}

}