/* line 18, resources/assets/css/common/_variables.scss */
:root {
  --text-color: #29355b;
  --white: white;
  --black: black;
  --primary: #F8CD05;
  --secondary: #422B1B;
  --third: #EBDEC8;
  --body: #F4E9D7; }

/* line 6, stdin */
.form {
  padding: 1.875rem 15.625rem; }
  /* line 9, stdin */
  .form form input, .form form textarea {
    border: none !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-radius: 5px !important;
    color: var(--secondary) !important;
    font-weight: bold !important;
    padding: 0.75rem 0.625rem !important; }
  /* line 17, stdin */
  .form form button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    color: var(--secondary) !important;
    background-color: transparent !important;
    line-height: 100%;
    letter-spacing: 0.25rem;
    font-weight: bold !important;
    padding-bottom: 5px !important;
    font-size: 1.125rem !important;
    font-family: "Ramona", sans-serif !important;
    border-bottom: 2px solid var(--primary) !important; }
    /* line 29, stdin */
    .form form button:hover {
      box-shadow: none !important; }

@media screen and (max-width: 800px) {
  /* line 37, stdin */
  .form {
    padding: 1.875rem 1.25rem; } }
