/* 
    Created on : 03.01.2019, 07:49:22
    Author     : JBierwagen
*/

.reginput {
    width: 99%;
}

.required:after {
    content: " *";
    color: #B70000;
    font-variant-position: super;
    font-weight: bold;
}