/**
* Login screen styles
**/

.login-panel{
    width: 360px;
    margin: 7% auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#logo-img{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
    height: 86px !important;
    width: 411px !important;
    position: relative;
    z-index: 1;
}

#logo_watermark {
    font-size: 120%;
    line-height: 1em;
}

body{
    background-size: cover;
    background-repeat: repeat;
    height: auto;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #d2d6de;
}
html{
    min-height: 100%;
}