@font-face {
    font-family:'LoginFont';
    src: url('LoginFont.ttf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

html, body {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12pt;
    margin: 0px;
}

.content {
    width: 100wh;
    height: 100vw;
    background-image: repeating-linear-gradient(rgb(2, 8, 43),#2e348f);
    margin: 0px;
    padding: 10% 0px 0px 0px;

    text-align: center;
    font-family:'LoginFont';
    font-style: normal;
    font-weight: normal;
    font-size:16pt;
    color: #fff;
}

table td{
    font-size:28px;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #04AA6D;
    width: 500px;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

.loginboxtop {
    align-items: center;
    margin-left: calc(50% - 300px);
    width: 600px;
    height: 50px;
    line-height: 50px;
    font-size:20pt;
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, .5);
    border-radius: 20px 20px 0px 0px;
}

.loginbox {
    align-items: center;
    vertical-align: middle;
    margin-left: calc(50% - 300px);
    width: 600px;
    height: 350px;
    padding: 30px 0px 20px 0px;
    background-color: #fff;
    color: #000;
    border-radius: 0px 0px 20px 20px;
    background-image: repeating-linear-gradient(rgba(255, 255, 255, 0.836),#dfdfdf);
    box-shadow: 10px 10px 50px;
}

input {
    font-family:'LoginFont';
    font-style: normal;
    font-weight: normal;
    font-size:20pt;
    width: 325px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
  }

.error {
    color: #f00;
}

a:link { color: #fff; font-size: 14pt; }
a:visited { color: #fff; }
a:hover { color: rgb(206, 206, 206); }
a:active { color: #fff; }
