.button-form{border:1px solid rgba(0,0,0,.1);border-radius:4px;box-shadow:0 2px 2px rgba(0,0,0,.2);color:#fff;cursor:pointer;font-size:14px;line-height:1em;padding:6px 12px;text-align:center;transition:background .3s ease-out,box-shadow .3s ease-out;white-space:nowrap}.button-form:hover{box-shadow:none;text-decoration:none;transition:.5s}.button-form:disabled{background:#ccc;box-shadow:none;color:#636363}.button-form:disabled:hover{background:#ccc}.button-form--small{font-size:12px}.button-form--large{font-size:18px}.button-form--primary{background:#7bb700}.button-form--primary:hover{background:#598400}.button-form--primary:active{background:#365100}.button-form--secondary{background:#4a90e2}.button-form--secondary:hover{background:#2275d7}.button-form--secondary:active{background:#1b5dab}.button-form--ghost{background:#fff;border:1px solid #556bb5;color:#556bb5}.button-form--ghost:hover{background:#e6e6e6}.button-form--ghost:active{background:#ccc}.button-form--danger{background:#d0021b}.button-form--danger:hover{background:#9d0214}.button-form--danger:active{background:#6b010e}