/***************************
File generated by shrinker.ch
DateTime: 2020-12-15, 10:22:49
File list:
* styles2.css
* styles.css
*****************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-size: 18px
}

body {
    margin: 77px 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    color: #262322
}

h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600
}

h2 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #5d5551;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 11px 0
}

p {
    line-height: 1.5
}

a, a:visited, a:active {
    color: #4074a4;
    text-decoration: none
}

label {
    color: #5d5551;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    outline: 0
}

input {
    font-size: 20px;
    font-family: inherit;
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
    outline: 0;
    padding: 6px 2px 6px 0;
    width: 100%;
    color: #262322;
    -ms-flex: 1;
    flex: 1;
    line-height: 30px;
    height: auto;
    border-bottom: 2px solid #928782;
    margin: 0
}

input::placeholder {
    color: #a29895
}

input:focus {
    border-bottom-color: #4074a4
}

button, input[type=submit], .button {
    line-height: 1.15;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 6px;
    font-size: 20px;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid transparent;
    min-height: 44px;
    height: 44px;
    margin: 11px 0;
    letter-spacing: normal;
    white-space: nowrap;
    color: #4074a4;
    background-color: #dceaf6;
    width: 100%
}

button:last-child, input[type=submit]:last-child, .button:last-child {
    margin-bottom: 0
}

.button--primary:hover {
    background-color: #082947;
}

.button-secondary:hover {
    background-color: #CEE0F1;
}

.help-button {
    color: #2F679C;
    background-color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;;
    font-size: 1rem;
    font-weight: 600;
}

.help-button:hover {
    color: #154775;
}

.help-button:hover svg {
    fill: #154775;
}

svg {
    fill: #2F679C;
    margin-right: 12px;
}

input[type=submit], .button--primary {
    color: #fff;
    background-color: #265077
}

input[type=submit]:hover {
    background-color: #082947;
}

@media (min-width: 769px) {
    body {
        background-color: #004685;
    }

    body::after {
        background-color: #004685;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        content: "";
        opacity: .5;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: fixed;
        z-index: -1
    }
}

.form-group {
    margin-bottom: 22px
}

.form-group:last-child {
    margin-bottom: 0
}

#kc-form-options {
    margin-bottom: 11px;
}

#kc-content .back-link {
    margin-top: 11px
}

#kc-content .back-link::before {
    content: '';
    display: inline-block;
    background-image: url(../img/icon-chevron-left-regular.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    position: relative;
    top: 5px;
    left: -6px
}

.alert {
    border-radius: 4px;
    padding: 11px 12px 11px 48px;
    position: relative;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 255, 255, 0.9)
}

.alert-warning {
    background-color: #fff2de;
    color: #7f4b00
}

.alert-error {
    background-color: #fbdede;
    color: #7f0000
}

.alert-success {
    background-color: #e0f2cc;
    color: #346001
}

.alert-icon {
    position: absolute;
    left: 12px;
    width: 24px;
    height: 24px
}

.desk-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 6;
    height: 66px;
    background-color: #004685;
    color: #fff;
    padding: 0 36px
}

.desk-top-bar .back-link a {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 48px;
    align-items: center;
    justify-content: center
}

.desk-top-bar .back-link img {
    width: 22px;
    height: 22px
}

.application-title {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.application-title a {
    color: inherit;
    text-decoration: inherit
}

@media (max-width: 768px) {
    body {
        margin-top: 55px
    }

    .desk-top-bar {
        height: 44px;
        justify-content: center
    }

    .application-title {
        font-size: 20px
    }
}

@media (min-width: 769px) {
    body {
        margin-top: 11px
    }

    .desk-top-bar {
        display: none
    }
}

#kc-locale, #kc-links {
    display: none
}

#kc-locale ul, #kc-links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#kc-locale li, #kc-links li {
    display: inline-block;
    padding-right: 12px;
    border-right: 1px solid #ccc;
    margin-right: 12px
}

#kc-locale li:last-child, #kc-links li:last-child {
    border-right: 0
}

#kc-locale .selected, #kc-links .selected {
    font-weight: bold
}

@media (min-width: 769px) {
    #kc-locale, #kc-links {
        display: flex;
        align-items: center;
        z-index: 999;
        position: fixed;
        left: 24px;
        top: 11px;
        height: 44px
    }

    #kc-links {
        top: unset;
        bottom: 11px
    }

    #kc-locale a, #kc-links a {
        color: #fff
    }
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important
    }

    .mobile-only {
        display: revert
    }
}

@media (min-width: 769px) {
    .desktop-only {
        display: revert
    }

    .mobile-only {
        display: none !important
    }
}

#kc-content-wrapper {
    padding: 11px 0;
    max-width: 100%
}

@media (min-width: 769px) {
    #kc-content {
        position: absolute;
        background-color: #004685;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column
    }

    #kc-content-wrapper {
        z-index: 999;
        flex-grow: 0;
        margin: auto;
        opacity: 0;
        background-color: #fff;
        padding: 22px 24px 11px 24px;
        width: 400px;
        border-radius: 4px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
        animation: 600ms cubic-bezier(0.19, 1, 0.22, 1) 150ms 1 move forwards
    }
}

#kc-logout {
    display: none
}

@media (min-width: 769px) {
    #kc-logout {
        display: block
    }

    #kc-logout a {
        display: flex;
        align-items: center;
        z-index: 999;
        position: fixed;
        right: 22px;
        top: 11px;
        height: 44px;
        color: #fff
    }

    #kc-logout img {
        margin-left: 12px
    }
}

.shine {
    z-index: 0;
    position: relative;
    overflow: hidden
}

/*.shine:after {*/
/*    content: '';*/
/*    top: 0;*/
/*    transform: translateX(40%) rotateZ(-45deg);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    animation: 350ms ease-in-out 5000ms shine forwards;*/
/*    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);*/
/*    opacity: .6*/
/*}*/

