body{
    font-family: "trebucht MS", Helvetica, sans-serif;
    background: #643D87 url(imagens/fundo.jpg) no-repeat top center;
}

#container{
    width: 400px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 120px;
    text-align: center;
}

#container img{
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 30px;
}

input{
    height: 40px;
    width: 80%;
    font-size: 13px;
    margin-bottom: 10px;
    background-color: #fff;
    padding-left: 40px;
    border: none;
    background-repeat: no-repeat;
    background-position: 10px;
}

input.email{
    background-image: url(imagens/icone-usuario.png);
}

input.senha{
    background-image: url(imagens/icone-cadeado.png);
}

input.submit{
     color: #fff;
     background-color: #f79300;
     border: 2px solid #db7d00;
     padding: 5px 20px;
     height: 45px;
     width: 90%;
     background: linear-gradient(to bottom, #faa600, #f68a00);
}

