body {

  font-family: source-sans-pro, sans-serif;
  background-color: #088A20;
}
header{
  width:1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:10px auto;
  }
#head_l{
  width: 200px;  
  text-align: right;
}
#head_l img{
  width: 180px;
  text-align: center;
}
#head_r{
  padding-left:50px;
  width:500px;
  text-align: left;
}
/*h1 {
  margin-left: auto;
  margin-top: 50px;
  font-weight: 100;
  font-size: 1.6em;
  color: #ffffff;
}*/
h1, h2 {
  margin-left: auto;
  margin-top: 15px;
  font-weight: 100;
  font-size: 1em;
  color: #ffffff;
}
main {
  width:800px;
  margin:10px auto;
}
main fieldset
{
  background-color: #08811E;
  border:2px solid #124D2A;
  border-radius: 10px;
}
main legend{
  color:#ffffff;
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
}
main label{
  color:#CDFED8;
  margin: 0 10px 0 20px;
}
main sup{
  color:#FFFD8F;
  font-size: 1.3em;
}
.prawa
{
  text-align: right;
  color:#FFFD8F;
}

.formStyle { 
  background-color: #2ecc71;
  padding: 10px; 
  width: 200px; 
  margin-bottom: 15px; 
  border-bottom-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-color: #ecf0f1; 
  border-top-style: none; 
  border-right-style: none; 
  border-left-style: none; 
  font-size: 1em;
  font-weight: 100;
  color: #ffffff;
  vertical-align: middle;
}
#sName{
  width:550px;
  font-family: source-sans-pro, sans-serif;
  padding: 10px;
  margin-bottom: 15px; 
  border-bottom-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-color: #ecf0f1; 
  border-top-style: none; 
  border-right-style: none; 
  border-left-style: none; 
  font-size: 1em;
  font-weight: 100;
  color: #ffffff;
  vertical-align: middle;
} 
#sName:focus{
    outline: none;
    border-bottom-color: #AD4C15;
}
#sZip{
  width: 150px;
}
#sAddress{
  width:550px;
}
.formButton {
  /*float: right;*/
	background-color:#27ae60;
	display:inline-block;
	color:#ffffff;
	border:2px solid #ffffff;
	font-size:18px;
	font-weight: 500;
	padding:6px 24px;
  margin-top: 15px;
  margin-left: 60px;
	text-decoration:none;
}
select{
  font-size: 1em;
  font-weight: 100;
  color: #ffffff;
  background-color:#2ecc71;
  padding:6px;
}

#Warning{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items:stretch;
  color:#ffffff;
  font-size: 0.8em;
}
#Warning a{
  color: #FFFD8F;
  text-decoration: none;
}

#Warning1{
  width:350px;
  margin-top:0;
  border-bottom: 1px solid  #ecf0f1; 
}
#Warning1::first-letter{
  font-size:1.5em;
  font-weight: bold;
  color: #8FFFA3;
}
#Warning2{
  width:350px;
  margin-top:0;
  border-bottom: 1px solid  #ecf0f1; 
}
#Warning2::first-letter{
  font-size:1.5em;
  font-weight: bold;
  color: #8FFFA3;
}

#Warning3{
  width:200px;
  margin-top:0;
  border-bottom: 1px solid  #ecf0f1; 
}
#Warning3::first-letter{
  font-size:1.5em;
  font-weight: bold;
  color: #8FFFA3;
}

#stud{
  /*width: 100%;*/
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  margin:10px;
}
#stud1{
width:48%;
}
#stud2{
  width:48%;
}
.uformStyle { 
  background-color: #2ecc71;
  padding: 3px; 
  width: 130px; 
  margin-bottom: 5px; 
  border-bottom-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-color: #ecf0f1; 
  border-top-style: none; 
  border-right-style: none; 
  border-left-style: none; 
  font-size: 0.9em;
  font-weight: 100;
  color: #ffffff;
  vertical-align: middle;
}
#stud label{
  color:#CDFED8;
  margin: 0 10px 0 20px;
  font-size: 0.9em;
}

.user{
  margin:5px 0;
  border-bottom:1px solid #124D2A;
}
#info{
  color: #ffffff;
}
#info b{
  color:#C3FFF2;
}
#info strong{
  color:#F5FFC2;
}
.formButton:hover {
	background-color: #088A20;
  color:#ffffff;
}

.formButton:active {
	position:relative;
	top:3px;
}

/*To remove the outline that appears on clicking the input textbox*/
input:focus {
  outline: none;
  border-bottom-color: #AD4C15;
}

/* To format the placeholder text color */
::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

:-ms-input-placeholder {  
   color: #ffffff;  
}