

/* Start:/local/components/main/send.form/templates/form2/style.css?16427590011180*/
 

.form-st-input-box {
  position: relative;
}

.form-st-input-box input,
.form-st-input-box textarea{
    width: 100%;
    padding: 6px 7px;
    font-size: 16px;
    color: #fff;
    margin-top: 7px;
	margin-bottom: 17px;
    border-top: 0px solid #eee;
	border-right: 0px solid #eee;
	border-left: 0px solid #eee;
	border-bottom: 2px solid #eee;
	outline: none;
    background: transparent;
}

.form-st-input-box input:focus ~ label,
.form-st-input-box input:not(:placeholder-shown) ~ label,
.form-st-input-box textarea:focus ~ label,
.form-st-input-box textarea:not(:placeholder-shown) ~ label{
  top: -18px;
  left: 0;
  font-size: 12px;
}

.form-st-input-box input:focus,
.form-st-input-box input:not(:placeholder-shown),
.form-st-input-box textarea:focus,
.form-st-input-box textarea:not(:placeholder-shown){
  border-bottom: 2px solid #7bae2c;
}
 
.form-st-input-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 0px 6px;
  margin: 13px 6px;
  font-size: 15px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}
 
.form_submit{
	padding: 6px 47px;
    background: #EA008C;
    border: 1px solid #EA008C;
    color: #fff;
    border-radius: 20px;
}

/* End */
/* /local/components/main/send.form/templates/form2/style.css?16427590011180 */
