/*@font-face {*/
/*    font-family: 'Arial MT';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local('Arial MT'), url('../fonts/ARIALMTEXTRABOLD.woff') format('woff');*/
/*}*/
/*@font-face {*/
/*    font-family: 'Arial MT';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local('Arial MT'), url('../fonts/ARIALMTLIGHT.woff') format('woff');*/
/*}*/
/*@font-face {*/
/*    font-family: 'Arial MT';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local('Arial MT'), url('../fonts/ARIALMTMEDIUM.woff') format('woff');*/
/*}*/
/*@font-face {*/
/*    font-family: 'Arial MT';*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: local('Arial MT'), url('../fonts/ARIALBOLDMT.woff') format('woff');*/
/*}*/

/*@font-face {*/
/*    font-family: 'ArialMT';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: local('ArialMT'), url('../fonts/arialmt.woff') format('woff');*/
/*}*/
/*@font-face {*/
/*    font-family: 'Arial MT Black';*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    src: local('Arial MT Black'), url('../fonts/ARIALMTBLACK.woff') format('woff');*/
/*}*/


.login-pf {
    background: unset;
}

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

.login-pf body {
    background-image: url('../img/background_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.alert-warning {
    display: flex;
    align-items: center;
    border: 2px solid #ec7a08;
    padding: 13px;
    font-family: ArialMT, Arial;
    font-size: 12px;
    border-radius: 7px;
    margin-bottom: 24px;
}

.alert-warning>.pf-c-alert__icon {
    margin-right: 12px;
    font-size: 20px;
}

.alert-info {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: #4B9E39;
    padding: 13px;
    font-family: ArialMT, Arial;
    font-size: 12px;
    border-radius: 7px;
    border: 2px solid #4B9E39;

}

.alert-error {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #cb3028;
    color: #cb3028;
    padding: 13px;
    font-family: ArialMT, Arial;
    font-size: 12px;
    border-radius: 7px;
}

.pf-c-alert__icon {
    margin-right: 12px;
}

.alert-error>.pf-c-alert__icon {
    margin-right: 12px;
    font-size: 20px;
}


.securiton img {
    width: 211.9px;
    height: 26.4px;
    margin-bottom: 10px;
}

div#title {
    margin: 40px 0 0 0;
    text-align: center;
    /*font-family: Arial-Black, Arial MT Black;*/
    font-family: Arial-Black, Arial;
    font-size: 30px;
    font-weight: bold;
    color: #5d686e;
    text-transform: uppercase;
    word-wrap: break-word;
    line-height: 45px;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #c8c8c7;
    height: 36px;
    border-radius: 7px;
}

.form-control:hover {
    border: 1px solid #a7a7a6;
}

.form-control:focus {
    border-color: #a7a7a6;
    box-shadow: inset 0 1px 1px #ffffff, 0 0 8px #ffffff;
}

.control-label {
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
    font-size: 12px;
    color: black;
    font-weight: normal;
}

#username-container {
    width: 100%;
    position: relative;
}

.input-icon {
    position: absolute;
    width: 32px;
    top: 4px;
    right: 10px;
}

#username-container #username {
    padding-right: 45px;
    height: 40px;
    border: none;
    box-shadow: none;
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
}

#username:-webkit-autofill {
    -webkit-text-fill-color: black !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out !important;
}

#password-container {
    width: 100%;
    position: relative;
}

#password-container #password {
    padding-right: 45px;
    height: 40px;
    border: none;
    box-shadow: none;
    background-color: #5d686e;
    color: white;
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
}

#password:-webkit-autofill {
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px #5d686e inset !important;
    transition: background-color 5000s ease-in-out !important;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
    z-index: 1;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown {
    position: relative;
    text-align: right;
}

#kc-locale-dropdown a {
    /* color: #4d5258; */
    background: 0 0;
    padding: 0 15px 0 0;
    /* font-weight: 300; */
    color: #5d686e;
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
    font-size: 12px;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

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

#kc-content {
    width: 100%;
}

/* #kc-content-wrapper {
    overflow-y: hidden;
} */

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form {
    margin-top: 70px;
}

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

#kc-form-options .checkbox {
    margin-top: 0;
    /* color: #72767b; */
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
    font-size: 12px;
    color: #5d686e;
}

#checkbox-container {
    padding-left: 30px;
}

#rememberMe {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.securiton-checkbox {
    width: 20px;
    height: 20px;
    background-image: url('../img/checkbox.svg');
    content: '';
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#rememberMe:checked~.securiton-checkbox {
    background-image: url('../img/checkbox_checked.svg');
}

#forgotPassword {
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
    font-size: 12px;
    color: #5d686e;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
}

#kc-registration a {
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
    font-size: 12px;
    color: #004f9f;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width: 150px;
    max-height: 150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 4px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.zocial,
a.zocial {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}

.zocial:before {
    border-right: 0;
    margin-right: 0;
}

.zocial span:before {
    padding: 7px 10px;
    font-size: 14px;
}

.zocial:hover {
    background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;

    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before {
    content: "\f15d";
}

.zocial.stackoverflow:before {
    color: inherit;
}


@media (min-width: 768px) {
    .login-pf-page .login-pf-page-header {
        margin-bottom: 0;
    }

    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
        padding-right: 80px;
    }

    /* #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }*/
}

@media (max-width: 767px) {

    /* .login-pf body {
        background: white;
    } */

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }

    #kc-header-wrapper {
        font-size: 16px;
        font-weight: bold;
        padding: 20px 60px 0 0;
        color: #72767b;
        letter-spacing: 0;
    }

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 9999;
    } */

    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 20px 0 0 20px;
    }

}

