﻿label {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #555;
    margin-bottom: 0 !important;
}

.capslockWarningAppend {
    float: right;
}

.capslockWarningAppend:after {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    content: "Caps Lock On";
    width: 100%;
    color: #666;
    font-weight: bold;
    font-size: .9em;
    color: #e74c3c;
}

.capslockWarningAppend:before {
    font-family: FontAwesome;
    content: "\f071";
    width: 100%;
    color: #666;
    font-weight: bold;
    font-size: .9em;
    color: #e74c3c;
}

.has-feedback label ~ .form-control-feedback {
    top: 23px;
    right: -4px;
}
