body.login {
    background-color: #fff;
}

.workbearLoginBadge {
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    display: none;
    right: 15px;
    z-index: 2;
}

.workbearLoginBadge__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 8px 15px;
    transition: transform 500ms cubic-bezier(0.694,0.0482,0.335,1),opacity 200ms cubic-bezier(0.694,0.0482,0.335,1) 300ms;
}

.workbearLoginBadge__text {
    position: relative;
    padding-right: 7px;
    line-height: 1;
}

.workbearLoginBadge__text {
    color: #ffffff;
}

.workbearLoginBadge__icon {
    width: 180px;
    height: 68px;
}


.workbearLoginBadge__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}


@media only screen and (min-width:  400px) {
    body.login.login-designer-template-01 #login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0;
        max-width: 100%;
        padding: 40px 0 0;
    }
}

@media only screen and (min-width:  683px) {
    body.login.login-designer-template-01 #login-designer-background {
    background-attachment: initial !important;
    bottom: unset;
    height: unset;
    left: unset;
    position: unset;
    right: unset;
    top: unset;
    width: 0;
    z-index: unset;
    display: none;
    }

}



@media only screen and (min-width:  992px) {


body.login.login-designer-template-01 #login {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}


.workbearLoginBadge {
    display: block;
}

body.login.login-designer-template-01 #login-designer-background {
    background-attachment: initial !important;
    bottom: 0;
    height: 100%;
    left: 580px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    width: calc(100% - 580px);
    z-index: 0;
    display: block;
}

body.login.login-designer-template-01 #login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85%;
    margin: 0;
    max-width: 580px;
    padding: 40px 0 0;
}


}
