body {
    background-color: #ffffff00;
}

form {
    margin-left: 5%;
    margin-top: 2%;
}

label {
    font-size: 120%;
    font-weight: semi-bold;
}

#dados {
    margin-bottom: 10%;
    line-height: 1px;
}

#dados img {
    position: relative;
    left: 0%;
    margin-top: 10%;
    width: 40%;
}

#obg {
    font-size: 150%;
}

img {
    position: fixed;
    top: 1%;
    left: 70%;
}

input[type='radio']:checked:after {
    width: 3px;
    height: 3px;
    border-radius: 15px;
    top: -1px;
    left: 2px;
    position: relative;
    background-color: #FF6618;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #FF6618;
}



button {
    position: fixed;
    margin-left: 5%;
    bottom: 5%;
    border-radius: 50px;
    background-color: #FF6618;
    border: none;
    color: #FFFFFF;
    font-size: 20px;
    padding: 10px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
}

button span {
    cursor: pointer;
    display: inline-block;
    transition: 0.5s;
}

button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

button:hover {
    padding-right: 30px;
    box-shadow: 0px 0px 4px #333333;
}

button:hover span:after {
    opacity: 1;
    right: 0;
}


.info {
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 200%;
    position: relative;
    margin-left: 21%;
}

.title {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 150%;
}



.cab {
    background: #FF6618;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 10px;
}

.labfin {
    font-size: 80%;
}


.form1 {
    position: relative;
    box-shadow: 0px 0px 10px #333333;
    display: none;
    z-index: 2;
    margin: auto;
    width: 100%;
    text-align: left;
    background-image: url("home.jpg");
    background-repeat: no-repeat;
    background-position: 1px;
    background-size: cover;
    top: 5%;
    height: 750px;
    border-radius: 10px;
}

.form2 {
    position: relative;
    box-shadow: 0px 0px 10px #333333;
    display: none;
    z-index: 2;
    margin: auto;
    width: 100%;
    text-align: left;
    background-image: url("home.jpg");
    background-repeat: no-repeat;
    background-position: 1px;
    background-size: cover;
    top: 5%;
    height: 650px;
    border-radius: 10px;
}

.form3 {
    position: relative;
    box-shadow: 0px 0px 10px #333333;
    display: none;
    z-index: 2;
    margin: auto;
    background-image: url("home.jpg");
    background-repeat: no-repeat;
    background-position: 1px;
    background-size: cover;
    top: 5%;
    height: 650px;
    width: 100%;
    text-align: left;
    border-radius: 10px;
}

.dados {

    display: none;
    font-size: 150%;
    position: relative;
    box-shadow: 0px 0px 10px #333333;
    z-index: 2;
    margin: auto;
    text-align: center;
    background: #F5F5F5;
    top: 100%;
    border-radius: 10px;
    height: 650px;
    width: 100%;


}


input[type=text] {
    background: #ffffff;
    box-shadow: 0px 0px 2px #333333;
    border: 0px;
    width: 50%;
    height: 30px;
}



input[type=text]:hover,
textarea:hover {
    background: #ffffff;
    box-shadow: 0px 0px 4px #333333;
}

input[type=number] {
    background: #ffffff;
    box-shadow: 0px 0px 2px #333333;
    border: 0px;
    width: 15%;
    height: 30px;
}



input[type=number]:hover,
textarea:hover {
    background: #ffffff;
    box-shadow: 0px 0px 4px #333333;
}

span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 2px #333333;
    -moz-box-shadow: 0px 0px 2px #333333;
    -webkit-box-shadow: 0px 0px 2px #333333;
    background: #d6d6c2;
    height: 30px;
    border: 1px solid #000000;
}