/* You can add global styles to this file, and also import other style files */
.error{
  color:red;

}
/*table border*/
th {
  background-color: #4CAF50;
  color: white;
  border-bottom: 1px solid #ddd;

}
td {
  padding: 5px;
}
table{
  border: 1px solid blue;
}
button {
  background-color: blue;
  color: antiquewhite;
}
.companylabel {
  background-color:darkblue;
  color: antiquewhite;
  font-family: 'Times New Roman';
  font-size: 18;
}

.alink{
  color:antiquewhite;
}
.submitbtn{
  background-color: blue;
  color: antiquewhite;
  width: 100px;
  height: 30px;
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
