@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: linear-gradient(to right, #6B4FD0, #6B45BC, #6D47BD, #6B45BC, #413267);
    font-family: Arial, Helvetica, sans-serif;
}

input{
    display: block;
    height: 55px;
    /*max-width: 400px;*/
    width: 400px;
    margin: 10px;
    border-radius: 30px;
    border: 1px black;
    font-size: 10pt;
    text-align: left;
    padding-left: 3%;
    outline: none;
}



.form-control::placeholder {
    color: #fff;;
}
.form-control {
    color: #000;
    background-color: rgba(255, 255, 255, 0.3);
}

.sign {
    background-color: #FF8C00 !important;
    border: none;
    color: #fff;
    text-align: center;
    width: 413px;
}
#cad {
    width: 420px;
    margin: 110px auto 0px auto;
    text-align: center;
}

#cad h1 {
    color: white;
    padding: 20px;
}

#corpo-form{
    /** background-color: brown; **/
    width: 420px;
    margin: 150px auto 0px auto;
    text-align: center;
}

#corpo-form h1 {
    /*color: #FF8C00;*/
    color: white;
    padding: 15px;
}

 a {
    color: white;
    display: block;
    font-size: 13pt;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
