/* 註冊介面 */
/* 
.container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #555555;
}

input[type="submit"] {
    background-color: #4caf50;
    color: #ffffff;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.verification-code {
    display: flex;
    align-items: center;
}

.verification-code input[type="text"] {
    flex: 1;
    margin-right: 10px;
}

.get-code {
    background-color: #2196f3;
    color: #ffffff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.get-code:hover {
    background-color: #0f8ec7;
}
*/

/* 註冊介面 End */


.line_label_text, .btn_line_login {
    text-decoration: none !important;
}

.easy_line_bt_login {
    display: flex; /* 使用 Flexbox 佈局 */
    justify-content: center; /* 水平置中容器中的所有子元素 */
    align-items: center; /* 垂直置中容器中的所有子元素 */
}

.btn_line_login {
    display: flex; /* 使用 Flexbox 佈局 */
    align-items: center; /* 垂直置中按鈕中的所有子元素 */
    justify-content: center; /* 水平置中按鈕中的所有子元素 */
    flex-direction: column; /* 讓子元素垂直排列 */
}

.easy_btn.btn_line_login {
    padding-top: 25px;
}

#loginform {
    padding-top: 30px;
}

.line_bind_setting {
    align-items: center; /* 垂直置中容器中的所有子元素 */
    text-align: center;
}

.line_label_text {
    padding-top: 30px;
}
