html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}


body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
    background-color: white;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

h1, h4 {
    color: #343a40;
    font-weight: 600;
}

.form-control {
    border-radius: 8px;
}

.btn-primary {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
}

footer.footer {
    background-color: #f1f1f1;
    padding: 15px 0;
    font-size: 14px;
}
.form-container {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

input.form-control {
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
}

    input.form-control:focus {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0,123,255,0.3);
    }

.btn-primary {
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
}

label.form-label {
    color: #333;
}
.card {
    border-radius: 12px;
}

.card-body {
    padding: 30px;
}

input.form-control {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
}

select.form-control {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
}

.btn-lg {
    border-radius: 8px;
    font-weight: 600;
    padding: 12px;
}

.form-label {
    font-weight: 600;
    color: #333;
}

.text-danger.small {
    font-size: 12px;
}
