.resources-form-container{background-color:transparent;padding:2rem 0;display:flex;justify-content:center;align-items:center}.resources-form{width:100%;max-width:700px;background-color:white;padding:2rem;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.resources-form,.resources-input-group{display:flex;flex-direction:column;gap:1.5rem}.resources-form-input{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:5px;outline:none;font-size:1rem;background-color:white;box-shadow:0 1px 3px rgba(0,0,0,.1)}.resources-form-input::placeholder{color:#999}.resources-form-input-error{border-color:red;box-shadow:0 0 5px red}.resources-button-container{display:flex;justify-content:flex-start}.resources-form-button{display:flex;align-items:center;justify-content:center;gap:.75rem;background-color:#018fae;color:white;padding:.75rem 1.5rem;border:none;border-radius:24px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s,box-shadow .3s;box-shadow:0 4px 10px rgba(0,0,0,.15)}.resources-form-button:hover{background-color:#00cccc;box-shadow:0 6px 15px rgba(0,0,0,.2)}.resources-thank-you-message{background-color:#f2f4f8;padding:20px 160px;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.2);text-align:center;font-weight:700;color:#018fae;margin-top:2px;margin-right:20px}@media (max-width:767px){.resources-thank-you-message{padding:20px 100px;margin-right:0}}@media (max-width:1024px){.resources-thank-you-message{padding:20px 60px}}@media (max-width:600px){.resources-form{padding:1.5rem;max-width:90%}}@media (max-width:480px){.resources-form{padding:1.5rem;max-width:95%}}