body {
color: #000066;
font-size: 15px;
font-family: monospace;
scrollbar-face-color: #ffffff ;
scrollbar-track-color: #ffffff ;
scrollbar-arrow-color: #666666;
scrollbar-3dlight-color: #ffffff;
scrollbar-shadow-color: #999999;
scrollbar-highlight-color: #ffffff ;
scrollbar-darkshadow-color: #ffffff;
}

a:link { color: #000066; }
a:visited { color: #a1acc4; }


html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  display: table;
}
body {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
input {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #000066;
}
 .button01 {
  background-color: #fff;
  border: solid 1px #000066;
  color: #000066;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1em;
}
.button01:hover {
  color: #000066;
  background-color: whitesmoke;
}
@media screen and(maxwidth:480px) {
    .row{
        flex-direction: column;
    }
}
@media screen and(maxwidth:600px) {
    .row{
        flex-direction: column;
    }
}
@media screen and(maxwidth:960px) {
    .row{
        flex-direction: column;
    }
}
@media screen and(maxwidth:1280px) {
    .row{
        flex-direction: column;
    }
}