@keyframes move {
    from {
        transform: scale(1.1) translateY(20px);
        opacity: 0
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1
    }
}

@keyframes shine {
    0% {
        transform: translateX(-20%) rotateZ(-45deg)
    }
    100% {
        transform: translateX(40%) rotateZ(-45deg)
    }
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300&subset=latin,latin-ext);
body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
    margin: 0
}

input {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif
}

a {
    color: #4074a4;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.kc-wrapper {
    min-width: 280px;
    margin: 0 auto;
    position: absolute;
    padding: 20px;
    min-height: 435px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.kc-wrapper-inner {
    min-width: 280px;
    max-width: 1280px;
    margin: 0 auto
}

.kc-heading {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    background-color: #4074a4;
    border-radius: 0 5px;
    padding: 15px
}

.kc-body {
    padding: 15px
}

.kc-logo {
    padding: 10px 0 30px;
    height: 47px
}

@media (max-width: 667px) {
    .kc-logo {
        padding: 0 0 20px;
        height: 47px
    }
}

.kc-login-agora {
    position: absolute;
    width: 190px;
    bottom: 0;
    right: 0;
    z-index: -1;
    display: block !important
}

@media (min-width: 380px) {
    .kc-login-agora {
        width: 260px
    }
}

@media (min-width: 450px) {
    .kc-login-agora {
        width: 320px
    }
}

@media (min-width: 668px) and (min-height: 700px) {
    .kc-login-agora {
        width: 400px
    }
}

.kc-updatePassword-form, .kc-login-form {
    max-width: 490px;
    margin: 25vh auto;
    position: relative
}

@media (max-height: 700px) {
    .kc-updatePassword-form, .kc-login-form {
        margin: 50px auto 20px auto
    }
}

.kc-updatePassword-form label, .kc-login-form label {
    color: #5d5551;
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    text-align: right;
    white-space: nowrap
}

.kc-updatePassword-form input:focus, .kc-login-form input:focus {
    outline: 0
}

.kc-updatePassword-form input[type=text], .kc-updatePassword-form input[type=password], .kc-login-form input[type=text], .kc-login-form input[type=password] {
    font-size: 16px;
    width: 300px;
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #99b5ce;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0
}

.kc-updatePassword-form input[type=submit], .kc-login-form input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin-left: 190px;
    margin-top: 20px;
    color: #fff;
    background-color: #928782;
    border: 0;
    border-radius: 0 5px;
    padding: 11px 10px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer
}

@media (max-width: 667px) {
    .kc-updatePassword-form label, .kc-login-form label {
        width: 100%;
        text-align: left;
        display: block;
        line-height: 20px;
        height: 20px;
        margin-top: 30px
    }

    .kc-updatePassword-form input[type=text], .kc-updatePassword-form input[type=password], .kc-login-form input[type=text], .kc-login-form input[type=password] {
        width: 100%
    }

    .kc-updatePassword-form input[type=submit], .kc-login-form input[type=submit] {
        margin-left: 0;
        margin-top: 20px;
        position: initial
    }

    .kc-login-back, .kc-login-forgot {
        margin: 30px 0 0;
        line-height: 20px
    }
}

.kc-login-back, .kc-login-forgot {
    margin-left: 190px;
    line-height: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    margin-top: 15px
}

@media (max-width: 667px) {
    .kc-login-back, .kc-login-forgot {
        margin: 30px 0 0;
        line-height: 20px
    }
}

@media (max-width: 320px) {
    .kc-login-back, .kc-login-forgot {
        position: initial;
        height: auto
    }
}

.kc-feedback {
    padding: 15px 15px 0 15px
}

.kc-feedback-success {
    color: #8eafa6
}

.kc-feedback-warning {
    color: #ddafa4
}

.kc-feedback-error {
    color: #bb5e48
}

.kc-feedback-info {
    color: #99b5ce
}

.kc-footer {
    font-size: 12px;
    font-weight: bold;
    color: #004685;
    position: absolute;
    bottom: 20px;
    left: 20px
}

.kc-footer img {
    height: 10px
}

@media (max-width: 769px) {
    #kc-content-wrapper {
        margin: 66px 12px 0px 12px;
    }
}

@media (max-width: 320px) {
    .kc-footer img {
        height: 7px
    }
}

.reset-password-link span a{
    margin-right: -24px;
    text-decoration: none;
    color: #2F679C;
    background-color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.reset-password-link span a:hover{
    color: #154775;
}

.eye-password {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    position: relative;
    top: -35px;
    left: -6px;
    float: right;
}

.eye {
    background-image: url(../img/eyeRegular.svg);
}

.eye-slash {
    background-image: url(../img/eyeSlashRegular.svg);
}