@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans/OpenSans.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans/OpenSans-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans/OpenSans.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans/OpenSans-Italic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}

* {
  font-family: Open Sans;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

a {
  color: rgb(42, 114, 204);
  text-decoration: none;
}

a:hover {
  color: rgb(33, 90, 162);
  text-decoration: none;
}

.table0 {
  width: 100vw;
  height: 100vh;
  text-align: center;
}

.table1 {
  width: 40%;
  display: inline-table;
  background-color: #e3f3ff;
  text-align: center;
  font-size: 28px;
}

.vvpole {
  width: 80%;
  border: 0;
  padding: 10px;
  font-size: 28px;
  margin-left: 5px;
}

.idpole {
  width: 60%;
  border: 0;
  padding: 10px;
  font-size: 28px;
  margin-left: 5px;
}

.authbutton {
  background-color: #b3deff;
  border: 0;
  height: 58px;
  padding: 10px;
  font-size: 28px;
}