.LiveField {
	box-shadow:none !important;
	background-color:transparent!important;
}
.LiveField__input {
    border:none;
    border-bottom:1px solid #cecece!important;
    padding:0px 15px !important;
    border-radius:0;
    color:#555;
    line-height:42px;
    background:rgba(255,255,255,1) !important;
}
.LiveField .LiveField__container {
  padding:0px 0px 20px 0px;
  
 
}
.textarea.LiveField__input[rows] {
    background:rgba(255,255,255,1);
}
.editor .LiveField--active .LiveField__input:not(.LiveField__input--manualfocus), .editor .LiveField__input--manualfocus:focus {
  border-bottom: 1px solid #e9eaeb;
}
textarea.LiveField__input[rows]{
    box-shadow:none!important;
}
.LiveField__input:focus {
  /*box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.2) !important;*/
  /*-webkit-box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.2) !important;*/
  /*-o-box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.2) !important;*/
  /*-moz-box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.2) !important;*/
  /*-ms-box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.2) !important;*/
}
.submit {
   width:25%;
   margin:0 auto;
    padding-top:10px;
     
   font-size:16px;
   font-weight:700;
}
.submit .btn-raised .btn-primary {
	border-radius: 3px;
	/* padding-bottom: 10px; */
	/* padding-top: 10px font-size:16px; */
	text-align: center;
	/* padding-top: 10px; */
	margin-top: 10px;
	 font-size:16px;
   font-weight:700;
}
.submit .btn-raised:hover {
 background-color: #ea6645;
    border-color: #ea6645;
    color: #ffffff;
}


._iframe:not(._takeover) .editor {
	padding-top: 10px !important;
}
.LiveFieldSection {
	padding-bottom: 0 !important;
}

.Paperform__popupcontent {
	max-width:600px !important;
	padding: 30px !important; 
}

@media (max-width:767px){
    .submit {
    	width: 50%;
    }
}
