/* @extend display-flex; */

display-flex,
/* .signup-content, */
.form-row,
.form-radio,
.select-icon,
.select-icon i {
    display: flex;
    display: -webkit-flex;
}





/* @extend list-type-ulli; */

list-type-ulli {
    list-style-type: none;
    margin: 0;
    padding: 0;
}




a:focus,
a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
}

input[type=radio] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 30px transparent inset;
    -moz-box-shadow: 0 0 0 30px transparent inset;
    -webkit-box-shadow: 0 0 0 30px transparent inset;
    -o-box-shadow: 0 0 0 30px transparent inset;
    -ms-box-shadow: 0 0 0 30px transparent inset;
}

h1 {
    line-height: 1.66;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #222;
    font-family: 思源黑體 , 微軟正黑體 , 蘋方黑體 , Helvetica , Arial , sans-serif , serif;
    font-size: 30px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}

h2 {
    line-height: 1.66;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #222;
    font-family: 思源黑體 , 微軟正黑體 , 蘋方黑體 , Helvetica , Arial , sans-serif , serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

h5 {
    font-size: 14px;
    font-weight: 700;
}

.clear {
    clear: both;
}

body {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    font-weight: 400;
    background: #d4d3db;
    margin: 0;
    font-family: 思源黑體 , Microsoft JhengHei, 微軟正黑體 , 蘋方黑體 , Helvetica , Arial , sans-serif , serif;
}

p {
 font-size: 14px;
 line-height: 20px;
 margin: 0;
 color: #282828;
 padding-bottom: 10px;
}

a{
    text-decoration:none;
}

.container {
    width: 800px;
    position: relative;
    margin: 0 auto;
    background: #fff;

}

.signup-img,
.signup-form {
    width: 100%;
}

.signup-img {
    margin-bottom: -7px;
    width: 100%;
    height: 200px;
    background-image: url('../image/kv2.png');
  background-repeat: no-repeat;
  background-size: 100% 200px;

}

.register-form {
    padding: 0px 60px 0px 60px;
}

.form-row {
    margin: 0 -15px;
}

.form-row .form-group {
    width: 50%;
    padding: 0 15px;
}

.form-group {
    margin-bottom: 23px;
    position: relative;
}

input,
select {
    display: block;
    width: 100%;
    border: 1px solid #d4d3db;
    padding: 11px 20px;
    box-sizing: border-box;
    font-family: 思源黑體 , 微軟正黑體 , 蘋方黑體 , Helvetica , Arial , sans-serif , serif;
    font-weight: 500;
    font-size: 16px;

}

input:focus,
select:focus {
    border: 1px solid #0d6efd;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3;
  }
  .input-group .btn {
    position: relative;
    z-index: 2;
  }
  .input-group .btn:focus {
    z-index: 3;
  }
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #d4d3db;
    /* border: 1px solid #ced4da; */
    /* border-radius: 0.25rem; */
  }
  .input-group-lg > .btn,
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
  }
  .input-group-sm > .btn,
  .input-group-sm > .form-control,
  .input-group-sm > .form-select,
  .input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
  }
  .input-group-lg > .form-select,
  .input-group-sm > .form-select {
    padding-right: 3rem;
  }
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
  .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
  .input-group.has-validation
    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
label {
    font-size: 18px;
    font-weight: bold;
    font-family: 思源黑體 , 微軟正黑體 , 蘋方黑體 , Helvetica , Arial , sans-serif , serif;
    /* margin-bottom: 2px; */
    display: block;
}

.form-radio {
    margin-bottom: 18px;
}

.form-radio input {
    width: auto;
    display: inline-block;
}

.radio-label {
    padding-right: 72px;
}

.form-radio-item {
    position: relative;
    margin-right: 45px;
}

.form-radio-item label {
    font-weight: 500;
    font-size: 13px;
    padding-left: 25px;
    position: relative;
    z-index: 9;
    display: block;
    cursor: pointer;
}

