@charset "utf-8";
/* CSS Document */


/* ================================== Responsive FORM 1 ====================*/

 * {
  padding:0;
  margin:0;
}


 body {
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
   
/*  background:#f2f2f2;*/
 /* background:#FAEBD7*/;
}

 .clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
 .form_format {
  /*background:#fff;*/
  background:#f2f2f2; /* Change this color code to background of forms */ 
  width:1100px; /* Width of form */
 
  max-width:100%;
  box-sizing:border-box;
  padding:15px; /* padding of frame */
  margin:10% auto 0;
  position:relative;
  z-index:1;
  -webkit-box-shadow:0 23px 4px -21px rgba(0, 0, 0, 0.9);
  -moz-box-shadow:0 23px 4px -21px rgba(0, 0, 0, 0.9);
  box-shadow:0 23px 4px -21px rgba(0, 0, 0, 0.9);
}

 .form_container {
  padding:15px;
  border:1px dashed #ccc;
}
 .form_format h2 {
  font-size:1.5em;
  line-height:1.5em;
  margin:0;
}
 .form_format .title_container {
  text-align:center;
  margin:-15px -15px 15px;
  padding:15px 0;
  border-bottom:1px dashed #ccc;
}
 .form_format h3 {
  font-size:1.1em;
  font-weight:normal;
  line-height:1.5em;
  margin:0;
}
 .form_format .row {
  margin:10px -15px;
}
 .form_format .row > div {
  padding:0 15px;
  box-sizing:border-box;
}


 .form_format .col100 {
  width:100%;
  float:left;
}


 .form_format .col90 {
  width:90%;
  float:left;
}

 .form_format .col80 {
  width:80%;
  float:left;
}

 .form_format .col75 {
  width:75%;
  float:left;
}


 .form_format .col70 {
  width:70%;
  float:left;
}
 .form_format .col60 {
  width:60%;
  float:left;
}

 .form_format .col50 {
  width:50%;
  float:left;
}

 .form_format .col40 {
  width:40%;
  float:left;
}

 .form_format .col30 {
  width:30%;
  float:left;
}

 .form_format .col25 {
  width:25%;
  float:left;
}


 .form_format .col20 {
  width:20%;
  float:left;
}

  .form_format .col15 {
  width:15%;
  float:left;
}

 
 
 .form_format .col10 {
  width:10%;
  float:left;
}


.form_format .col05 {
  width:5%;
  float:left;
}

.form_format .col04 {
  width:4%;
  float:left;
}
.form_format .col03 {
  width:3%;
  float:left;
}
.form_format .col02 {
  width:2%;
  float:left;
}
.form_format .col01 {
  width:1%;
  float:left;
}




 .form_format label {
  display:block;
  margin:0 0 5px;
}
 .form_format .input_field, .form_format .textarea_field {
  position:relative;
}


 .form_format .input_field > span, .form_format .textarea_field > span {
  position:absolute;
  left:0;
  top:0;
  color:#333;
  height:100%;
  border-right:1px solid #ccc;
  text-align:center;
  width:30px;
}
 .form_format .textarea_field > span {
  border-bottom:1px solid #ccc;
  max-height:35px;
}
 .form_format .input_field > span > i, .form_format .textarea_field > span > i {
  padding-top:12px;
}
 

 /* ================ Box size and format ===============*/
 
 .form_format input[type="text"],   .form_format input[type="email"], .form_format input[type="tel"], textarea, .form_format input[type="datalist"], .form_format select[type="dataselect"]   {
  width:100%;
  padding:10px 10px 10px 35px;
  border:1px solid #ccc;
  box-sizing:border-box;
  outline:none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

.form_format input[type="number"] {
 /* text-align:center;*/
  width:100%;
  padding:10px 10px 10px 35px;
  border:1px solid #ccc;
  box-sizing:border-box;
  outline:none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}







.form_format select[type="dataselect"] {

  width:100%;
  padding:10px 10px 10px 35px;
  border:1px solid #ccc;
  box-sizing:border-box;
  outline:none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;

}

 .form_format input[type="date"] {

 width:100%; 
  
  padding:10px 10px 10px 35px;
  border:1px solid #ccc;
  box-sizing:border-box;
  outline:none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; 
}

 .form_format input[type="tel"] {

 width:100%; 
  
  padding:10px 10px 10px 35px;
  border:1px solid #ccc;
  box-sizing:border-box;
  outline:none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; 
}

 .form_format input[type="password"] {

 width:100%; 
  
  padding:10px 10px 10px 35px;
  border:1px solid #ccc;
  box-sizing:border-box;
  outline:none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; 
}

 .form_format input[type="file"] {

 width:100%; 
  
  padding:10px 10px 10px 35px;
  border:1px solid #ccc;
  box-sizing:border-box;
  outline:none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; 
}


 .form_format .input_radio  {

  position:relative;
  text-indent: 10% ;  
  top: 1px; 
  word-spacing: 5px;
  
}


 .form_format input[type="radio"] {

 /* width:100%; */

  margin-right: 4px;
  padding:10px 10px 10px 10px;
  border:1px solid #ccc; 
  box-sizing:border-box;
 
  outline:none; 
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out; 
 
}

 .form_format textarea {
  height:8em;
}
/* =================== Box shadow when focus the input =============== */
 
.form_format input[type="text"]:hover, .form_format input[type="file"]:hover, .form_format input[type="email"]:hover, .form_format input[type="tel"]:hover, textarea:hover, .form_format input[type="datalist"]:hover, .form_format select[type="dataselect"]:hover, .form_format input[type="radio"]:hover, .form_format input[type="checkbox"]:hover,  .form_format input[type="number"]:hover   {
	
  -webkit-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
  border:1px solid #f5ba1a;
}

 .form_format input[type="submit"], .form_format button[type="button"] {
  background:lightblue;
  height:50px;
  line-height:50px;
  width:100%;
  border:none;
  outline:none;
  cursor:pointer;
  color:black;
  font-size:1.2em;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}
 .form_format input[type="submit"]:hover,  .form_format input[type="submit"]:focus,
 .form_format button[type="button"]:hover, .form_format button[type="button"]:focus
  {
  color:white;
  background:blue;
}
 
 
 .credit{
  position:relative;
  z-index:1;
  text-align:center;
  padding:15px;
  color:#f5ba1a;  
}
 .credit a{
  color:#daa106;  
}



@media (max-width: 600px) {

  .form_format .col 100 .co90 .col80  .col75  .col70  .col60 .col50 .col40 .col30 .col25 .col20 .col15 .col10 .col05 col04 .col03 .col02 .col01 {
  width:100%;
  float:none;
}
	
  .form_format .col100, .form_format .col90,  .form_format .col80,  .form_format .col75,  .form_format .col70,  .form_format .col60,   .form_format .col50,   .form_format .col40,   .form_format .col30,   .form_format .col25,   .form_format .col20,   .form_format .col15,   .form_format .col10, .form_format .col05, .form_format .col04, .form_format .col03, .form_format .col02, .form_format .col01 {
 	
  width:100%;
  float:none;
}
	


 .form_format label {
  margin:10px 0;
}

}
}
