:root {
  --censa-blue: #1e3a8a;
  --censa-light-blue: #3b82f6;
  --censa-orange: #f97316;
  --censa-light-orange: #fb923c;
  --menu-header-height: 210px;
  --menu-footer-height: 40px;
  --header-selecionar-aluno-height: 90px;
}

html, body {
    height: 100%;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.login-bg {
    background: linear-gradient(135deg,var(--censa-blue) 0%,var(--censa-light-blue) 100%);
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    width: 100%;
    max-width: 450px;
    border-radius: 1.5rem !important; 
}

.input-group-elegant .form-control:focus,
.input-group-elegant .input-group-text {
    box-shadow: none !important;
    border-color: #e9ecef;
    background-color: #f8f9fa !important;
    transition: all 0.3s ease;
}

.input-group-elegant:focus-within .input-group-text i {
    color: #005bea;
}

.input-group-text {
    border-right: none;
}
.form-control {
    border-left: none;
}

.btn-login {
    background: linear-gradient(135deg,var(--censa-blue) 0%,var(--censa-light-blue) 100%);
    border: none;
    color: #fff;
    padding: .875rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all .3s ease;
    box-shadow: 0 4px 12px #1e3a8a4d;	
}