.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:active {
    border-color: #D00135;
    background: #D00135;
}
a {
    color: #D00135;
}

.image-cover {
    object-fit: cover;
}

.min-width-400-px {
    min-width: 400px;
}

.w-40-px {
    width: 40px;
}
.h-40-px {
    height: 40px;
}
.h-auto {
    height: auto;
}

.alert.alert-danger .errors ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: -2rem !important;
    list-style: none !important;
}
.alert.alert-danger .errors ul li {
    font-weight: 900;
}
.alert.alert-danger i.fa {
    font-size: 3rem !important;
    position: relative;
    top: -30px;
    left: -25px;
    text-shadow: 0 0 10px #D00135, 1px 1px 1px rgba(0,0,0,.25);
}

