.login-header {
    background-image: url(../img/bg.jpg);
    position: fixed;
    z-index: 900;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    /* background: url(../images/background-cover.jpg) top left no-repeat #666666; */
    background-size: cover;
}

.cover-slate{
    background-color: rgba(60, 91, 147, 0.6);
    background-image: -webkit-linear-gradient(-410deg, rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
    background-image: linear-gradient(140deg,rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -99999999;
}

.login-logo a{
    color: white;
}

.login-box-msg{
    font-size: 2em;
}

.logo:hover {
    border: 3px solid #5ba4e5;
    transition: all .5s;
    -webkit-transform: rotate(360deg);
    /* Safari  Chrome */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -o-transform: rotate(350deg);
    /* Opera */
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
}

.logo{
    width: 25%;
    border: 3px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
    transition: all .5s;
}