body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

.container {
    max-width: 1000px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.logo {
    max-height: 80px;
    margin-bottom: 15px;
}

h1 {
    font-size: 24px;
    color: #333;
    margin-top: 0;
}

.panel-heading {
    font-weight: bold;
}

.form-group {
    margin-bottom: 20px;
}

.help-block {
    font-size: 12px;
    color: #777;
}

.text-danger {
    color: #d9534f;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.checkbox label {
    font-weight: normal;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    background-color: #286090;
    border-color: #204d74;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
