html {
    color: #000;
    background: #e6ecf8;
}

/*僱主註冊*/
.title {
    margin-top: 30px;
}

.title h1 {
    font-size: 28px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
    color: #212121;
    font-weight: normal;
    line-height: 1.2;
}

.register {
    margin: 0 auto;
    width: 600px;
    padding: 50px;
    margin-bottom: 80px;
    background-color: #fff;
    border-radius: 8px;
}
.register > ul{

}
.register > ul > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.register > ul > li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-direction: row;
}

.register > ul > li > span {
    width: 115px;
    display: block;
    padding: 8px;
    font-size: 15px;
}

.register > ul > li > div {
    width: calc(100% - 120px);
}

.register > ul > li > div > select, .register > ul > li > div > input {
    text-indent: 6px;
    color: #3d3d3e;
    width: calc(100% - 20px);
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    border-radius: 5px;
}
.register > ul > li > div > select{
    width: 100%;
}

.register > ul > li > div > textarea {
    text-indent: 6px;
    color: #3d3d3e;
    width: 100%;
    background-color: #F5F5F5;
    padding: 8px 0;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    border-radius: 0 7px 7px 0;
    line-height: 16px;
}

.register > ul > li > div > textarea {
    text-indent: 6px;
    color: #3d3d3e;
    width: 100%;
    background-color: #F5F5F5;
    padding: 8px 0;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    border-radius: 0 7px 7px 0;
    line-height: 16px;
}

.register > ul > li > div > select::-webkit-input-placeholder, .register > ul > li > div > input::-webkit-input-placeholder, .register > ul > li > div > textarea::-webkit-input-placeholder {
    color: #b4b4b4;
}

.register > ul > li > div > select::-moz-placeholder, .register > ul > li > div > input::-moz-placeholder, .register > ul > li > div > textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b4b4b4;
}

.register > ul > li > div > select:-moz-placeholder, .register > ul > li > div > input:-moz-placeholder, .register > ul > li > div > textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b4b4b4;
}

.register > ul > li > div > select:-ms-input-placeholder, .register > ul > li > div > input:-ms-input-placeholder, .register > ul > li > div > textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b4b4;
}

.register > ul > li > div > div {
    color: #bcbcbc;
    padding: 8px 0;
    font-size: 13px;
    line-height: 16px;
}

/*.register > ul > li > div > div > span {
    margin-right: 25px;
    color: #3d3d3e;
    font-size: 16px;
    margin-left: 10px;
}*/

.register h2 {
    font-size: 18px;
    font-weight: normal;
    color: #3d3d3e;
    margin: 20px 0 10px;
}

.footed {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.footed button {
    box-shadow: 0 1px 3px 0 rgba(33, 150, 243, 0.21);
    background-color: #ffdd00;
    border: unset;
    border-radius: 28px;
    line-height: 40px;
    color: #a06305;
    font-size: 16px;
    width: 160px;
}

.tooltip {
    display: none;
    /*position: absolute;*/
}

/*隱藏滑塊內容*/

.error_tip {
    color: #EF6C00;
    font-size: 12px;
    margin-top: 3px;
    display: none;
}

.show {
    display: block;
}

.register_ru {
    display: flex;
    margin: 50px 0;
}

.register_ru > p {
    text-align: center;
    width: 100%;
}

.spring_view {
    display: none;
}

.spring_view {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(7, 14, 18, 0.38);
    align-items: center;
    justify-content: center;
}

.spring_view > div {
    width: 400px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 1px 3px 0 rgba(33, 150, 243, 0.21);
    margin: 0 auto;
    min-width: 300px;
    border-radius: 10px;
}

.spring_view > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spring_view > div > ul > li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: calc(50% - 4px);
}

.spring_view > div > ul > li > label > input {
    margin-right: 5px;
}

.spring_view > div > ul > li > label > input[type='checkbox'] {
    -webkit-appearance: none;
    vertical-align: middle;
    background: #fff;
    border-radius: 6px;
    min-height: 18px;
    min-width: 18px;
    height: 18px;
    width: 18px;
    position: relative;
    cursor: pointer;
    border: 2px solid #2ca9fd;
    padding: 0;
    margin: 0 6px 0 0;
    font-size: 17px;
}

.spring_view > div > ul > li > label > input[type='checkbox']:checked::after {
    content: '\e904';
    font-family: "h_icomoon";
    font-size: 12px;
    top: 0;
    left: 0;
    position: absolute;
    background: #2ca9fd;
    border-top: none;
    height: 14px;
    color: #fff;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
}

.spring_view > div > ul > li > label {
    color: #646464;
    background-color: #d1e7fd;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
}

.select_foot {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.select_foot > button {
    box-shadow: 0 1px 3px 0 rgba(33, 150, 243, 0.21);
    background-color: #2ca9fd;
    border: unset;
    border-radius: 10px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

/*註冊結果頁面*/
.result{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.result h1{
    font-size: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
    color: #212121;
    font-weight: normal;
    line-height: 1.2;
}
.result button{
    padding: 8px 24px;
    background-color: #fff996;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.result button:before{
    content: "\f4d6";
    font-size: 15px;
    font-family: 'harry-icon';
    color: #a06305;
}
.result button>span{
    font-size: 15px;
    color: #a06305;
    display: block;
    line-height: 28px;
    white-space: nowrap;
    margin-left: 5px;
}
.result button:hover {
    background-color: #532603;
}
.result button:hover:before {
    color: #e6d843;
}
.result button:hover span {
    color: #e6d843;
}
