body, html {
    padding: 0;
    background-color: #000;
    color: #fff;
}

body {
    margin: 0;
}

body, html {
    height: 100%;
    width: 100%;
}

body, html, table {
    font-size: 15px;
    font-family: "Courier New", Courier, monospace;
}

body {
    background-color: #000;
}

input[type='text'],
input[type='password'] {
    width: 90%;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border: 1px #D5DDE0 solid;
    line-height: 25px;
}

h1 {
    font-size: 32px;
    font-weight: 900;
}

h2 {
    font-size: 26px;
    font-weight: 900;
}

h3 {
    font-size: 18px;
    font-weight: 900;
}

a, a:link, a:hover, a:visited {
    color: #00bfe2;
    text-decoration: none;
    border-bottom: 1px #00bfe2 dashed;
}

a:hover {
    text-decoration: none;
    color: #00ffdc;
    border-bottom: none;
}

.agty {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.agtyInfo {
    width: 600px;
    display: inline-block;
    border: 3px #999 double;
}

.agtyInfo legend {
    border: 3px #999 double;
    padding: 0 10px 0 10px;
    font-size: 14px;
}

input.button,
a.button,
a.button:link,
a.button:hover,
a.button:visited {
    background-color: transparent;
    align-items: center;
    background-color: rgba(51, 51, 51, 0.5);
    border: 3px rgb(0, 70, 200) solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Glober, Helvetica, Tahoma, sans-serif;
    color: rgb(0, 70, 200);
    padding: 12px 32px 12px 32px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    cursor: pointer;
    transition: all 0.75s ease;

}


input.smallButton,
a.smallButton,
a.smallButton:link,
a.smallButton:hover,
a.smallButton:visited,
.smallButton {
    padding: 5px 10px 5px 10px;
    margin: 2px;
}

input.buttonRed,
a.buttonRed,
a.buttonRed:link,
a.buttonRed:hover,
a.buttonRed:visited,
.buttonRed {
    color: #f00;
    border-color: #f00;
}

input.button:hover,
a.button:hover {
    border-color: rgb(0, 255, 220);
    color: rgb(0, 255, 220);
    background-color: rgba(255, 255, 255, 0);
}

a.button,
a.button:link,
a.button:hover,
a.button:visited {
    display: inline-block;
}

.agtyPanel {
    margin: 5px;
    text-align: center;
}