body {
    background: #f8f9fa;
}

.login-wrapper {
    min-height: 100vh;
}

.login-card {
    border: none;
    border-radius: 12px;
}

.login-icon {
    font-size: 42px;
    color: #ff7a18;
}

.login-slogan {
    font-weight: 600;
    color: #333;
}

.btn-orange {
    background-color: #ff7a18;
    color: #fff;
    border: none;
}

.btn-orange:hover {
    background-color: #e86c12;
    color: #fff;
}

.login-links a {
    color: #ff7a18;
    font-size: 14px;
}

.brand-text {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #ff7a18;
    line-height: 1;
}

.brand-slogan {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555;
}

.brand-seu {
    color: #333;
}

.brand-comercial {
    color: #ff7a18;
}

.brand-login {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #454545;
}

.espacoLogin {
    margin-bottom: 50px;
}
