div#envelope{
	width: 80%;
	margin: 10px 10% 10px 10%;
	background-color: #Fff;
	padding: 0;
	border: 1px solid gray;
	border-radius: 10px;
	} 
	
div#responsive{
width:100%;
/*margin-left:5%;*/
}  

form header {
  margin: 0; 
  text-align:center;

  }
  
form header div {
  font-size: 90%;
 }

/* Makes responsive fields.Sets size and field alignment.*/
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel]
 {
	width: 100%;
	padding: 10px;
	border: 1px solid;
	background-color: rgba(255,255,255);

border-color: rgb(193, 30, 47);
	max-width:500px;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
}
textarea{
	width: 100%;
	border: 1px solid ;
background-color: rgba(255,255,255);
padding:10px;
border-color: rgb(193, 30, 47);
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
  }


#responsive div{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0;
}
 
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {

  border-color: #C11E2F;
}
label{
margin-left:0;
}

/* Sets form button size*/
input[type=submit]{
	width: 155px;
	border: 1px solid;

    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;

border-color: #FFFFFF;
	margin-right: 10%;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	font-size:16px;
font-family:"Segoe UI", Arial, Helvetica, sans-serif;
border-color: #FFF;
border-color: rgba(255,255,255,0.65);
color: #FFFFFF;
background-color: #C11E2F;
}

.column {
  flex: 50%;
}

/* Clear floats after the columns */
.row:after {
  display: flex;
}

/* By using @ media form can have different layout for screen, mobile phone, tablet.*/

/* Sets the form layout for mobile phone, tablet*/
@media screen and (max-device-width: 600px) {

div#envelope{
width:50%;
	margin: 10px 30% 10px 25%;
	background-color:#f2f4fb;
	padding:0;
	border:1px solid gray;
	border-radius:10px;
	} 
	
div#responsive{
width:100%;
/*margin-left:25%;*/
}  

form header {
  margin: 0; 
  text-align:center;
  font-family: 'Roboto Slab', serif;
  }
  
form header div {
  font-size: 90%;
 }

/* Makes responsive fields.Sets size and field alignment.*/
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel]
 {
width:100%;
  padding: 15px;
  border-radius:5px;
  border:1px solid #7ac9b7;
}
textarea{
	width:100%;
    border:1px solid #7ac9b7;
	border-radius:5px 
  }


div{
  /*padding:10px 0;*/
}
 
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {

  border-color: #4697e4;
}
label{
margin-left:0;
}


input[type=submit]{
width:160px;
padding:20px 2px;
border-radius:5px;
border:2px solid  #4697e4;
margin-right:10%
}
}
select {
	max-width:550px;
width: 100%;
height:50px;
border:1px solid #7ac9b7;
font-size:16px;
border: 1px solid ;
background-color: rgba(255,255,255);

border-color: rgb(193, 30, 47);
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;}  
