
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    font-size: 19px;
    
    //  background: url(tlo.jpg);

}
footer{
    margin: 0px;
    padding: 0px;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    font-size: 14px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="time"], textarea{
    outline: none;
    padding: 10px;
    display: block;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: 20px auto;
    background: #CCCCFF;
}



.select{
    outline: none;
    padding: 10px;
    display: block;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: 20px auto;
    background: #CCCCFF;
}
.select3{
    outline: none;
    padding: 10px;
    display: block;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: 20px auto;
    background: #CC0033;
}

input[type="submit"]{
    padding:10px;
    color:#fff;
    background: #0098cb;
    width: 320px;
    margin: 20px auto;
    margin-top: 0px;
    border: 0px;
    border-radius: 3px;
    cursor: pointer;
}

input[type="submit"]:hover{
    background: #00b8eb;
}

.header{
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    // background: url(tlo.jpg);
}
.header a{
    color: #333;
    text-decoration: none;
}
