﻿
.font-size-h6 {
    font-size: 1.175rem !important;
}
.font-weight-bolder {
    font-weight: 600 !important;
}
.pl-8, .px-8 {
    padding-left: 2rem !important;
}
.pr-8, .px-8 {
    padding-right: 2rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 1rem !important;
}
.pt-4, .py-4 {
    padding-top: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 0.75rem !important;
}
.mr-3, .mx-3 {
    margin-right: 0.75rem !important;
}
.mt-3, .my-3 {
    margin-top: 0.75rem !important;
}
.input-submit {
    /* width: 260px; */
    /* height: 37px; */
    color: #ffffff;
    font-size: 15px;
    /* letter-spacing: 2px; */
    background-color: #27d07d;
    border: none;
    cursor: pointer;
    text-align: center;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #af4cab;
    border-color: #af4cab;
}


user agent stylesheet
button {
    appearance: auto;
    
    font-variant-ligatures:;
    font-variant-caps:;
    font-variant-numeric:;
    font-variant-east-asian:;
    font-variant-alternates:;
    font-variant-position:;
    font-weight:;
    font-stretch:;
    font-size:;
    font-family:;
    font-optical-sizing:;
    font-kerning:;
    font-feature-settings:;
    font-variation-settings:;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}
.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #af4cab;
    border-color: #af4cab;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #af4cab;
    border-color: #af4cab;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #af4cab;
    border-color: #af4cab;
}

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 106, 252, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(155, 106, 252, 0.5);
    }