html {
    font-size: 16px;
}

body {
    font: 14px Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.login-pf a:hover.btn-text {
    color: rgba(0, 0, 0, 0.87);
    outline: 0;
    outline-width: 0;
    text-decoration: underline;
}

.login-pf body {
    background: #fff;
    font-family: Roboto,sans-serif;
}

.login-pf-page {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 0;
}

.login-pf-page .card-pf {
    margin: auto;
    width: 100%;
    padding: 30px 50px 30px 50px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.12);
}

@media(min-width: 600px) {
    .login-pf-page .card-pf {
        width: 100%
    }
}

@media(min-width: 960px) {
    .login-pf-page .card-pf {
        width: 50%
    }
}

@media(min-width: 1264px) {
    .login-pf-page .card-pf {
        width: 33.333333333333333%
    }
}

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

.login-pf-page .login-pf-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

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

.login-pf-page .login-pf-header h1 .kc-login-msg-header {
    font-size: 36px;
    font-weight: 500;
    text-align: left;
}

.login-pf-page .login-pf-header h1 .kc-login-msg-header img {
    width: 200px;
}

.login-pf-page .login-pf-header h1 .kc-login-msg-text {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: center;
    color: rgba(0,0,0,.87);
}

.login-pf-page-header {
    background-color: #007dc2;
}

#kc-page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 0px 0px 48px;
    white-space: normal;
}

@media (max-width: 767px) {
    #kc-header-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

div.kc-logo-text {
    background: white;
    width: 100%;
    height: 0px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.login-pf-page .login-pf-header p.kc-login-info {
    text-align: left;
    font-size: 0.75em;
    padding-top: 16px;
}

#kc-form-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
}

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

.form-control:focus {
    box-shadow: none;
}

.login-pf-page .login-pf-social-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}

.login-pf-page .login-pf-social-section:last-of-type {
    border: none;
    padding: 0;
}

.login-pf-social-prompt {
    font-size: 1.5rem;
    font-weight: 400;
}

.login-pf-social-links {
    display: flex;
    flex-flow: row wrap;
}

.login-pf-social-links .btn {
    margin-top: 16px;
    margin-left: 8px;
}

