/* Material Design CSS for form fields: input, select, email, textarea
   Suitable for use in the editor. Adjust colors as needed for your theme. */

 
  

  
  .cog-body input:focus,
  .cog-body select:focus,
  .cog-body textarea:focus {
    border-bottom: 2px solid #1976d2;
  }
  
  .cog-body input[type="text"],
  .cog-body input[type="email"],
  .cog-body select,
  .cog-body textarea {
    width: 100%;
    border: none;
    border: 1px solid #bdbdbd;
    outline: none;
    font-size: 1.1rem;
    padding: 16px 12px 8px 12px;
    background: transparent;
    color: #212121;
    transition: border-color 0.2s;
    resize: none;
  }
  

  /* Example for select arrow */
  .cog-bodyselect {
    appearance: none;
    -webkit-appearance: none;
    background: transparent url('data:image/svg+xml;utf8,<svg fill="%23757775" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 12px center/24px 24px;
    padding-right: 40px;
  }
  
  /* Remove resize handle for textarea */
  .cog-body textarea {
    resize: none;
    min-height: 100px;
  }

  .cog-body {
    margin-top:40px;
  }
  .cog-body .el-button--default {   
    min-width: 260px;
    text-transform: uppercase;
    background-color: var(--wp--preset--color--secondary);
    border-radius: 50px;
    color: var(--wp--preset--color--tertiary);
    font-size: var(--wp--preset--font-size--x-small);
    letter-spacing: 0.1rem;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    border-color: var(--wp--preset--color--primary);
    border-width: 0;

    font-style: normal;
    font-weight: 300;
}