.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #04343B;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8BC3C2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group:not(.has-error),
.text-danger {
    margin-bottom: .625rem
}

