.btn-custom {
    background: #ff3d24;
    color: white;
    border: none;
    padding: 7px;
    border-radius: 7px;
    width: 100%;
    transition: background 0.3s ease;
}

.btn-custom:hover {
    background: white;
    color: black;
}

.login-logo {
    height: 15vh;
    display: block;
    margin: 0 auto 1vh;
}

.login-container {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.background-image {
    position: absolute;
    filter: blur(2px) brightness(0.7);
    z-index: -1;
    width: 100vw;
    min-height: 100vh;
}

#loading-spinner{
  display: none;
}

.cnt-errors {
    background: #fff0f0;
    border: 1px solid #ffcccc;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: .82rem;
    color: #cc0000;
    margin-bottom: 16px;
}

.link {
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}
