﻿body { padding: 0;margin-right: 0;margin-top: 0;margin: 0;  font-size:14pt;background-color:#5fcba7; color:#000; font-family: "微軟正黑體","Ariel"; }
input[type=submit]{font-family: "微軟正黑體"}
input[type=button]{font-family: "微軟正黑體"}
input{color: #595959;font-family: MyCustomFont, sans-serif; font-style: normal;font-size: 1em;}
select{font-family: "微軟正黑體",color: #595959;font-family: MyCustomFont, sans-serif; font-style: normal;font-size: 1em;}
input:focus{outline:none}
select:focus{outline:none}
::placeholder { color: #b5b5b6;  opacity: 1; /* Firefox */}
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #b5b5b6;}
::-ms-input-placeholder { /* Microsoft Edge */color: #b5b5b6;}

#divFormLogin{max-width:400px; width:92%; margin:0px auto;padding:3%;background-color:#ffffff;border-radius:10px;margin-top:20px;}
#divLoginIcon{width:100%;text-align:center;height:120px;}
#divLoginIcon img{width:100%;max-width:120px;}
#divLoginBox .divAccountCtrlRow{width:100%; margin-top:20px;}
#divLoginBox .divAccountCtrlRow input{border:none}
#divLoginBox .divAccountCtrlRow input[type='text']{ width:95%; padding-left:2%; padding-right:2%; height:35px;border:solid 1px #acabab; color:#595959;border-radius:5px;}
#divLoginBox .divAccountCtrlRow input[type='password']{ width:95%; padding-left:2%; padding-right:2%; height:35px;border:solid 1px #acabab; color:#595959;border-radius:5px;}
#divLoginBox .divAccountCtrlRow select{ width:95%; padding-left:2%; padding-right:2%; height:35px;border:solid 1px #acabab; color:#595959;border-radius:5px;}

#divLoginCtrl{text-align:center;width:100%; margin-top:35px}
#btnLogin{display:block;border-radius: 10px;-webkit-appearance: none;width:100%;background-color:#5fcba7;border:none;border-radius:10px;color:#ffffff;cursor: pointer;text-decoration:none; line-height:39px;}
#btnLogin:hover{background-color:#37a782;}
#btnRegister{display:block;border-radius: 10px;-webkit-appearance: none;width:100%;background-color:#5fcba7;border:none;border-radius:10px;color:#ffffff;cursor: pointer;text-decoration:none; line-height:39px;margin-top:10px;}
#btnRegister:hover{background-color:#37a782;}
#btnForget{display:block;border-radius: 10px;-webkit-appearance: none;width:100%;background-color:#5fcba7;border:none;border-radius:10px;color:#ffffff;cursor: pointer;text-decoration:none; line-height:39px;margin-top:10px;}
#btnForget:hover{background-color:#37a782;}
#btnToBack{display:block;border-radius: 10px;-webkit-appearance: none;width:100%;background-color:#5fcba7;border:none;border-radius:10px;color:#ffffff;cursor: pointer;text-decoration:none; line-height:39px;margin-top:10px;}
#btnToBack:hover{background-color:#37a782;}