.custom-error {
    color: red
}

.btn-primary,
.bg-gradient-login {
    background-color: #1e5999;
}

.btn-primary{
    border-color: #1e5999;
}

.btn-primary:hover{
    background-color: #497ec0;
    border-color: #497ec0;
}

.card {
    border-radius: 0.7rem;
}
.card {
    position: relative;
    z-index: 1;
    background-color: white;
    border-radius: 0.7rem;
}

.footer-strip {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1e5999;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    z-index: 9999;
}

.text-primary {
    color: #1e5999;
}

.footer-strip p {
    margin: 0;
}

.side-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
}

a {
    color: #1e5999;
}
