/* 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;
}

a {
    outline: none !important;
    color:  #37bc9b;
}
a:hover {
    text-decoration: underline;
    color:  #37bc9b;
}
a.text-muted:hover,
a.text-muted:focus {
    color: #748690;
}