.btn, .btn:focus { font-size: 16px; line-height: 24px; color: @white; background: @color2 !important; border-radius: 3px; font-weight: 500; display: inline-block; padding: 8px 20px 10px; box-shadow: 0 1px 3px rgba(0,0,0,.25); border: 0 !important; overflow: hidden; position: relative; .transition(0.3s ease); &:hover { color: @white !important; box-shadow: 0 2px 6px rgba(0,0,0,.4); } &.btn-large { font-size: 18px; padding: 12px 18px 14px; } input[type="submit"]& { background: @color2 !important; border: 0 !important; } }