/*! Custom styles for this template */
/*! Custom styles for this template */
.backgr {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/gray.jpg);
    /*background-size:cover;*/
    background-size: contain;
    background-repeat: no-repeat;
}
body {
    display: table;
    height: 100%;
    min-height: 600px;
    position: absolute;
    width: 100%;
}

.login {
    display: table-cell;
    vertical-align: middle;
}

.login-body {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    margin-left: auto;
    margin-right: 69px;
    max-width: 360px;
    padding: 30px;
}

.login-brand {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 140px;*/
}

.login-heading {
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
}

.login-footer {
    bottom: 0;
    font-size: 11px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.list-inline {
    text-align: center;
}
