﻿label.error {
    position: absolute;    
    padding: 2px 5px;
    top: -15px;
    left: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;   
    z-index: 5;
    height: 20px;
    text-align: left;	
}

label.error:before {
    content: "";
    border: 4px solid transparent;
    border-top: 4px solid #ee0101;
    border-top: 4px solid rgba(238, 1, 1, 0.80);
    position: absolute;
    bottom: -8px;
}

.form-control {
    max-height: 40px !important;
}	
label.error:before {
    display: none;
}
.alert-success {
    background-color: inherit;
    border-color: inherit;
}
.alert {
    padding: 0px;
    margin-bottom: 6px !important;
    border: 0 solid transparent;
    border-radius: 2px;
}
