/*申請頁面*/
.register {
    display: flex;
    width: 1024px;
    margin: 0 auto;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
}

.register > h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.login_error {
    border-left: 4px solid #72aee6;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fcf0ef;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    word-wrap: break-word;
    border-left-color: #d63638;
}

.register-con {
    background-color: #fff;
    width: calc(100% - 40px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
}
.register-con>h2{
    font-size: 13px;
    margin-bottom: 7px;
    color: #696969;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.register-con > div {
    margin-bottom: 10px;
    border-top: 1px solid #EEEEEE;
}

.register-con > div > ul {
    display: flex;
    flex-wrap: wrap;
}

.register-con > div > ul > li {
    display: flex;
    flex-direction: column;
    width: 23%;
    margin: 1%;
}
.register-con > div > ul > li>p{
    font-size: 12px;
    color: #9E9E9E;
}
.register-con > div > ul > li > label {
    font-size: 13px;
    margin-bottom: 7px;
    color: #696969;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.error-message{
    color: #FF5722;
    font-size: 12px;
    margin-top: 2px;
}

i {
    color: #FF5722;
    font-size: 16px;
    margin-left: 4px;
    line-height: 12px;
    margin-right: 4px;
}

.register-con > div > ul > li > input {
    color: #001a3e;
    border: none;
    background-color: #e0e0e5;
    padding: 5px 8px;
}

/*input[type="text"],input[type="email"]{
    color: #001a3e;
    background-color: #e0e0e5;
    border-color: #ffffff;
}*/
.register-con > div > ul > li > select {
    color: #001a3e;
    border: none;
    background-color: #e0e0e5;
    caret-color: #3f85c6;
    line-height: 23px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 8px;
    transition: all 0.3s;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 24px;
}


.basic_info > ul > li:nth-last-child(1) {
    width: 100%;
}
.password-field{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.password-field>input{
    color: #001a3e;
    border: none;
    background-color: #e0e0e5;
    padding: 5px 8px;
    width: calc(100% - 81px);
}
.custom-checkbox{
    width: 60px;
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.custom-checkbox>input{}
.custom-checkbox>label{
    margin-left: 5px;
    font-size: 12px;
    color: #9E9E9E;
}
/* 自定義 Checkbox 樣式 */
.custom-checkbox {
    position: absolute;
    top: 7px;
    right: 0px;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    color: #666;
}

.checkbox-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    transition: all 0.2s ease;
}

/* Checked 狀態 */
.custom-checkbox input:checked ~ .custom-checkbox-label .checkbox-icon {
    background-color: #ffffff;
    border-color: #9E9E9E;
}

/* Checkmark 圖標 */
.custom-checkbox input:checked ~ .custom-checkbox-label .checkbox-icon::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #4472c4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hover 效果 */
.custom-checkbox-label:hover .checkbox-icon {
    border-color: #999;
}

/* Focus 效果 */
.custom-checkbox input:focus ~ .custom-checkbox-label .checkbox-icon {
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.3);
}

/* 禁用狀態 */
.custom-checkbox input:disabled ~ .custom-checkbox-label {
    opacity: 0.6;
    cursor: not-allowed;
}
.code_d{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.code_d>input{
    color: #001a3e;
    border: none;
    background-color: #e0e0e5;
    padding: 5px 8px;
    width: 50px;
}
.code_img{
    background-color: #f3fbfe;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(100% - 66px);
    position: absolute;
    right: 0px;
}
.code_img>img{
    width: calc(100% - 30px);
}
.refresh-captcha{
    background-color: #eef7f3;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.refresh-captcha>span{
    color: #1c5889;
    font-size: 15px;
}
.refresh-captcha>span:before{}
.agree{
    display: flex;
    flex-direction: row;
    width: 98%;
    margin: 1%;
    align-items: center;
}
/* 自定義 同意Checkbox 樣式 */
.agree-checkbox {
    position: relative;
}

.agree-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.agree-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    color: #666;
}

.agree-checkbox-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1.5px solid #ccc;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    transition: all 0.2s ease;
}

/* Checked 狀態 */
.agree-checkbox input:checked ~ .agree-checkbox-label .agree-checkbox-icon {
    background-color: #0066cc;
    border-color: #0066cc;
}

/* Checkmark 圖標 */
.agree-checkbox input:checked ~ .agree-checkbox-label .agree-checkbox-icon::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hover 效果 */
.agree-checkbox-label:hover .agree-checkbox-icon {
    border-color: #999;
}

/* Focus 效果 */
.agree-checkbox input:focus ~ .agree-checkbox-label .agree-checkbox-icon {
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.3);
}

/* 禁用狀態 */
.agree-checkbox input:disabled ~ .agree-checkbox-label {
    opacity: 0.6;
    cursor: not-allowed;
}
.agree-checkbox-text{}
.agree-checkbox-text>a{
    color: #4472c4;
}
.register > button {
    border: none;
    text-align: center;
    width: 200px;
    background-color: #4472C4;
    border-radius: 25px;
    padding: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: lighter;
    margin-top: 50px;
}

