.login-logo a {
    color: #fff;
}

.login-box {
    position: absolute;
    right: 2%;
    bottom: 1%;
    margin: 0;
}

#loading {
    display: none;
    position: absolute;
    background: rgba(226, 226, 226, 0.6);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    text-align: center;
}

.msg-box {
    background: white;
}

.error {
    color: maroon;
    text-align: center;
    width: 100%;
    border: 1px solid rosybrown;
    margin-bottom: 4px;
    background: lavenderblush;
    padding: 2px 0;
}

@media only screen and (max-width: 800px) {
    .login-box {
        position: relative;
        right: 0;
        margin: auto;
    }
}