
*{
    margin: 0%;
    padding: 0%;
}

body{
    background-color:rgb(160, 171, 236);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1em;
    margin-left: 36%;   
}

#titulo{
    color: #ffffff;
    border: 0%;
    margin-left: 7%;
}

#subtitulo{
    color:rgb(63, 108, 190);
    justify-content: center;
    border: 0%;
    margin-left: 10%;
}



fieldset {   
    border: unset;
    
}

#img {
    height: 11%;
    width: 11%;
    border-radius: 50%;
    margin-left: 15%;
}
#img2 {
    height: 11%;
    width: 11%;
    margin-left: 30%;
}   

input {
    border-radius: 15px;
    margin-bottom: 1px;
    display: block;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border: 1px solid rgb(0, 0, 0);
    margin-top: 7px;
}
#titulo2 {
    color: rgb(77, 77, 233);
}

.campo {
    color: rgb(70, 70, 165);
    font-family: Georgia, Times, 'Times New Roman', serif;
    
}