body {
    color: #555;
}
#wrapper::before {
    content: "  "; 
    display: block; 
    height: 150px; 
    /*background-image: url('images/bks-segl.svg');*/
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: content-box;
    padding: 15px;
    
    
}
.container {
    
    max-width: 820px;
}

h1 {
    margin-top: 25px;
    font-size: 24px;
    margin-bottom: 25px;
   
}

h2 {
    padding-top: 15px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; 
    margin-bottom: 25px;
}
h3 {
    font-weight: bold;
    font-size: 16px; 
    color: #CC3300;
   
}

p {
   
}
.form-group {
    
   padding-right: 0;
}
label.control-label {
    font-weight: normal;
    
}
label.radio-inline {
    
}

img.segl {
    margin-left: auto; 
    margin-right: auto; 
    height: 120px; 

  
}

.error2x{
    
    font-weight: bold;
    font-size: 48px;
    color: #CC3300;
}
