div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #252331;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#cadastroSignup1
{
   background-color: #FFFFFF;
   border: 1px solid #FFFFFF;
   border-radius: 15px;
   color: #4682B4;
   font-family: Arial;
   font-weight: bold;
   font-size: 17px;
   font-style: normal;
   text-align: left;
   text-decoration: none;
   border-spacing: 6px;
   width: 679px;
   height: 499px;
}
#cadastroSignup1 td
{
   padding: 0;
}
#cadastroSignup1 .header
{
   background-color: rgba(70,130,180,0.00);
   color: #4682B4;
   height: 19px;
   padding: 8px 8px 8px 8px;
   text-align: center;
}
#cadastroSignup1 .label
{
   height: 19px;
}
#cadastroSignup1 .row
{
   height: 41px;
   text-align: left;
}
#cadastroSignup1 .input
{
   background-color: #FFFFFF;
   border: 1px solid #87CEEB;
   border-radius: 10px;
   color: #4682B4;
   font-family: Arial;
   font-weight: bold;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   width: 100%;
   height: 41px;
   box-sizing: border-box;
   padding: 10px 8px 10px 8px;
}
#cadastroSignup1 .input:focus
{
   border-color: #66AFE9;
   outline: 0;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
}
#cadastroSignup1 .button
{
   background-color: #3370B7;
   border: 1px solid #2E6DA4;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   padding: 8px 14px 8px 14px;
   -webkit-appearance: none;
}
