* {
    margin-left: auto;
   margin-right: auto;
   padding: 05;
   margin-top: 0;
   margin-bottom: 25;
 /*  background: url("img/fondo2.jpg")   */



}



form {
	margin-top:  80;
    color: rgba(128,128,128);
    border-radius: 0px;
    background: #f7f7f7;
    max-width: 235px;
    padding: 0.7em;
    background-size: 100%;
}

img {
    width: 150px;
    height:120px;
    margin-left: 35;
    background:   #f7f7f7;
    border: #f7f7f7 2px ;
    border-image-slice: 0;
    padding: 0px;
}


p{
  background:   #f7f7f7;
}

body {
 // 
     background: #DEDEDE;
     min-height:0vh;
     margin: 0px ;
}

input{
    display: block;
    padding: 2.0%;
    width: 80% ;
    margin: 20px 22.5;   
    font-size: 14px;
    color: rgba(0,0,0,1);
    border-radius: 6px;
    border-color: white;
    background: white;
}

input[type="submit"]{
     margin-top: 0;
     background: #49b536;
     color:  white;   
     opacity: 1;
     cursor: pointer;
     font-face="Comic Sans MS,arial";
     font-size: 14px;
     font-stretch: 100px;
     margin-bottom: 5;
     width: 200px;
     height:42px;
     border-color: transparent;
     border-radius: 0px;
}

input[type="submit"]:hover{
     opacity:0.7;
}

input[type="submit"]:active{
     transform: scale(0.7);
}










