.custom-form input,

.custom-form textarea {

    width:100%;

    margin-bottom:10px;

    padding:8px;

}



.custom-form button{

    background:#0073aa;

    color:#fff;

    border:none;

    padding:10px 20px;

    cursor:pointer;

}

#cfp-loader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#cfp-loader img {
  width: 60px;
}
