/*
 *
 *   Legal Notice! DB Systel GmbH proprietary License!
 *
 *   Copyright (C) 2019 DB Systel GmbH
 *   DB Systel GmbH; Jürgen-Ponto-Platz 1; D-60329 Frankfurt am Main; Germany; http://www.dbsystel.de/
 *
 *   This code is protected by copyright law and is the exclusive property of
 *   DB Systel GmbH; Jürgen-Ponto-Platz 1; D-60329 Frankfurt am Main; Germany; http://www.dbsystel.de/
 *
 *   Consent to use ("licence") shall be granted solely on the basis of a
 *   written licence agreement signed by the customer and DB Systel GmbH. Any
 *   other use, in particular copying, redistribution, publication or
 *   modification of this code without written permission of DB Systel GmbH is
 *   expressly prohibited.
 *
 *   In the event of any permitted copying, redistribution or publication of
 *   this code, no changes in or deletion of author attribution, trademark
 *   legend or copyright notice shall be made.
 *
 */

body {
    font-family:Arial, sans-serif;
    font-size:12pt;
    background-image:url('../images/RiM Fresh.png');
    background-repeat:no-repeat;
    background-position:50% 60px;
}

fieldset {
    display:block;
    width:18em;
    margin-top:10em;
    margin-left:auto;
    margin-right:auto;
    padding:5px 10px 5px 10px;
    background-color:white;
    opacity:0.95;
}

dl {
    padding:0px;
}

dl dt {
    padding-top:5px;
    clear:both;
    width:6em;
    float: left;
}

dl dd {
    padding-top:5px;
    }
    
input[type=text] {
    width:12em;
}

input[type=password] {
    width:12em;
}

input[type=submit] {
    margin-left:15em;
    }
    
.err_msg {
    color:#A01010;
    }