@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

h1, h2 {
    color:white;
    text-align: center;
}

input.accesscode, button.attestation {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.captcha {
    position:relative;
    width:550px;
    margin-left:auto;
    margin-right:auto;
}

input.accesscode {
    height:36px;
    width:300px;
}

.topbar {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:54px;
    background-color:#003896;
    line-height:14px;
}

.topbar img{
    max-height:70%;
    margin-top:8px;
    margin-left:30px;
}

.topbar a.homelink{
    display:block;
    text-decoration:none;
    padding-right:22px;
    color:white;
    float:right;
    padding-top:20px;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1px;
}

.topbar a.homelink:hover{
    color:#A7BBD7;
}

.content {
    position:absolute;
    width:60%;
    margin-top:85px;
    margin-left:20%;
    background-color:rgb(0,56,150);
    padding:35px;
    color:white;
    font-size:20px;
    line-height:30px;
}

button.attestation {
    font-size:17px;
    color:#003896;
    background-color:white;
    font-weight:bold;
    padding:25px;
    border-radius:5px;
  }

button.attestation:hover {
    color:black;
    opacity:95%;

}

.content a {
    color:white;
}

.content table {
    color:white;
}

.content select, .content table input {
    padding:5px;

}
