﻿body {
    background: #ffffff;
    height: 100%
}

*:focus {
    outline: none;
}

.login-form {
    width: 400px;
    padding: 40px 30px;
    background: #e7e7e7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    color: #808080;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.btn-login {
    width: 100% !important;
}

.logo {
    position: relative;
    font-size: 16px;
}

.linkR {
    float: right;
    margin-right: 20px;
}

.linkL {
    margin-left: 10px;
}

    .linkL:hover, .linkR:hover {
        text-decoration: underline;
        color: #A51428;
    }
.lblOrga {
    color: #A51428;
    font-size:large;
}
.lblOrgaDesc {
}
.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #bbb;
    font-size: 16px;
    padding: 10px;
}
