.custom-styled-form{background-color:#aec5c9;border:5px solid #0b5e71;padding:40px;max-width:650px;box-sizing:border-box}.custom-styled-form input[type="text"],.custom-styled-form input[type="email"],.custom-styled-form textarea{width:100%;padding:15px;margin-bottom:20px;border:none;background-color:#ffffff;color:#666666;font-size:16px;font-family:inherit;box-sizing:border-box}.custom-styled-form ::placeholder{color:#7b8e96;opacity:1}.custom-styled-form textarea{height:180px;resize:vertical}.custom-styled-form input[type="submit"]{background-color:#0b5e71;color:#ffffff;border:none;padding:15px 35px;font-size:16px;font-weight:700;border-radius:5px;cursor:pointer;transition:background-color 0.3s ease}.custom-styled-form input[type="submit"]:hover{background-color:#084857}.custom-styled-form p{margin-bottom:0}