.custom{width:60%;margin:4rem auto;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.1),0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3)}.custom h4{color:#fff;font-weight:700;text-transform:uppercase;font-size:1.5rem;border-radius:10px;width:50%;text-align:center;padding:2rem;margin:0 auto 1rem;background-color:#2b78a7}.custom>div{width:90%;margin:auto;display:flex;flex-direction:column}.custom>div label{text-transform:capitalize;font-size:.8rem;color:#333;font-weight:600;margin-bottom:1rem}.custom>div input{margin:0 0 2rem;background:transparent;border-radius:0;outline:none;border:none;border-bottom:1px solid #000;color:#333}.custom>div input::placeholder{color:#a9a9a9;opacity:1}.custom>div select{margin:0 0 2rem}.custom>div>div{display:flex;padding:2rem 0;justify-content:space-between;align-items:center}.custom>div>div button{padding:.4rem 1rem;outline:none;box-shadow:0 8px 24px hsla(210,8%,62%,.2);border-radius:5px}.custom>div>div button:first-of-type{background:#ff5e00;color:#fff;border:none}.custom>div>div button:nth-of-type(2){border:1px solid #2b78a7;color:#2b78a7;background:transparent}@media (max-width:768px){.custom{width:90%;margin:1rem auto}.custom h4{width:100%}}