.ngparashopsignup { display: flex; justify-content: center; } .ngparashopsignupleft { justify-content: flex-start; } .ngparashopsignupright { justify-content: flex-end; } .ngparashopsignup div { text-align: center; } a.ngparashopsignupsignup { border-color: #5a4632; border-width: 2px; border-style: solid; padding: 14px 24px 14px 24px; background: #c9963e; font: 14px 'Playfair Display',Times,'Times New Roman',serif; color: #000000; letter-spacing: 0px; text-transform: uppercase; border-radius: 8px; display: inline-block; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px 0; } a.ngparashopsignupsignup:hover { border-color: #0e0e0d; background: #f0c16a; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } a.ngparashopsignupsignup:focus { border-color: #c9983e; background: #0e0e0d; box-shadow: 0px 0px 5px rgba(0,0,0,0.5); font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; outline: none; }