.forma{

margin: auto;
width: 500px;
}

#page-wrap {

background: white;
padding: 20px 50px 20px 50px;
margin: 20px auto;
height: 100%;
width: 100%;
border-radius: 20px;
background-color: #f2f2f2;
padding: 20px;
}

input[type=text], select, textarea {

width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
}

input[type=submit] {

background-color: steelblue;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}

input[type=submit]:hover {
background-color: royalblue;
}

.konform  {

margin-right: 15px;
padding-top: 5px;
font-size: 1.4em;
display:inherit;
}

@media only screen and (max-width: 700px){

.forma{
margin: auto;
width: 100%;
}  
}