html, body, p, h1, h2{
    padding: 0;
    margin: 0;
    font-family: "Arial";
}

body{
    background-color: white;
}


#registration-form{
    max-width: 350px;
    width: 100%;
    height: auto;
    background-color: white;
    padding-bottom: 15px;
    border: none;
    margin:0 auto;
    color: black;
    text-align: center;
}

#welcome, #loader{
    display: none;
}

#form-headline{
    max-width: 350px;
    width: 100%;
    height: 105px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin-top: 25px;
}

#form-headline span{
    font-size: 32px;
    display: block;
}


#signupform label{
    float: left;
    max-width: 350px;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}


.field_title{
    font-weight: bold;
}


#signupform input:focus{
    border: 2px solid green;
}

#odpoved:focus{
    border: 2px solid green;
}

#button-register{
    max-width: 350px;
    width: 100%;
    height: 60px;
    background-color: green;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 120%;
    cursor: pointer;
    font-weight: bold;
}

#button-register:hover{
    background-color: darkgreen;
}


#loader{
    float: left;
    margin-left: 55px;
    margin-top: 12px;
}

#welcome{
    padding: 15px;
}

.overeni{
    margin-bottom: 15px;
    font-size: 18px;
}

.info{
    text-align: center;
    clear: both;
    margin-top: 15px;
}

.already-member{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    background-color: lightgray;
    color: black;
    display: none;
}

.already-member a{
    text-transform: uppercase;
    display: block;
}