@font-face {
    font-family: OpenSans-VariableFont;
    src: url(OpenSans-VariableFont_wdth,wght.ttf);
}

body
{
    background-color: #0e2d44;
}

h1
{
    font-family: OpenSans-VariableFont;
    font-size: 60px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 20px;
}

h2
{
    font-family: OpenSans-VariableFont;
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
}

div
{
    font-family: OpenSans-VariableFont;
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
}

table, th
{
    margin: auto;
    margin-top: 15%;
    margin-bottom: 15%;
    font-weight: 100;
}

input[type=password]
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 100px;
    border-style: hidden;
    height: 20px;
    padding: 10px;
}

input[type=button]
{
    background: #0c2d46;
    color: white;
    margin-left: 10px;
    border-radius: 100px;
    border-style: hidden;
    font-family: OpenSans-VariableFont;
    font-size: 24px;
    width: 150px;
    padding: 5px;
}

input[type=button]:hover
{
    background: white;
    color: #0c2d46;
    margin-left: 10px;
    border-radius: 100px;
    border-style: hidden;
    font-family: OpenSans-VariableFont;
    font-size: 24px;
    width: 150px;
    padding: 5px;
    cursor: pointer;
}

.submit
{
    background-color: #4CAF50;
    font-family: OpenSans-VariableFont;
}

a
{
    color: #60bfe9;
}

a:hover
{
    color: #61c6cd;
}
