﻿/*.form-control.btn,
#submitButton,
input[type="button"] {
    color: #1b1464;
    background-color: #ffdd10;
    border-color: #ffdd10;
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    border-radius: 0.4rem;
    padding: 15px 40px;
    transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;
    width: auto;
    height: 50.19px;
    text-transform: uppercase;
}

.form-control.btn:hover,
#submitButton:hover,
input[type="button"]:hover {
    color: #1b1464;
    background-color: #ffca32;
    border-color: #ffca32;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%);
    transition: all .15s ease-in-out;
}
    */


.btn.form-control,
#submitButton,
input[type="button"] {
    color: #1b1464;
    height: 53.03px;
    text-transform: uppercase;
    background-color: #ffdd10;
    border-color: #ffdd10;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: filson w01 bold,sans-serif;
    font-weight: 600;
    vertical-align: middle;
    user-select: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    letter-spacing: -.04rem;
    padding: 1.2em 1.8em;
    font-size: 16px;
    line-height: 1em;
    border-radius: 0.4rem;
    transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,box-shadow .1s ease-in-out;
    width: auto;
}

.btn.btn-primary.form-control:not([disabled]):active,
.btn.btn-primary.form-control:not([disabled]):focus,
.btn.btn-primary.form-control:not([disabled]):hover {
    color: #1b1464;
    background-color: #ffca32;
    border-color: #ffca32;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.btn.btn-primary.form-control:disabled {
    cursor: default;
    color: #1b1464;
    background-color: #ffca32;
    border-color: #ffca32;
}
