*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}


/* START OF DESKTOP VERSION CSS */
input:focus, text, tel, password, email, textarea, select {
    outline: none !important;
}

input[type="text"],
input[type="username"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea[type="textarea"],
select[type="select"] {
  border: 1px solid #BEBEBE;
  border-radius: 0px;
  background-color: #fff;
  
  font-family: Open Sans;
  font-size: 13px;
  color: #000000;
  
  padding: 10px;
  
  width: 100%;
  height: 50px;
    
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-top: 6px;
  margin-bottom: 20px;
  
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
  
}


select{
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%;

	cursor:pointer;
}


textarea[type="textarea"] {
  height:110px;
}  


input[type=text]:focus, 
input[type=username]:focus, 
input[type=tel]:focus, 
input[type=password]:focus,
input[type=email]:focus,
textarea[type=textarea]:focus, 
select[type=select]:focus{
    -moz-box-shadow: 0 0 8px #12bab6;
	-webkit-box-shadow: 0 0 8px #12bab6;
	box-shadow: 0 0 8px #12bab6;
	border: 1px solid #BEBEBE;
	

	}

table {
   border: 0px;
   width: 100%;
   padding: 0px;
}



/* START OF MOBILE VERSION CSS */
input:focus, text-mobile, tel-mobile, password-mobile, email-mobile, textarea-mobile, select-mobile {
    outline: none !important;
}

input[type="text-mobile"],
input[type="username-mobile"],
input[type="tel-mobile"],
input[type="password-mobile"],
input[type="email-mobile"],
textarea[type="textarea-mobile"],
select[type="select-mobile"] {
  border: 1px solid #BEBEBE;
  border-radius: 0px;
  background-color: #fff;
  
  font-family: Open Sans;
  font-size: 22px;
  color: #000000;
  
  padding: 10px;
  
  width: 100%;
  height: 50px;
    
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-top: 6px;
  margin-bottom: 20px;
  
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
  
}


input[type="password-mobile"] {
-webkit-text-security: disc; /* Default */  
}


select-mobile{
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%;

	cursor:pointer;
}


textarea[type="textarea-mobile"] {
  height:110px;
}  


input[type=text-mobile]:focus, 
input[type=username-mobile]:focus, 
input[type=tel-mobile]:focus, 
input[type=password-mobile]:focus,
input[type=email-mobile]:focus,
textarea[type=textarea-mobile]:focus, 
select[type=select-mobile]:focus{
    -moz-box-shadow: 0 0 8px #12bab6;
	-webkit-box-shadow: 0 0 8px #12bab6;
	box-shadow: 0 0 8px #12bab6;
	border: 1px solid #BEBEBE;
	}

	
/* JOINT CSS FOR BOTH DESKTOP AND MOBILE VERSIONS */
label {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
  
  display: block;
}


label2 {
  font-family: Open Sans;
  font-size: 13px;
  font-weight: bold;
  color: #12bab6;
  
  display: block;
}

legend {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  
  padding-top: 0px;
  padding-bottom: 20px;
  
  display: block;
}

button {
  font-family: Open Sans;
  font-size: 18px;
  text-align: center;
  
  color: #000000;
  background-color: #d5d1d0;
  border: 1px solid #d5d1d0;
  
  width: 100%;
  border-radius: 0px;  
  
  cursor:pointer;
  
  padding: 19px 39px 19px 39px;
  margin-bottom: 0px;
  
}

button:hover {
  color: #fff;
  background-color: #12bab6;
  border: 1px solid #12bab6;
}