.login-btn{
    width : 325px !important;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.flash-message {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    display: none;
    background-color: #f8d7da;
    color: #721c24;
}

#emailError {
    color: #d93025;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    min-height: 1.25rem;
}

.flash-success {
    background-color: #d4edda;
    color: #155724;
}

.flash-error {
    background-color: #f8d7da;
    color: #721c24;
}

/* Fullscreen loading overlay */
#build-loader {
    display: none; /* hidden initially */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* semi-transparent bg */
    z-index: 9999;
}

/* Center the spinner */
#build-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;  /* Adjust size */
    height: 120px; /* Adjust size */
}

.url_box {
  display: flex;
  align-items: center;
}

.url_text {
  flex-grow: 1; 
}

th a {
  color: black !important;
  text-decoration: none;  /* removes underline */
}

th a:hover {
  color: #555;  /* optional darker hover */
}
