/*
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 : 13.06.2017, 14:47:59
    Author     : jannikbeushausen
*/
h1 {
    text-align: center;
    color: #af9255;
    line-height: 1em;
}
select, input[type="text"] {
    margin-top: 10px;
    height: 35px !important;
    border-radius: 2px;
    border-radius: 5px !important;
}
input[type="submit"] {
    font-size: 18px;
    height: 40px;
    border-radius: 5px !important;
    margin-top: 10px;
}
p{
    text-align: center;
    line-height: 1.4em;
    font-size: 16px;
    padding-bottom: 10px;
}

.has-error{
    border: 1px solid red !important;
    background-color: rgba(255,0,0,0.1) !important;
}
.label-agb.has-error{
    margin-bottom: 5px;
}
#load{
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 40%;
    display: none;
}