body {
    font: 12px / 20px helvetica, sans-serif;
    background: #111;
    color: #444;
}
.secure {
    width: 100%;
    background: #ea910d;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}

#toggler-wrapper .toggler {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 40px;
    height: 35px;
    padding: 2px;
    background-color: #ea910d !important;
}

#dsasec-msg-box {
    font-size: 15px !important;
    white-space: nowrap !important;
    color: #fff;
}