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

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

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

.alert-danger {
    background: rgb(208, 1, 1) !important;
    border: 1px solid rgb(208, 1, 1) !important;
}
.alert.alert-danger .errors ul {
    margin-bottom: 0 !important;
    list-style: disc !important;
}
.alert.alert-danger .errors ul li {
    font-weight: 600;
}
.alert.alert-danger i.fa {
    font-size: 2rem !important;
}

.pentanet-blue {
    color: #1098d9 !important;
}

.shadow-big {
    box-shadow: 0 0 20px 20px rgba(0,0,0,.35) !important;
}

.min-width-185 {
    min-width: 185px !important;
}

.ml--12 {
    margin-left: -12px !important;
}