body {
    visibility: hidden;
}

.sso .item-ab .controls {
    width: 49%;
}

.grid_2 .item-ab.login {
    width: 100%;
}

.item-ab.error {
    margin-top: 0;
}

.c-login-form__container {
    width: 80% !important;
}
.c-login-form__fields {
    width: 60%;
    float: left;
    padding-right: 20px;
    border-right: 1px solid lightgrey;
}
.c-login-form__forgotten {
    width: 40%;
    padding-left: 20px;
    float: left;
}

.c-login-form__forgotten .btn {
    padding: 20px;
    margin-top: 20px;
    background-color: #6D97C9;
    color: white;
}
.c-login-form__forgotten-icon {
    display: block;
    margin: auto;
}

#language-form {
    display: none;
}

.c-deploy-data__container {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #985f0d;
    padding: 10px;
}

.c-deploy-data__branch {
    color: white;
}

