* {
    box-sizing: border-box;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 16px;
}


html,body {
    margin: 0px;
    height: 100%;
}

.tp-web-container {
    height: 100%;
}

.tp-web-layout-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tp-web-layout-wrap header {
    flex-grow: 0;
}

.tp-web-content {
    flex-grow: 2;
}

.tp-web-content-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
}
#kc-form {
    flex-grow: 2;
}

#kc-form-wrapper {
    height: 100%;
}

.tp-web-heading{
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.tp-web-login, .tp-web-forgoten-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: auto;
}

.tp-web-login {
    padding-top: 16px;
}

.tp-web-form-group label {
    display: inline-block;
    color: #606F80;
    text-align: center;
}

.tp-web-form-group input {
    display: block;
    font-size: 16px;
    background-color: #F0F3F6;
    width: 100%;
    height: 40px;
    padding: 0 42px 2px 22px;
    color: #182D3D;
    margin-top: 12px;
    border: 1px solid #F0F3F6;
}

.tp-web-form-group.error input,
.tp-web-form-group div.error input {
    border-color: #D41A2D;
    outline: none;
}

.tp-web-form-group.error input:not(:focus) + .tp-web-password-icon {
    background: url(../svg/eye-hide-error.svg) no-repeat;
    background-size: contain;
}

.tp-web-form-group.error input:not(:focus) + .tp-web-password-icon.icon-opened {
    background: url(../svg/eye-error.svg) no-repeat;
    background-size: contain;
}

.tp-web-form-group input:focus {
    border-color: #BFC6CE;
    outline: none;
}

.tp-web-password-input-top {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
}
.tp-web-forgotten-password a {
    text-decoration: none;
    color: #009B3A;
    cursor: pointer;
}

.tp-web-login-buttons input,
.tp-web-reset-buttons input,
.tp-web-forgotten-buttons input {
    flex: 1 1 216px;
    background: #009B3A;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: 0;
    height: 40px;
    min-height: 40px;
}

.tp-web-forgotten-password-description {
    display: inline-block;
    color: #606F80;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: normal;
}

.tp-web-forgotten-back {
    flex: 1 1 136px;
    margin-right: 16px;
}

.tp-web-forgotten-back a {
    color: #606F80;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    display: block;
}

.tp-web-back-img {
    border: 2px solid #606F80;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    display: inline-block;
    width: 13px;
    height: 13px;
    transform: rotate(138deg);
}

.tp-web-password-container {
    position: relative;
}

.tp-web-input-wrap {
    position: relative;
}

.tp-web-password-icon {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 19px;
    margin-top: 11px;
    background: url(../svg/eye-hide.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.tp-web-password-icon.icon-opened {
    background: url(../svg/eye.svg) no-repeat;
    background-size: contain;
}

.tp-web-error-container {
    margin-top: 10px;
    font-size: 16px;
    color: #D41A2D;
  }

.tp-web-login-buttons :disabled,
.tp-web-forgotten-buttons :disabled,
.tp-web-reset-buttons :disabled {
    opacity: 0.6;
    cursor: default;
}

.tp-web-forgotten-buttons {
    display: flex;
    margin-top: 14px;
}

.tp-web-login-buttons {
    display: flex;
    margin-top: 24px;
}

.alert-error .tp-web-feedback-text {
    color: rgb(212, 27, 45);
}

.tp-web-rules-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    color: #656565;
}

.tp-web-rules-item.valid {
    color: #009B3A;
}

.tp-web-rules-item svg {
    flex: 0 0 auto;
}

.tp-web-disabled {
    display: none;
}

.tp-web-current-email-label {
    color: rgb(24, 45, 61);
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.tp-web-current-email-value {
    color: rgb(24, 45, 61);
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.tp-web-action {
    display: flex;
    justify-content: center;
}
.tp-web-error-action-link {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 20rem;
}
.tp-web-error-action-link div {
    border-radius: 40px;
    width: 100%;
    padding: 0 42px 2px 22px;
    color: #182D3D;
    margin-top: 12px;
    background: #FFC314;
    text-align: center;
    padding: 0.7rem;
}

.tp-web-login-back-button {
    flex: 1 1 136px;
    box-sizing: border-box;
    cursor: pointer;
    color: #008425;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    background-color: #F2F2F2;
}
.tp-web-forgotten-back .tp-web-login-back-button {
    margin: 0;
}
.tp-web-back-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../svg/arrow-left.svg) no-repeat;
    background-size: contain;
}

.tp-web-go-to-login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009B3A;
    color: #FFFFFF;
    height: 40px;
    margin-top: 24px;
    cursor: pointer;
}

.tp-web-success-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 18px;
    background: url(../svg/success.svg) no-repeat;
    background-size: contain;
}

.alert-success {
    display: flex;
    align-items: center;
    background: #F2FFF6;
    padding: 10px 18px;
    color: #232323;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #008425;
}

.tp-checkbox input {
    opacity: 0;
    position: absolute;
    margin: 0;
    width: 24px;
    height: 24px;
}

.tp-checkbox .tp-checkbox-label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

@media only screen and (max-device-width: 768px) {
    .tp-checkbox .tp-checkbox-label {
        margin-top: 14px;
    }
}

.tp-checkbox-icon {
    width: 14px;
    height: 11px;
}
.checkbox-icon-wrap {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 2px solid #BFC6CE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.checkbox-icon-wrap span {
    color: #182D3D;
}

input:checked + .tp-checkbox-label .checkbox-icon-wrap  {
    background: #009B3A;
    border-color: #009B3A;
}

input:checked + .tp-checkbox-label .tp-checkbox-icon  {
    background: url(../svg/check.svg) no-repeat;
    background-size: contain;
}


.tp-web-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: auto;
}

.tp-web-form-group-account label {
    display: inline-block;
    color: #606F80;
    text-align: center;
}

.tp-web-form-group-account input {
    display: block;
    font-size: 16px;
    background-color: #F2F2F2;
    width: 100%;
    height: 48px;
    border: 1px solid #f0f3f6;
    padding: 0 42px 2px 22px;
    color: #232323;
    margin-top: 12px;
}

.tp-web-form-group-account input:focus {
    border-color: #BFC6CE;
    outline: none;
}

.tp-web-form-group-account.error input {
    border-color: #D41A2D;
    outline: none;
}

.custom-update .tp-web-password-input-top-pd {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.tp-web-inputs-container {
    flex: 1 0 auto;
}

.tp-web-save-button {
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.8rem;
    background-color: #009B3A;
    color: #FFFFFF;
    outline: none;
    border: none;
    padding: 0;
    height: 48px;
    min-height: 40px;
}

.tp-web-save-button:disabled {
    background-color: #F5F5F7;
    color: #BFC6CE;
    cursor: unset;
}

.custom-update .tp-web-error-container {
    min-height: 1.8rem;
    margin-top: 0.6rem;
    color: #D41A2D;
}

.tp-web-rules-container {
    display: flex;
}

.tp-web-rules-container .tp-web-rules-column {
    flex: 0 1 29.6rem;
}

.custom-update .tp-web-password-icon {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 22px;
    margin: auto;
    background: url(../svg/eye-hide-grey.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.custom-update .tp-web-password-icon.icon-opened {
    background: url(../svg/eye-grey.svg) no-repeat;
    background-size: contain;
}

.hidden {
    display: none;
}




