﻿html{
    background: url('../images/agrilife-cattle.jpg') no-repeat top left fixed;
    background-position: 0 0;
    background-size: cover;
    background-color: #fafafa;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.login-container {
    margin-top: 5rem;
}

.login-card {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.login-card .card-header {
    background-color: #202020;
    color: #fff;
}

.overlay {
    background-color: rgba(13,110,253,0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}

footer {
    background-color: white;
    z-index: 2;
}

.container {
    position: relative;
}

.required-links {
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    line-height: 16px;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #500000;
}

.required-links a {
    padding: 0px 6px;
    color: #555555;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.feature-box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #500000;
}

.feature-box h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-box p {
    margin-bottom: 0;
    color: #555;
}

.icon-tamu,
.icon-tamu:hover,
.icon-tamu:focus,
.icon-tamu:active {
    background-color: #500000 !important;
    color: #ffffff !important;
}