.elementor-849 .elementor-element.elementor-element-156bfaf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-11e4c5a */.service-form-news input:focus {
        border: 1px dashed #fff;
}
.service-form-news input {
       background-color: transparent !important;
    border-radius: 10px;
    border: 1px dashed #fff;
    color: #fff !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 600;
    font-family: "Outfit", Sans-serif;
    width: 78% !important;
}
.service-form-news input::placeholder{
     color: #EFEFEF !important; 
}

.service-form-news form input[type="submit"] {
      position: absolute;
    top: 5px;
    right: 0;
    background-color: #040426 !important;
    color: #fff !important;
    border-radius: 100px;
    padding: 14px 45px !important;
    transition: all .2s 
linear;
    font-family: "Outfit", Sans-serif;
    font-size: 16px !important;
    display: inline-block;
    width: auto !important;
    border: none;
    font-weight: 500;
    margin-bottom: 0 !important;
}



@media screen and (max-width:550px) {
.service-form-news form input[type="submit"] {
          position: relative;
        top: -10px;
    padding: 10px 30px !important;
}
}/* End custom CSS */