.update_an_account_input > input[type=submit]:hover{background-color:rgb(32, 146, 180);}
.update_an_account_input > input[type=button]:hover{background-color:rgb(32, 146, 180);}
.update_an_account_screen{margin:2%;width:96%; color:#07345e;}
.update_an_account_name{width:100%;font-size:18px;margin-bottom:20px;}
.update_an_account_input > input[type=submit], .update_an_account_input > input[type=button]{width:200px;height:40px;background-color:#07345e;color:#fff;border:0px;}
.update_an_account_text{width:99%;height:35px;margin:0px auto;text-align: center;color:rgb(32, 146, 180);}
.refund_bankname{width:100%;height:39px;color:black;}
/*.refund_bankname > option{font-size:10px;}*/


@media all and (min-width:0px) and (max-width:411px){
    .update_an_account_input{width:100%;height:auto;margin-top:5px;margin-bottom:10px;font-size:14px;}
    .update_an_account_input > table{width:100%;height:70px;font-size:11px;}
}
@media all and (min-width:411px) and (max-width:768px){
    .update_an_account_input{width:100%;height:auto;margin-top:5px;margin-bottom:10px;font-size:14px;}
    .update_an_account_input > table{width:100%;height:70px;font-size:11px;}
}
@media all and (min-width:768px) and (max-width:1024px){
    .update_an_account_input{width:100%;height:auto;margin-top:5px;margin-bottom:10px;font-size:14px;}
    .update_an_account_input > table{width:100%;height:70px;font-size:12px;}
}
@media all and (min-width:1024px) and (max-width:1152px){
    .update_an_account_input{width:100%;height:auto;margin-top:5px;margin-bottom:10px;font-size:15px;}
    .update_an_account_input > table{width:100%;height:70px;font-size:14px;}
}
@media all and (min-width:1152px){
    .update_an_account_input{width:100%;height:auto;margin-top:5px;margin-bottom:10px;font-size:15px;}
    .update_an_account_input > table{width:100%;height:70px;font-size:14px;}
}