﻿.backgroundImage {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.background-logo {
    max-width: 256px;
    max-height: 24px;
    margin-bottom: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

    .background-logo.large {
        max-height: 36px;
    }

.background {
    background: #f2f2f2;
}

    .background,
    .background > div {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .background > div {
            background-repeat: no-repeat, no-repeat;
            background-position: center center, center center;
            background-size: cover, cover;
        }

.blur {
    filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='70'%20/></filter></svg>#blur");
    filter: blur(70px);
    -webkit-filter: blur(70px);
    -ms-filter: blur(70px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='70');
}

.background-overlay {
    background: rgba(0, 0, 0, .55);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#8C000000', endColorstr='#8C000000');
    width: 100%;
    height: 100%;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.inner {
    margin: 0 auto;
    width: 90%;
    max-width: 420px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .55);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .55);
    border: 1px solid #818c94;
    border: 1px solid rgba(0, 0, 0, .4);
}

.outer .middle .inner .logo {
    margin-bottom: 20px;
}

    .outer .middle .inner .logo a {
        font-size: 36px;
        display: block;
        width: 100%;
        text-align: center;
        color: #0094ff;
    }

    .outer .middle .inner .logo small {
        display: block;
        width: 100%;
        text-align: center;
        color: #0094ff;
        margin-top: -5px;
    }

.logo {
    width: auto;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.outer .middle .inner .header-login {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
    color: #292627;
    font-weight: 600;
    margin-top: 40px;
    text-transform: uppercase;
}

.login-divider {
    margin: 60px -5px 0 -5px;
    border: 2px solid #d5d5d5 !important;
}
