
.identity-container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.identity-image {
    max-width: 100%;
    max-height: 70%;
}

.text-wifi4eu {
    font-family: Bold;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #039;
    text-shadow: 1px 1px 1px #777;
}

.text-europe  {
    font-family: Bold;
    font-weight: 800;
    font-size: 39px;
    line-height: 100px;
    color: #039;
    text-shadow: 1px 1px 2px #777;
}

.checkboxContainer input {
    display: none;
}    

.checkboxContainer {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-family: bold;
    font-size: 19px;
}

.checkboxContainer .checkmark {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #777;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    border: 2px solid #e6e6e6;
}

.checkboxContainer input:checked + .checkmark {
    background-color: #039;
}

.checkboxContainer:hover .checkmark {
    background-color: #0066cc;
}
.checkboxContainer input:checked + .checkmark:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 9px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}    

.body { 
    font-family: bold;
    font-weight: 100;
    font-size: 12px;
    line-height: 35px;
    color: #777;  
}

.button  {
    background-color: #039; 
    border-radius: 22px;
    color: white;
    padding: 10px 19px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
}

.button:hover {
    background-color: #0066cc; 
    border-radius: 22px;
    color: white;
    padding: 10px 19px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
}

.button:disabled {
    background-color: #777; 
    border-radius: 22px;
    color: white;
    padding: 10px 19px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
}


















