
/*
	CSS by EDS
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

		.custom1 {

			width: 30%;
		}

    input[type="text"] {
      border: 2px solid blue; /* 2px width, solid style, blue color */
    }
	
	    select {
        border: 2px solid blue; /* Sets a 1px solid blue border */
    }
	
/*	HTML CSS JSResult Skip Results Iframe EDIT ON 


label {
  font-size: 15px;
  font-weight: bold;
}

textarea {
  resize: none;
  padding: 10px;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1.3px;
  border-radius: 5px;
}

textarea:focus {
  outline: 1px solid rgb(14, 51, 14);
}

#progress {
  width: 100%;
  height: 7px;
  box-shadow: inset 1px 1px 2px #ccc;
  border: 1px solid #bbb;
  border-radius: 15px;
}

#progress-bar {
  height: 100%;
}

#remaining-chars {
  font-size: 11px;
  color: #b62020;
  margin-top: 3px;
  float: right;
  display: none;
}
 */