﻿body, html {
    height: 100%;
    margin: 0;
}

.bg-image {
    /* The image used */
    background-image: url('Images/audit_bg.jpg');
    /* Add the blur effect */
    filter: blur(10px);
    -webkit-filter: blur(10px);
    /* Full height */
    height: 100%;
    width: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.audit-image {
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50%;
    height:50%;
    padding: 20px;
    text-align: center;
}
div.login {
    position: fixed;
    width: 250px;
    top: 20px;
    height: 50px;
    right: 10px;
    padding-top: 5px; /*padding-right:10px;*/
    text-align: center;
}
