.btn-circle-decline {
    background-color: #F47174;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    min-width: 90px;
    height: 90px;
    box-shadow: 0px 2px 5px rgba(0, 0, 30, 0.3);
    border: 2px solid transparent;
}
.btn-circle-decline.button-disabled {
    background-color: grey;
        pointer-events: auto;
}
a.btn-circle-decline:hover, a.btn-circle-decline:focus {
    background-color: #fff;
    border: 2px solid #F47174;
    color: #F47174;
    font-weight: 600;
    border-radius: 50%;
    box-shadow: 0px 3px 7px rgba(0, 0, 30, 0.3) !important
}
.button-disabled.btn-circle-decline:hover, .button-disabled.btn-circle-decline:focus {
    background-color: grey;
    border: none;
    color: #fff;
    cursor: default;
}

.mfa-input-style {
    width: 200px !important;
    letter-spacing: 0.5em;
    /* font-style: normal; */
    font-size: large;
    text-align: center;
}