body{
    font-size: 20px;
}
* {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: none;
}
#login-wrapper {
    width: 270px;
    left: 50%;
    margin-left: -135px;
    position: absolute;
    margin-top: -135px;
    top: 50%;
}
#login-form {
    padding: 15px;
    background: white;
}
ul li {
    list-style: none;
}
.body-login-form .tab-content {
    position: inherit;
    padding: inherit;
}
.b-title {
    text-align: center;
    padding-top: 100px;
    color: white;
    margin-bottom: 20px;
}
.b-content {
    color: #FFF;
    text-align: center;
}
.b-copyright {
    margin-top: 40px;
    text-align: center;
}
.b-copyright__link {
    color: #587b9d;
}



.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */ {
    opacity: 0;
}