.btn-primary:disabled,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: rgba(19, 124, 189, 0.5) !important;
    background-image: linear-gradient(
            180deg,
            hsla(0, 0%, 100%, 0.1),
            hsla(0, 0%, 100%, 0)
    ) !important;
    color: white !important;
}

#amxjs .amxjs .btn-primary:disabled {
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(19, 124, 189, 0.5) !important;
    background-image: none !important;
    color: hsla(0, 0%, 100%, 0.6) !important;
}

#kc-header-wrapper {
    display: none;
}

#kc-form {
    padding: 15px 15px 0;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

#kc-form-wrapper {
    margin-top: 0;
}

#kc-form-buttons {
    margin-top: 0;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-content {
    width: 350px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: sans-serif;
}

.login-pf {
    background: none;
}

.login-pf-page .login-pf-page-header {
    margin-bottom: 0;
}

.login-pf-page .login-pf-header {
    display: block;
    margin-bottom: 0;
}

.login-pf-page .card-pf {
    padding-top: 0;
    padding-bottom: 0;
}

.login-pf-page {
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

.login-pf body {
    background: #fafafa;
    font-size: 14px;
    color: #10161a;
}

.card-pf {
    background: transparent;
    border-top: 3px solid transparent;
    box-shadow: 0 0 0;
}

.login-logo {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.login-logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.logo--horizontal {
    width: 300px;
    height: 80px;
}

.logo--compact {
    width: 150px;
    height: 150px;
}

.amx-label {
    color: #10161a;
}

.amx-input {
    color: #10161a;
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 2px 6px;
    box-sizing: border-box;
    border-radius: 4px;
}

.password-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    margin: 0;
    border: 1px solid #ccc;
    cursor: pointer;
}

.btn-primary {
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    min-width: 30px;
    min-height: 30px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4),
    inset 0 -1px 0 rgba(16, 22, 26, 0.2);
    box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4),
    inset 0 -1px 0 rgba(16, 22, 26, 0.2);
    background-color: #137cbd;
    background-image: linear-gradient(
            180deg,
            hsla(0, 0%, 100%, 0.1),
            hsla(0, 0%, 100%, 0)
    );
    color: #fff;
    font-weight: 400;
}

.btn-primary:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4),
    inset 0 -1px 0 rgba(16, 22, 26, 0.2);
    box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4),
    inset 0 -1px 0 rgba(16, 22, 26, 0.2);
    background-color: #106ba3;
}

#kc-info-wrapper {
    padding: 0 35px;
}