/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.01.2019, 11:12:26
    Author     : netzstrand
*/

.has-error{
        border: 2px solid #880000;
    background-color: #ffcccc;
}
.form-group {
    margin-bottom: 1px;
    
}
.form-control{
        height: calc(1.75rem + 2px);
}