.logo-container {
    position: fixed;
    width: 300px;
    height: 68px;
    bottom: 3%;
    right: 3%;
}

.logo-container img {
    width: 100%;
    height: auto;
}

@media (max-width: 1100px) {

    .logo-container {
        position: relative;
        display: block;
        margin: 40px auto 0 auto;
    }
}

.welcome-container {
    width: 414px;
    height: 141px;
    top: 30vh;
    left: 5vw;
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
    font-size: 32px;
    line-height: 34px;
    text-align: left;
    color: #fff;
    background: transparent;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-wrap: break-word;
}

@media (max-width: 1350px) {
    .welcome-container {
        display: none;
    }
}

.welcome-container .text-1 {
    margin-bottom: 20px;
}

.welcome-container .logo {
    width: 389px;
    margin-bottom: 46px;
}

.welcome-container .logo img {
    width: 100%;
}

.welcome-container .text-2 {
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
    font-size: 27px;
    line-height: 31px;
}

.welcome-container .text-2 .bold {
    /*font-family: Arial-BoldMT, Arial MT;*/
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

#kc-form-buttons {
    margin-top: 40px;
}

.btn {
    padding: 7px 21px;
    /*opacity: 0.7;*/
    border-radius: 7px;
    border: none;
    flex-grow: 1;

    /* font-family: Arial-BoldMT, Arial MT; */
    font-family: Arial-BoldMT, Arial;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    background-image: none !important;
    box-shadow: none;
    margin-bottom: 1rem;
}

.btn-primary {
    background-color: #d2d755;
    background-image: none;
    color: black;
}

.btn-primary:hover {
    background-color: #d2d755 !important;
    background-image: none !important;
    color: black !important;
}

.btn:hover {
    background-color: #757575;
}



.btn-block {
    /* background-color: #1b5e20 */
    background-color: #d2d755;
    background-image: none;
    color: black;
    border: none;
    border-radius: 7px;
    box-shadow: none;
    height: 50px;
    /*font-family: Arial-BoldMT, Arial MT;*/
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.btn-default {
    background-color: #af2c34;
    background-image: none;
    color: black;
    margin-left: 0 !important;
}

.btn-default:hover {
    background-color: #af2c34 !important;
    background-image: none !important;
    color: black !important;
}

.btn-group-lg>.btn,
.btn-lg {
    line-height: 1.6;
}


.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
}

.card-pf {
    /* background: #fff; */
    background: #d7dcdf;
    margin: 0 auto;
    /* padding: 0 20px; */
    padding-left: 40px !important;
    padding-right: 40px !important;
    /* max-width: 500px; */
    max-width: 365px;
    border-top: 0;
    box-shadow: 0 0 0;
    border-radius: 7px;
}

/*tablet*/
@media (max-width: 840px) {
    /* .login-pf-page .card-pf {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 20px 30px 20px;
    } */
}

@media (max-width: 767px) {
    /* .login-pf-page .card-pf {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    } */

    .card-pf.login-pf-accounts {
        max-width: none;
    }
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #72767b;
}

#kc-content-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .login-pf-page .login-pf-social-section:first-of-type {
        padding-right: 39px;
        border-right: 1px solid #d1d1d1;
        margin-right: -1px;
    }

    .login-pf-page .login-pf-social-section:last-of-type {
        padding-left: 40px;
    }

    .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
        margin-bottom: 0;
    }
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 25px;
}

.login-pf-page .login-pf-social-link a {
    padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type {
    margin-bottom: 0px;
}

#kc-back {
    margin-top: 5px;
}

form#kc-select-back-form div.login-pf-social-section {
    padding-left: 0px;
    border-left: 0px;
}

#kc-register-form label {
    font-size: 12px;
    color: black;
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
}

#kc-register-form input,
#kc-register-form select {
    height: 40px;
    border: none;
    box-shadow: none;
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
    border-radius: 7px;
}

#kc-register-form #kc-form-options {
    text-align: center;
    margin-top: 15px;
}

#kc-register-form #kc-form-options a {
    /*font-family: Arial-BoldMT, Arial MT;*/
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #004f9f;
}

#kc-passwd-update-form input[type='password'] {
    height: 40px;
    border: none;
    box-shadow: none;
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
    border-radius: 7px;
}

.sub-info-container {
    margin-top: 6px;
    color: #7e7e7e;
    /*font-family: ArialMT, Arial MT;*/
    font-family: ArialMT, Arial;
    font-size: 12px;
    line-height: 1.17;
}

.password-wrapper-container {
    position: relative;
}

.password-wrapper-container input {
    padding-right: 45px;
    height: 40px;
    border: none;
    box-shadow: none;
    font-family: ArialMT, Arial;
}

.password-wrapper-container .input-icon {
    width: 28px;
    top: 8px;
    right: 24px;
    cursor: pointer;
}

#password-strength-icon {
    position: absolute;
    top: 0;
    right: -23px;
    bottom: 0;
    max-height: 100%;
    height: 40px;
    width: 50px;
}

.instruction-1 {
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #7e7e7e;
    text-align: center;
}

.instruction-2 {
    text-align: left;
    font-family: ArialMT, Arial;
    font-size: 12px;
    line-height: 16px;
    color: #7e7e7e;
}

.instruction-2>a {
    margin-left: 0 !important;
}

.alert>.pficon {
    position: relative;
    margin-right: 1rem;
    left: 0;
    top: 0;
}

[id^=input-error] {
    color: #cb3028;
    font-family: ArialMT, Arial;
}