.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: fixed;
    background-image: url(../../images/background/login-register.jpg);
}

.login-box {
    margin: 0 auto;
    border: 0px!important;
    border-radius: 0px!important;
}

.login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px;
}

.login-box .social {
    display: block;
    margin-bottom: 30px;
}

#recoverform {
    display: none;
}

.login-sidebar {
    padding: 0px;
    margin-top: 0px;
}

.login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%;
    overflow: auto;
}

.fp-r a {
    text-align: right!important;
    width: 100%;
    float: right!important;
}
