.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.login-logo a{
    color:#FFF;
}
.login-logo span{
    font-size: 12px;
    color: #787878;
    display: block;
}
.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    width: 320px;
    margin: 0 auto;
}

.login-footer {
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    margin-top: 25px;
    color:#FFF;
}

.login-footer a {
    color:#FFF;
}

.login-footer a:focus,
.login-footer a:hover {
    color: #FFF;
    text-decoration: underline;
}