
.peak-form {
    background-color: #fff;
    border: 2px solid #f26522;
    padding: 20px;
    max-width: 500px;
    margin: auto;
    font-family: sans-serif;
}
.peak-form label {
    display: block;
    margin-bottom: 15px;
}
.peak-form input, .peak-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#registerBtn {
    background-color: #f26522;
    color: #fff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    width: 100%;
}
