.main_title2_set .title {
    align-items: center;
}

.tel_content .tel_group:not(:last-child) {
    margin-right: 4px;
    margin-bottom: 8px;
}

.input_content.no_title_content {
    margin-bottom: 0;
}

.input_content.no_title_content>.group:nth-child(2) {
    position: relative;
}

.btn_group {
    width: 100%;
    margin-top: 40px;
}

.btn_group .btn {
    width: 100%;
    height: 40px;
    font-size: 18px;
    border-width: 2px;
}
 

input[readonly], select[readonly] {
    background: #81818150 !important;
    pointer-events: none;
}

.info {
    margin-bottom: 24px;
}

.info>p.state_text {
    font-size: 1.25rem;
    margin-bottom: 24px;
}

.info_dividing_line {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 8px;
}

/* Google快速登入 */
.google_info .btn {
    width: 100%;
    height: 36px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    color: #000;
    font-size: 1.125rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google_info .btn>img {
    width: 24px;
    margin-right: 8px;
}

.google_info.active>p span {
    font-size: 16px;
    margin-left: 8px;
}

.google_info.active .btn {
    background-color: #dbdbdb;
}

/* 財報雲帳號密碼登入 */
.statementcloud_info .btn {
    width: 100%;
    height: 40px;
    font-size: 18px;
    border-width: 2px;
    margin-bottom: 16px;
}

.statementcloud_info.active>a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    color: #0052d9;
}

/* model */
.modal {
    max-width: 343px;
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 16px;
    text-align: center;
}

.modal h4 {
    font-size: 1.5rem;
    color: var(--main-primary-color);
    margin-bottom: 32px;
}

.modal .action{
    flex-direction: column-reverse;
}

.modal .action .btn {
    width: 100%;
    border-width: 2px;
}

.modal .action .btn+.btn {
    margin-left: 0;
    margin-bottom: 16px;
}


.modal .input_desc,
.modal .input_desc2 {
    position: absolute;
    right: 4px;
    bottom: -18px;
}

.modal .input_has_desc {
    margin-bottom: 48px;
}

/* 修改基本資料 */
#modal_basic_set.modal .action {
    flex-direction: column-reverse;
}

#modal_basic_set.modal .action .btn+.btn {
    margin-left: 0;
    margin-bottom: 16px;
}

#modal_basic_set .basic_info.info {
    margin-bottom: 0;
}

#success_modal.modal h4 {
    font-size: 1.75rem;
}

/* 變更密碼 */
.login-password .group {
    position: relative;
}

.login-password input[type="text"],
.login-password input[type="password"]{
    padding-left: 16px;
    padding-right: 48px;
}

.login-password .toggle_password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    color: var(--main-primary-color);
    user-select: none;
    transition: color 0.3s;
}

.forgot_password_text {
    display: flex;
    justify-content: end;
    text-decoration: underline;
    color: #0052d9;
}

#reset-message {
    margin-top: 16px;
    line-height: 1.5;
}

/* 執行變更密碼流程 */
#modal_forgot_password.modal .action {
    flex-direction: row;
}

#modal_forgot_password.modal .action .btn+.btn {
    margin-left: 16px;
    margin-bottom: 0;
}

@media screen and (max-width: 980px) {
    .input_content.no_title_content>.group:first-child {
        margin-top: -40px;
    }

}