/* Custom alert */

.alert-custom {
    background-color: #dddddd;
    border-color: rgba(0, 0, 0, 0.1);
    color: #3a3f51;
}
.alert-custom hr {
    border-top-color: rgba(0, 0, 0, 0.1);
}
.alert-custom .alert-link {
    color: #e6e6e6;
}

.input-group[class*="col-"] {
    float: none;
}