<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-randomcode {
    background: #fffaca;
    padding: 20px;
    margin: 15px 0 30px;
    color: #8e0a00;
    border: 1px dashed #ff9800;
    border-radius: 10px;
}

.form-inner {
    display: flex;
    gap: 2%;
}



.container-randomcode strong {
    font-weight: 700;
    color: red
}

.hnc-mail-getcode {
    width: 65%;
    display: block;
}

.hnc-mail-getcode input#hnccode {
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 5px;
    padding-left: 15px;
    font-weight: bold;
    color: #000;
}
input.error{
    background-color:rgb(255, 231, 231);
}
.container-randomcode button.btn-showcode {
    display: block;
    font-weight: 700;
    text-align: center;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    cursor: pointer;
    width: 33%;
}

#error-container {
    font-size: 15px;
    padding-top: 10px;
    text-decoration: underline;
    color: #f00;
    font-weight: bold;
}</pre></body></html>