.bg-danger, .btn-danger {
    background-color: #b91c1c !important;
}

.form-label {
    color : black !important;
}

.social-icons {
    list-style-type: none;  
    padding: 0;
    display: flex;        
    justify-content: center; 
}

.social-icons li {
    margin: 0 10px;        
}

.social-icons img {
    height: 32px;          
    width: auto;           
}