#potential-client-container{ width: 100%; display: flex; padding:10px 0px; place-items: center; place-content: center; justify-content: center; flex-direction: column; @height: 50px; div{ width: 100%; display: flex; place-items: center; place-content: center; justify-content: center; input{ color: var(--sydney-grey-color); border: 1px solid var(--sydney-border-color); height: @height; padding: 4px 20px; border-radius: 0; transition: all .3s ease-in-out; width: 30%; min-width: 230px; max-width: 350px; border-radius: 5px 0px 0px 5px; } button{ font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; fill: #00102E; color: #00102E; background-color: #FFD00A; border-style: solid; border-width: 1px 1px 1px 1px; border-color: #FFD00A; border-radius: 0px 5px 5px 0px; padding: 7px 30px 7px 30px; max-width: 350px; height: @height; } @media (width < 425px) { flex-direction: column; input, button{ width: 100%; border-radius: 5px; } } } .warning-message{ color:red; } #success-message{ color: white; font-size: 16px; text-align: center; background-color: rgba(255, 255, 255, 0.185); padding:10px; border-radius: 5px; } }