.isures-2fa--row+.isures-2fa--row {
    margin-top: 20px;
}

.isures-2fa--result_wrap {
    display: none;
}

.isures-2fa--result_wrap.active {
    display: block
}

.isures-2fa--result_wrap table.isures-2fa--table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}

.isures-2fa--result_wrap table.isures-2fa--table td,
.isures-2fa--result_wrap table.isures-2fa--table th {
    padding: 0.75rem;
    font-size: 16px!important;
    border-bottom-width: 2px;
    border: 1px solid #dee2e6;
}

.isures-2fa--result_wrap table.isures-2fa--table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 15px;
}

.isures-2fa--result_wrap table.isures-2fa--table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.isures-2fa--result_wrap table.isures-2fa--table input {
    box-shadow: none!important;
    outline: none!important;
    border-radius: 5px!important;
    font-size: 16px!important;
    cursor: pointer;
}

.isures-2fa--code {
    background: #343a40!important;
    color: #f8f9fa!important;
    font-weight: bold;
    overflow: hidden;
}

.isures-2fa--secret_value {
    background-color: #e9ecef!important
}

#ma {
    box-shadow: none;
    border-radius: 5px;
    margin: 0;
}

button#get2fa {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button#get2fa:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}