/* index------------------------------ */
.index-body{
    position: relative;
    background: url(../images/bg-top.svg),url(../images/bg-bottom.svg),#B2D7FB;
    background-position: top,bottom;
    background-repeat: no-repeat;
}
.index-wrap{
    max-width: 950px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-wrap .content{
    padding: 0 1rem;
}
.index-title{
    font-size: 2.8rem;
    margin: .5rem;
}

@media (max-width: 576px) {
    .index-title{
        font-size: 2rem;
    }
}
.login-form{
    margin: 2rem auto;
    max-width: 500px;
}
.btn-login{
    width: 100%;
}
@media (max-width: 768px) {
    .index-img .kv-img{
        max-width: 250px;
    }
}
@media (max-width: 576px) {
    .index-img .kv-img{
        max-width: 150px;
    }
}
.footer{
    text-align: center;
    font-size: 0.8rem;
    padding: 1rem;
    background-color: #eee;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer .footer-info{
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .footer .footer-info{
        display: block;
    }
}

.error{
    font-size: 1.2rem;
    font-weight: bold;
    color: green !important;
}
