
.botão {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 25px;
    line-height: 0;
    color: #ffffff;
    font-family: Times New Roman;
    width: 200px;
    font-size: 20px;
    padding: 20px;
    background:    #6fa8dc;
    background:    linear-gradient(#6fa8dc, #0b5394);
    border-radius: 1000px;
    padding:       20px 75px;
    color:         #ffffff;
    display:       inline-block;
    font:          normal bold 25px/1 "Open Sans", sans-serif;
    text-align:    center;
    display: inline-block;
    cursor: pointer;
    text-align: center;
 }
 .formulario{
    width: 400px;
    padding: 30px;
    border:4px solid #6fa8dc;
    text-align: center
}
.formulario p{
    width: 100%;
    font-size: 1.5em;
    text-align: center
}
.field{
    width: 100%;
    margin: 15px 0;
}
.field label, 
.field span{
    padding-left: 10px;
    font-size: 1.1em;
    display: block;
    width: 100%;
}
.radiobox label{
    width: auto;
    display: inline-block;
}
input[type=text],
input[type=email],
textarea{
    width: 100%;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;
    outline: none;
}
input#nao{
    margin-left: 30px;
}
textarea{
    line-height: 20px;
    padding: 10px;
    height: 90px;
    resize: none;
}
input[type=submit]{
    display: block;
    background-color: #6fa8dc;
    height: 35px;
    border: none;
    outline: 0;
    cursor: pointer;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
}
.box {
    width: 200px;
    height: 200px;
  }
  .container { 
    width: 400px; 
    margin-left: auto;
    margin-right: auto; 
}
.header {
    width: 100%;
    background-color: #0b5394;
}
.barra {
    background-color: #0b5394;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
  }