form.style1 { padding:20px; background-color: #333; color:#fff; width:350px; } form.style1 .cta { font-size: 17px; padding:10px 0; } form.style1 #email, form.style1 #submit { width:100%; padding:15px; margin:5px auto; text-align: center; border-radius: 3px; border:1px solid transparent; outline: none; } form.style1 #submit { background-color: #FC6E00; color: #fff; cursor: pointer; box-shadow: none; }form.style1 #email:focus { border:1px solid #FC6E00; } form.style1 #submit:focus { box-shadow: inset 0 3px 7px 0 rgba(0,0,0,0.3); }