﻿/* Styles for ForgetVerifyCode.cshtml 
2026/01/20 IT20202601141010 CSP調整 忘記密碼頁面 新增 .refresh-btn 人員(Hans)
*/
.smart-form header, .client-form header {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.marginAutoWith40 {
    margin: 0px auto;
    width: 40%
}

.hiden {
    display: none;
}

.cursorPointer {
    cursor: pointer;
}

.refresh-btn {
    cursor: pointer;
    width: 30px;
}