.login-header > img {
    margin: 100px 0;
    width: 210px;
    height: 53px;
}

.site-content {
    /* margin: 0 20%; */
   /* width: 60%;*/
    width: 90%;
}

.site-content > .container > div {

}

.auth-nav > button {
    margin-left: 5px;
}

.btn-info[data-page]:not([disabled]):not(.disabled).active {
    background-color: #f96868 !important;
    border-color: #f96868 !important;
    color: #fff !important;
}

.col-md-6.appList {
    padding: 0;
}

.blockquote-success {
    border: 1px solid #e7e8e8;
    border-left: 5px solid #15c377;
}

.blockquote {
    font-size: 13px;
    /*padding: 0px;*/
}

.text-title {
    color: #080808 !important;
    font-size: 13px;
}

i[close] {
    position: absolute;
    padding: 5px;
    right: 10px;
    top: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
}

@media (max-width: 769px) {
    .site-content {
        margin: 0;
        width: 100%;
    }

    .login-header > img {
        margin: 20px 0;
    }

    .auth-nav > button {
        margin-bottom: 5px;
    }
}