﻿body, table, select { font-family:MontserratRegular; font-size:12pt; color:#000 ;background-color:#edf1f4;}

table { border:none; border-collapse:collapse; margin:0; padding:0 }
table td { padding:0 }

input[type=text] { border:none; border-bottom:1px solid gray; padding:5px 0 2px 0; outline:none; width:100%; background-color:transparent; }
input[type=text]:focus { border-bottom:2px solid red; }

input[type=password] { border:none; border-bottom:1px solid gray; padding:5px 0 2px 0; outline:none; width:100%; background-color:transparent; }
input[type=password]:focus { border-bottom:2px solid red; }

select { border:none; background-color:transparent; }
