@media (max-width: 780px) {
    div.box_login {
        min-width: 350px;
        width: 100%;
        border: none;
        padding: 0;/*30PX*/
        margin: 15% 0; /* 15% from the top and centered */
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .formulraio_login{ width: 350px; }

}
.imglogo{
    width: 200px;
}

<<<<<<< Updated upstream
#cont_intermedio{float:left; width:100%; height:auto; z-index:0;background-color:#ffffff;text-align:center;}#cont_intermedio{float:left; width:100%; height:auto; z-index:0;background-color:#ffffff;text-align:center; margin-top: 80px;}
=======
#cont_intermedio{float:left; width:100%; height:auto; z-index:0;background-color:#ffffff;text-align:center; margin-top: 80px;}
#contenido {position:relative;left:0% ; /*top:30px;*/ top:30px; /*width:100%;*/z-index:0;background-color:#ffffff;text-align:center;}
>>>>>>> Stashed changes

.box_login {
    border: .15px solid #888;
    /*padding: 2%;/*30PX*/
    margin: 100px auto; /* 15% from the top and centered */
  
      -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.65);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.65);
    width: 500px;
}

.formulraio_login{ width: 460px; margin: 20px auto; }



.formulraio_login tr td {padding: 4px; padding-top: 1px; padding-bottom: 1px; }
.formulraio_login tr td:nth-child(1) { width: 100px; /*background-color:red;*/ }
/*.formulraio_login tr td:nth-child(2) { width: 200px; }*/
.formulraio_login tr td input[type="submit"] { width: 150px; }
.formulraio_login tr:last-child td:nth-child(2) { text-align: right; }


