@charset "UTF-8";
@font-face{
    font-family: 'titulo';
    src: url("../fonts/Marvel/Marvel-BoldItalic.ttf");
}

.input_label {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    background: lightskyblue;
    border: 2px solid #CCC;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #FFF;
    display: inline-block;
    height: 38px;
    width: 275px;
    line-height: 36px;
    margin-right: 0;
    width: 90px !important;
    font-family: 'titulo', sans-serif;
}

#contact input[type=text] {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    background: white;
    border: 2px solid #CCC;
    border-radius: 0 5px 5px 0;
    color: black;
    font: 16px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    //font-family: ;
    height: 38px;
    line-height: 24px;
    margin: 0 8px 0 -5px;
    outline: none;
    padding: 0 3px;
    width: 150px;
    //font-size: 16px;
}

.user label {
    background: url("../SGOE/images/user.png") no-repeat 8px center;
}

.pass label {
    background: url("../SGOE/images/senha.png") no-repeat 8px center;
}

label {
    display: block;
    height: 38px;
    line-height: 36px;
    padding: 0 0 0 38px;

}

#contact input[type=password] {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    background: #FFF;
    border: 2px solid #CCC;
    border-radius: 0 5px 5px 0;
    color: black;
    font: 16px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    height: 38px;
    line-height: 24px;
    margin: 0px 8px 0 -5px;
    outline: none;
    padding: 0 3px;
    width: 150px;
}

.css_button {
    font-size: 18px;
    font-family: 'titulo', sans-serif;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #006FFF;
    padding: 8px 22px;
    cursor: pointer;
    color: #000000;
    display: inline-block;
    background-color: #63b8ee;
    font-weight: bold;
}

.css_button:hover {
    background-color: #468ccf;
}

.css_button:active {
    position:relative;
    top: 1px;
}

p{
    font-family: 'paragrafo', sans-serif;
    font-size: 22px;
    text-align: center;


    border-radius: 20px;
    border: 3px solid gray;
    padding: 12px;

    height: auto;
    background-color: #FFFFFF;
    color: #000000;


}