body {
    background-color:lightgray;
}
/*#ffe6e6*/

div.wrapper {
    background-color:;
    padding: 0.5em;
    border-radius: 10px;
    text-shadow: 0px 1px 3px lightgray;
    text-align:center;
}

hr{
    margin-top:20px;
    margin-bottom:20px;
    border:0.2;
    border-top: 1px solid #eee;
    height:0.2;
    box-sizing:content-box;
}

input[type=submit]{
    background:black ;
    color:white ;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    font-family:Georgia;
}

input[type=submit]:hover{
    background: white;
    box-shadow:0 2px 5px rgba(0,0,0,0.3);
    color:black;
    font-family:Georgia;
}

.error {
    color: red;
}

