@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); /* A good alternative to San Francisco */

body {
    font-family: 'Inter', sans-serif; /* Using Inter as a close alternative to San Francisco */
    background-color: #f5f5f7; /* Apple's light gray */
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
    height: 40px;
    margin-right: 10px;
}

.container-form {
    max-width: 700px;
    margin-top: 50px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.form-label {
    font-weight: 500;
    color: #333;
}

.form-control,
.form-select {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 10px 15px;
}

.form-control:focus,
.form-select:focus {
    border-color: #007aff; /* Apple's blue accent */
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

.btn-primary {
    background-color: #007aff;
    border-color: #007aff;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #005bb5;
    border-color: #005bb5;
}

.alert-success {
    background-color: #e6ffed;
    color: #0a6c2f;
    border-color: #c6f6d5;
    border-radius: 8px;
}

.alert-danger {
    background-color: #ffe6e6;
    color: #b32424;
    border-color: #fcdbdc;
    border-radius: 8px;
}

.logo-smpn {
    width: 60px;
    height: auto;
    margin-right: 15px;
}

.logo-smpn9 {
    width: 60px;
    height: auto;
    margin-right: 15px;
}