.check {
    display: inline-block;
    position: absolute;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 13px;
    width: 13px;
    top: 4px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.check:before {
    position: absolute;
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio] {
    position: absolute;
    visibility: hidden;
}

input[type=radio]:checked~.check {
    border: 1px solid #ff6801;
}

input[type=radio]:checked~.check::before {
    background: #ff6801;
}

.form-select {
    position: relative;
}

select {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
}

.select-icon {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.select-icon i {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    width: 40px;
    height: 20px;
    font-size: 18px;
    color: #999;
}

.form-submit {
    /* width: 90%; */
    /* margin: 0 auto; */
    text-align: center;
    padding-bottom: 30px;
    /* padding-top: 27px; */
}

.submit {
    width: 25%;
    /*height: 40px;*/
    display: inline-block;
    /* font-family: 'Poppins'; */
    font-weight: 400;
    font-size: 18px;
    padding: 10px;
    /* margin: 0 10px; */
    border: none;
    cursor: pointer;
}

#reset {
    width: 30%;
    background: #ff6801;
    border-radius: 4px;
    color: #fff;
    margin-right: 8px;
}

#reset:hover {
    background: #ff4800;
    color: #fff;
}



#submit {
    width: 30%;
    background: #0d3998;
    color: #fff;
    border-radius: 4px;
}

#submit:hover {
    background-color: #0041fc;
}

#submitBtn {
    width: 30%;
    background: #0d3998;
    color: #fff;
    border-radius: 4px;
}

#submitBtn:hover {
    background-color: #0041fc;
}

.text-14{
    font-size: 14px;
}


.text-16{
    font-size: 16px;
}

.text-20{
    font-size: 20px;
}

.text-red{
    color: #dc3545;
}

@media screen and (max-width: 992px) {
    .container {
        width: calc(100% - 0px);
        max-width: 100%;

    }
    .signup-content {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }
    .signup-img,
    .signup-form {
        width: 85%;
        margin:0 auto;
    }

}


@media screen and (max-width: 768px) {


    .register-form {
        padding: 0px;
    }
    .signup-img {
        margin-bottom: -7px;
        width: 100%;
        height: 300px;
        background-image: url('../image/kv2-m.png');
      background-repeat: no-repeat;
      background-size: 100% ;
    }
}

@media screen and (max-width: 575px) {
    .form-row {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        margin: 0px;
    }
    .form-row .form-group {
        width: 100%;
        padding: 0px;
    }
    .radio-label {
        padding-right: 22px;
    }
    .form-radio-item {
        margin-right: 25px;
    }
    .signup-img {
        margin-bottom: -7px;
        width: 100%;
        height: 200px;
        background-image: url('../image/kv2-m.png');
      background-repeat: no-repeat;
      background-size: 100% ;
    }
}

@media screen and (max-width: 480px) {
    .form-radio {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }
    #submit {
        width: 90%;
    }

    #submitBtn {
        width: 90%;
    }
    #reset {
        width: 90%;
        margin:10px 0;
    }
}

/*# sourceMappingURL=style.css.map */

/*另開視窗 */

.popupWrap {
    background-color: #003c86; 
    width: 50%;
    margin: 20px auto;
    position: relative; 
  }

  
  .popupWrap .butclose {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 15px;
    top: 4px;

  }
  
  .popupWrap .poptit {
    /* float: left; */
    height: 35px;
    /* width: 100%; */
    font-size: 16px;
    line-height: 35px;
    /* padding-left: 25px; */
    color: #fff;
    background-color: #003c86;
  }
  
  .popupWrap .popcon {
    /* width: 100%; */
    background-color: #f6f6f6;
    padding: 10px 20px;
    /* float: left; */
    border: 1px solid #003c86;
    border-top: 20px solid #003c86;
    border-bottom: 4px solid #003c86;
  
  }
  
  .popupWrap .popcon h3 {
    font-size: 24px;
    line-height: 33px;
  }
  
  .popupWrap .popcon h5 {
    font-size: 18px;
    line-height: 33px;
    color: #333;
    font-weight: normal;
    
  }
  
  .popupWrap .popcon .text12 {
    font-size: 12px;
    line-height: 20px;
  }
  
  .popupWrap .popcon .text14 {
    font-size: 14px;
    line-height: 26px;
  }
  
  
  .popupWrap .popcon .text-blue {
    /* font-size: 16px; */
    color: #0101bd;
  }
  
  .popupWrap .popcon p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    /* border-bottom: 1px solid #999999; */
    margin-bottom: 10px;
  }


  @media screen and (max-width: 480px) {
    .popupWrap {
        background-color: #003c86; 
        width: 90%;
        margin: 20px auto;  
      }
    
  }


