/**
forms standard stylesheet
Created on : Jun 10, 2014, 8:41:29 AM
Author     : Peter Copak
*/

.generali-red{
    color: #C21C1D;
}

.generali-gray{
    color: #818181;
}

.form-error-message{
    font-style: normal; 
    padding-left: 10px; 
    color: #C21C1D;
    background: unset;
    border: none;
    display: inline-block;
}

.form-control {
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    margin-bottom: 5px;
}

.form-control-disabled {
    background-color:  #eee;
}

.login-inputfields {
    width: 150px;
    display: inline-block;
}

.btn-default {
    color: #fff;
    background: #c21c1d;
    border-color: #c21c1d;
}

.btn {
    display: inline-block;
    padding: 4px 4px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}