.loginFormLogo{
    width: 25%;
}

.label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #dc3545;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.invalid-feedback{
    display: block !important;
}
