﻿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;
}

button[type=submit] {
  background-color:lightskyblue;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}


input[type=text], select, textarea {
  width:115%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color:#4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}


.container22{
color:white;
  border-radius:10px;
  background-color:#34495E;
  padding:5px;
  width:50%;
  margin-left:auto;
  margin-right:auto;
  margin:auto;
  }

.container22 h1{
margin-top:5vh;
	
}
.column {
  float:inherit;
  width: 65%;
  margin-top: 6px;
  padding: 20px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 700px) {
  .column, input[type=submit] {
    width:100%;
    margin-top: 0;
  }
  div.container22{
  border-radius:10px;
  background-color::#34495E;
  padding: 10px;
  width:90%;
   }
 .container0{
	margin-top:50vh;
}

}
