
input[type="text"] {
  display: block;
  margin: 0;
  width: 200px;
  font-family: sans-serif;
  font-size: 12px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}

input[type="email"] {
  display: block;
  margin: 0;
  width: 200px;
  font-family: sans-serif;
  font-size: 12px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}

input[type="password"] {
  display: block;
  margin: 0;
  width: 200px;
  font-family: sans-serif;
  font-size: 12px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}

.style-1 input {
  padding: 3px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input:focus,
.style-1 input.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 2px 1px #969696;
}


.style-2 input {
  padding: 3px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  margin: 2px;
}
.style-2 input:focus,
.style-2 input.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 2px 1px #969696;
}



.style-3 input {
  padding: 4px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  margin: 2px;
}
.style-3 input:focus,
.style-3 input.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 2px 1px #969696;
}


.style-label-2{
display: block;
width: 100%;
float: left;
font-size: 10px;
}

.style-label-3{
display: block;
width: 100%;
float: left;
font-size: 12px;
}

.style-label-4{
display: block;
width: 100%;
float: left;
font-size: 14px;
padding: 1px;
}

.test_opti input
{
  position: absolute;
  left: -400px;

}

.style-opti input {
  position: relative;
  text-align: center;
  width: 150px;
  left: -50px;
  padding: 3px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-opti input:focus,
.style-opti input.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 2px 1px #969696;
}



.style-new_input input {
  position: relative;
  text-align: center;
  width: 110px;
  left: -50px;
  padding: 3px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-new_input input:focus,
.style-new_input input.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 2px 1px #969696;
}




/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
  left: 0px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #9460cd;
}

input:focus + .slider {
  box-shadow: 0 0 1px #9460cd;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}





/* The slider */
.slider_new_input {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_new_input:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider_new_input {
  background-color: #9460cd;
}

input:disabled + .slider_new_input {
  background-color: #cdb5e8;
}


input:focus + .slider_new_input {
  box-shadow: 0 0 1px #9460cd;
}

input:checked + .slider_new_input:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded slider_new_inputs */
.slider_new_input.round {
  border-radius: 34px;
}

.slider_new_input.round:before {
  border-radius: 50%;
}



/* The slider */
.slider_parameter_room {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_parameter_room:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider_parameter_room {
  background-color: #9460cd;
}

input:disabled + .slider_parameter_room {
  background-color: #cdb5e8;
}


input:focus + .slider_parameter_room {
  box-shadow: 0 0 1px #9460cd;
}

input:checked + .slider_parameter_room:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded slider_parameter_rooms */
.slider_parameter_room.round {
  border-radius: 34px;
}

.slider_parameter_room.round:before {
  border-radius: 50%;
}