
        .form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    color:#aaa;
    font-size:14px;
}

.input,
select,
textarea{
    width:100%;
    padding:14px;
    border-radius:10px;
    background:#0b0b0b;
    border:1px solid #222;
    color:#fff;
    font-size:15px;
    outline:none;
}

.input:focus,
select:focus,
textarea:focus{
    border-color:#00ffcc;
}

.wallet-box{
    background:#0b0b0b;
    border:1px dashed #00ffcc;
    padding:15px;
    border-radius:10px;
    margin-top:10px;
    display:none;
}

.wallet-address{
    font-size:14px;
    word-break:break-all;
    color:#00ffcc;
}

.copy-btn{
    margin-top:10px;
    display:inline-block;
    padding:8px 14px;
    background:#00ffcc;
    color:#000;
    border-radius:6px;
    font-size:13px;
    cursor:pointer;
    font-weight:600;
}

.small-note{
    font-size:13px;
    color:#888;
    margin-top:5px;
}