/*
constemar.com
*/
body{
    padding: 1%;
    margin: 0 auto;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.header, h1, form, h2{
    text-align: center;
}
h1{
    color: #FFFFFF;
    font-size: 150%;
    font-weight: 100;
}
h2{
    color: #FFFFFF;
    font-size: 120%;
    font-weight: 100;
}
.especial{
    color: #FFC602;
    font-family: "WindSong", cursive;
    font-size: 200%;
    width: 95%;
}
label{
    color: #FFFFFF;
    font-size: 120%;

}
input{
    padding: 1%;
    border-radius: 7px;
    text-align: center;
    width: 90%;
    font-size: 120%;
}
input[type="submit"] {
    background-color: #000000;
    border: 1px solid #FFC602;
    border-radius: 7px;
    color: #FFF602;
    width: 60%;
    padding: 3%;
}
input[type="submit"]:hover {
    box-shadow: 1px 1px 5px #F3DB8B;
    color: #000000;
}
input:focus{
    background-color: #feecae;
    color: #000000;
}
.alert{
    border: 1px solid #ff0202;
    border-radius: 7px;
    background-color: #f3db8b;
    padding: 2%;
}
