/* VN customised stylesheet */ /* Submit button (copied from btn-primary btn-primary.btn-transparent) */ /* colour set to important as it was being changed */ .btn-submit { border: 1px solid #2c8ca1 !important; color: #2c8ca1 !important; background-color: transparent !important; } .btn-submit:hover { background-color: rgba(37, 140, 209, 0.1) !important; border: 1px solid #258cd1; color: #258cd1 !important; } .btnvn { -webkit-font-smoothing: subpixel-antialiased; -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear; border: none; font-size: 14px; font-weight: 400; margin-bottom: 10px; margin-right: 10px; padding: 7px 24px 8px; transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear; vertical-align: middle; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .btnvn:hover { color: #fff; outline: 0; outline: none; } .btnvn:focus { color: #fff; outline: none !important; outline: 0; outline: none; }