.form-group .form-control {
    height: 45px;
    font-size: 14px;
}

label {
    margin-bottom: 5px;
    font-size: 14px;
    color: dimgrey;
}

.social-bar {
    display: flex;
    justify-content: center;
}

.social-bar li {
    list-style-type: none;
    padding: 0 10px;
    font-size: 18px;
}

.social-bar li a {
    color: black;
}
