
.otzar-form{
    background:#000;
    padding:25px;
    border-radius:12px;
    color:#fff;
    max-width:420px;
    margin:auto;
    box-shadow:0 10px 30px rgba(0,0,0,.4);
}
.otzar-form h3{
    color:#fcb900;
    text-align:center;
    margin-bottom:15px;
}
.otzar-form input,
.otzar-form select,
.otzar-form textarea{
    width:100%;
    margin-bottom:12px;
    padding:10px;
    border-radius:6px;
    border:1px solid #444;
}
.otzar-form button{
    background:#fcb900;
    color:#000;
    font-weight:bold;
    padding:12px;
    border:none;
    width:100%;
    border-radius:6px;
    cursor:pointer;
}