.input {
    align-items: flex-start;
    border-radius: 4px;
    display: flex;
    flex: 1 1 auto;
    font-size: 16px;
    letter-spacing: normal;
    max-width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.input-control {
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
}

.input-control.input-control-active {
    color: #007dc3;
}

.has-error .input .input-control {
    color: #a94442;
}

.has-error .input .input-control label {
    color: #a94442;
}

.input-control .input-slot {
    align-items: stretch;
    background: transparent;
    border-radius: inherit;
    cursor: text;
    display: flex;
    min-height: 56px;
    margin-bottom: 8px;
    padding: 0 12px;
    position: relative;
    width: 100%;
}

.input-control .input-slot .field {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    position: relative;
}

.input-control fieldset {
    border-color: rgba(0, 0, 0, 0.24);
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.has-error .input .input-control fieldset {
    border-color: currentColor;
    border-width: 1px;
}

.input-control.input-control-active fieldset {
    border-color: currentColor;
    border-width: 2px;
}

.input-control:not(.input-control-active) .input-slot:hover fieldset {
    border-color: rgba(0, 0, 0, 0.86);
}

.input-control input {
    background-color: transparent;
    border-radius: 0;
    border-style: none;
    border-color: unset !important;
    box-shadow: none !important;
    color: rgba(0,0,0,.87);
    flex: 1 1 auto;
    font-size: inherit;
    line-height: 20px;
    padding: 8px 0 8px;
    max-height: 32px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.input-control label {
    color: rgba(0,0,0,.6);
    font-weight: unset;
    height: 20px;
    line-height: 20px;
    left: 0px;
    margin-bottom: unset;
    max-width: 133%;
    min-height: 8px;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    right: auto;
    top: 18px;
    transform-origin: top left;
    transform: translateY(-24px) scale(.75);
    background: white;
}

.input-control.input-control-active label {
    color: currentColor;
}

.btn {
    align-items: center;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.87);
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    max-width: 100%;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: .0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow,transform,opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 0.875rem;
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    width: auto;
}

.btn:before {
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
    background-color: currentColor;
}

.btn:not(.btn-flat), .btn:not(.btn-text) {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.btn.btn-primary {
    background-color: #007dc3;
    background-image: none;
    border-color: #007dc3;
    color: #fff;
}

.btn.btn-secondary {
    background-color: #cc6600;
    background-image: none;
    border-color: #cc6600;
    color: #fff;
}

.btn.btn-secondary:hover {
    color: #fff;
}

.btn.btn-flat, .btn.btn-text {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.btn:hover:before {
    opacity: 0.04;
}

.btn:focus:before {
    opacity: 0.16;
}

.btn-row .btn {
    margin-left: 10px;
}

.btn-content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
}

.login-pf-page .btn {
    margin-top: 40px;
}

.login-pf-social-links .btn.github {
    background-image: url(../img/github.png) !important;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: #252527 !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.github:before {
    content: none;
}

.login-pf-social-links .btn.github span {
    display: none;
}


.login-pf-social-links .btn.stackoverflow {
    background-image: url(../img/stackoverflow.png) !important;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: #252527 !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.stackoverflow:before {
    content: none;
}

.login-pf-social-links .btn.stackoverflow span {
    display: none;
}

.login-pf-social-links .btn.microsoft {
    background-image: url(../img/microsoft.png) !important;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: white !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.microsoft:before {
    content: none;
}

.login-pf-social-links .btn.microsoft span {
    display: none;
}

.login-pf-social-links .btn.linkedin {
    background-image: url(../img/linkedin.png) !important;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: white !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.linkedin:before {
    content: none;
}

.login-pf-social-links .btn.linkedin span {
    display: none;
}

.login-pf-social-links .btn.twitter {
    background-image: url(../img/twitter.png) !important;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: white !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.twitter:before {
    content: none;
}

.login-pf-social-links .btn.twitter span {
    display: none;
}

.login-pf-social-links .btn.facebook {
    background-image: url(../img/facebook.png) !important;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: white !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.facebook:before {
    content: none;
}

.login-pf-social-links .btn.facebook span {
    display: none;
}

.login-pf-social-links .btn.google {
    background-image: url(../img/google.png) !important;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: white !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.google:before {
    content: none;
}

.login-pf-social-links .btn.google span {
    display: none;
}

.login-pf-social-links .btn.bitbucket {
    background-image: url(../img/bitbucket.png) !important;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: white !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.bitbucket:before {
    content: none;
}

.login-pf-social-links .btn.bitbucket span {
    display: none;
}

.login-pf-social-links .btn.gitlab {
    background-image: url(../img/gitlab.svg) !important;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: white !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.gitlab:before {
    content: none;
}

.login-pf-social-links .btn.gitlab span {
    display: none;
}

.login-pf-social-links .btn.instagram {
    background-image: url(../img/instagram.png) !important;
    background-color: #f00075;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: white !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.instagram:before {
    content: none;
}

.login-pf-social-links .btn.instagram span {
    display: none;
}

.login-pf-social-links .btn.paypal {
    background-image: url(../img/paypal.png) !important;
    background-color: #0070ba;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0.6em 0.2em !important;
    border-radius: 0.25em;
    color: white !important;
    font-size: 19px !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 46px;
    height: 46px;
    min-width: 46px;
}

.login-pf-social-links .btn.paypal:before {
    content: none;
}

.login-pf-social-links .btn.paypal span {
    display: none;
}

#kc-locale {
    display: none;
}

.form-control:focus {
    outline: 0;
}

.input-errors {
    line-height: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 12px;
}
