
.tartalom{

margin-left:auto;
margin-right:auto;
margin-top:10%;
padding:40px;
width:400px;
height:300px;
text-align:center;
border:1px solid #bababa;

}


 body > div > form > img{

margin-bottom:50px;

}

            
           
inputs:-webkit-input-placeholder { 
    color:    #b5b5b5; 
} 
 
inputs-moz-placeholder { 
    color:    #b5b5b5; 
} 
 
 .inputs  { 
	background:#fff;
    font-size: 0.8rem; 
    border: 1px solid red; 
    padding: 13px 10px; 
    width:270px; 
    margin-bottom: 20px; 
    clear: both; 
} 
.inputs:focus { 
    background: #fff; 
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 ); 
    outline: none;    
} 

.btn {
cursor:pointer;
  background: #c30c15;
  border:1px solid #c30c15;
  border-radius: 2px;
  font-family: arial;
  font-weight:bold;
  color: #ffffff;
  font-size: 14px;
  padding: 16px 25px 16px 25px;
  text-decoration: none;
}

.btn:hover {
  background: #fff;
  color:#c30c15;
  text-decoration: none;
  border:1px solid #c30c15;
}
