.login-page {
    background-image: url(/Public/admin/images/loginbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    overflow: hidden;
}

.login-box .login-logo a {
    color: #FFFFFF
}

section.content {
    min-height: 100px;
}

.m-t-10 {
    margin-top: 10px;
}

.red {
    color: red;
}

.color-info {
    color: #1E9FFF;
}

.color-gray {
    color: #d2d6de;
}

.td-img {
    max-height: 18px;
}

.alert-img {
    max-width: 1400px;
    max-height: 800px;
}