body > section > div > div > div > div > div > div:nth-child(2) > div > form > div.d-flex.align-items-center.justify-content-center.pb-4 > button {
cursor: pointer;
    border-radius: 50px;
    border: none;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, box-shadow 0.2s ease 0s, border 0.2s ease 0s;
    font-size: 1em;
    padding: 18px 24px;
    outline: none;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    background-color: rgb(249 29 0);
    align-self: flex-start;
    color: rgb(255, 255, 255) !important;
}
.card-body.p-md-5.mx-md-4 .text-center .mt-1.mb-5.pb-1{
    font-size: 1.875em;
    color:rgb(0, 0, 0);
    font-family: draftb;
    font-weight: bold;
}
.text-center.pt-1.mb-5.pb-1 .text-muted{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    font-family: DraftC;
    letter-spacing: -0.01em;
    font-weight: 600;
    margin-left: 8px;
    color: rgb(29, 133, 158) !important;
}

