body {
    background-image: url(../img/fondo-gp.jpg);
    background-size: cover;
    background-repeat: repeat;
}

.bg-login {
    background-image: url(../img/bg-login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767.98px) {
    .bg-login {
        background-image: none;
    }
}


.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.custom-input {
    border: none;
    border-bottom: 2px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
}

.custom-input:focus {
    border-bottom: 2px solid #0d6efd;
    outline: none;
    box-shadow: none;
}

.undraw_img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    transition: opacity 0.5s ease-in-out;
    filter: brightness(1.1) drop-shadow(0 1px 2px rgba(248, 248, 248, 0.103));
}

.btn-primary {
    background-color: #01305c;
    border: none;
}

.border-custom {
    border: 1px solid rgb(4, 46, 85) !important;
}