/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

progress,
sub,
sup {
    vertical-align: baseline;
}

[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src:
        local("Roboto"),
        local("Roboto-Regular"),
        url(../assets/fonts/roboto.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215,
        U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src:
        local("Roboto Medium"),
        local("Roboto-Medium"),
        url(../assets/fonts/roboto_medium.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215,
        U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../assets/fonts/glyphicons-halflings-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

html {
    -webkit-font-smoothing: antialiased !important;
    font-family: sans-serif;
    height: 100%;
    background-image: none;
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.authproviders,
.authproviders *,
.culture-selector,
.culture-selector * {
    box-sizing: border-box;
}

.validation-summary-errors {
    margin-bottom: 15px;
}

.validation-summary-errors ul {
    border-radius: 2px;
    border: 1px solid #ef4638;
    margin: 2px 0;
    padding: 20px 15px 20px 70px;
    color: #333;
    background: url(../assets/images/error.svg) 19px 50% no-repeat #fff;
    background-size: 32px 32px;
    list-style: none;
}

.culture-selector {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    padding: 3px 8px;
    color: #333;
}

.culture-selector__current {
    cursor: pointer;
    border-bottom: solid 1px #333;
    padding: 3px;
    display: inline-block;
}

.culture-selector__currenttext {
    display: inline-block;
    min-width: 130px;
    text-align: left;
    user-select: none;
    text-transform: capitalize;
}

.culture-selector__checkbox {
    display: none;
}

.culture-selector__cultures {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    text-align: left;
    background-color: #fff;
    min-width: 160px;
    border: solid 1px #333;
    margin: -4px 8px 0 0;
    overflow-y: auto;
    max-height: 50vh;
}

.culture-selector__culture {
    padding: 6px 8px 4px;
    text-transform: capitalize;
}

.culture-selector__culture:hover .culture-selector__culturelink {
    color: #5398d1;
}

.culture-selector__checkbox:checked + .culture-selector__cultures {
    display: block;
}

.culture-selector__culturelink,
.culture-selector__culturelink:visited {
    color: #000;
    text-decoration: none;
}

.culture-selector__caret {
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.lp-body--rtl .culture-selector__cultures,
.lp-body--rtl .culture-selector__currenttext {
    text-align: right;
}

.authproviders {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.authproviders__providerlink,
.authproviders__providerlink:hover,
.authproviders__providerlink:visited {
    height: 50px;
    margin: 4px 0;
    opacity: 1;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    text-overflow: ellipsis;
}

.authproviders__providercontent {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #595959;
    opacity: 1;
    z-index: 100;
    border: 1px solid #757575;
}

.authproviders__provider:first-child {
    margin-left: 0;
}

.authproviders__providericon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 15%;
    opacity: 1;
    background-color: #bfbfbf;
    width: 100%;
}

.authproviders__providericon img,
.authproviders__providericon svg {
    object-fit: cover;
    max-width: 80%;
    max-height: 80%;
}

.authproviders__providertext {
    flex-basis: 85%;
    display: flex;
    align-items: center;
    padding-left: 5%;
    font-size: 1em;
}

.authproviders.authproviders--small {
    flex-flow: row wrap;
}

.authproviders.authproviders--small .authproviders__providerlink {
    width: 50px;
    margin: 4px;
}

.authproviders.authproviders--small .authproviders__providericon {
    flex-basis: 100%;
}

.authproviders.authproviders--small .authproviders__providertext {
    display: none;
}

body.lp-body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 10pt;
    display: flex;
    height: 100%;
}

body.lp-body .lp-contentroot {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    padding: 10%;
}

body.lp-body .lp-contentroot .lp-contentinnerroot {
    padding: 5%;
    margin: auto;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    max-width: 650px;
    z-index: 5;
}

body.lp-body .lp-contentroot .lp-contentinnerroot h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
    font-weight: 400;
    text-transform: none;
}

body.lp-body .lp-contentroot .lp-contentinnerroot a {
    color: #333;
    line-height: 14px;
}

body.lp-body.lp-noLoginText .lp-contentroot .lp-contentinnerroot {
    display: none;
}

body.lp-body .lp-formroot {
    display: flex;
    background: #fff;
}

body.lp-body .lp-formroot .lp-forminnerroot {
    margin: auto 70px;
    width: 320px;
}

@media screen and (max-width: 768px) {
    body.lp-body .lp-formroot .lp-forminnerroot {
        width: 365px;
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
    body.lp-body .lp-formroot .lp-forminnerroot {
        margin: auto 22px;
    }
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-hand {
    cursor: pointer;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-logo {
    display: inline-flex;
    margin-bottom: 30px;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-logo .lp-logo-image {
    margin: auto;
    max-width: 320px;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-logo img {
    width: 100%;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-form-separatortext {
    text-transform: uppercase;
    color: #333;
    margin: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.lp-form-separatortext:after,
.lp-form-separatortext:before {
    content: "";
    display: inline-block;
    border-top: 0.1rem solid rgb(227, 229, 231);
    flex-grow: 1;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-form .lp-dedicated-page-link {
    color: #2b90ef;
    margin: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding-top: 10px;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfieldset {
    z-index: 11;
    background-color: #fff;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfieldset label {
    font-weight: 600;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfieldset label.lp-checkbox {
    display: initial;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfieldset label.lp-checkbox input[type="checkbox"] {
    height: 16px;
    width: 16px;
    background: #fff;
    display: inline-block;
    border: 1px solid #aaa;
    overflow: hidden;
    margin: 0 8px 0 0;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    padding: 0;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfieldset label.lp-checkbox input[type="checkbox"]:checked:before {
    display: block;
    content: "\E013";
    font-size: 10px;
    font-family: "Glyphicons Halflings", serif;
    margin: 1px;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    text-align: center;
    line-height: 11px;
    color: #478fc0;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfieldset input[type="radio"] {
    padding: 0 10px;
    border: 1px solid #757575;
    border-radius: 3px;
    margin: 5px 5px 15px 10px;
    vertical-align: sub;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfieldset input[type="password"],
body.lp-body .lp-formroot .lp-forminnerroot .lp-formfieldset input[type="number"],
body.lp-body .lp-formroot .lp-forminnerroot .lp-formfieldset input[type="text"] {
    transition:
        background-color 0.3s ease-in-out,
        border 0.3s ease-in-out;
    outline: 0;
    padding: 0 10px;
    border: 1px solid #757575;
    height: 44px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 1.1em;
    box-sizing: border-box;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter {
    margin-top: 22px;
}

body.lp-body .lp-formroot .lp-forminnerroot .loading-modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    align-items: center;
    text-align: center;
}

.modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.loading-message {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

body.lp-body .lp-formroot .lp-forminnerroot .loading-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    display: inline-block;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.smtp-text-box {
    max-height: 30px;
}

.smtp-auth-method {
    display: block;
    margin-bottom: 5px;
}

.smtp-ssl-select {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.smtp-verticalscroll {
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (max-height: 960px) {
    .smtp-verticalscroll {
        overflow-y: auto;
        height: 185px;
    }
}

.smtp-form-success {
    border-radius: 2px;
    border: 1px solid #80c424;
    margin: 2px 0 15px 0;
    padding: 20px 15px 20px 70px;
    color: #333;
    background: url(../assets/images/success.svg) 19px 50% no-repeat #fff;
    background-size: 32px 32px;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-btn,
body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-btn-link {
    line-height: normal;
    text-transform: none;
    cursor: pointer;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16);
    vertical-align: top;
    padding: 6px 11px;
    min-width: 97px;
    min-height: 35px;
    outline: 0;
    border: 1px solid #007fb4;
    color: #fff;
    background-color: #007ac3;
    font-size: 1.1em;
    border-radius: 3px;
    width: 100%;
    height: 44px;
    margin: 0 11px 22px 0;
    text-align: center;
    display: block;
    text-decoration: none;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-btn .lp-btn-link-text,
body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-btn-link .lp-btn-link-text {
    display: inline-block;
    margin-top: 0.3em;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter button.lp-btn {
    -webkit-appearance: button;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-btn-link:hover,
body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-btn:hover {
    box-shadow: 0 0 9px 0 rgba(77, 77, 77, 0.2);
    border-color: #fff;
    background-color: #00abf2;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-btn-link:focus,
body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-btn:focus {
    box-shadow: inset 0 2px 7px rgba(77, 77, 77, 0.5);
    border-color: #dbdbdb;
    background-color: #003d61;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-btn:active:enabled {
    box-shadow: inset 0 2px 7px rgba(77, 77, 77, 0.5);
    border-color: #dbdbdb;
    background-color: #5398d1;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-link {
    background: 0 0;
    line-height: 14px;
    color: #555;
    text-decoration: none;
    float: right;
    margin-top: 25px;
}

body.lp-body .lp-formfooter .disabled-link {
    background-color: #999 !important;
    border: 1px solid #999 !important;
    pointer-events: none;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-link-block {
    margin-top: 25px;
    text-align: right;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-formfooter .lp-link-block .lp-link {
    float: none;
    display: block;
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    body.lp-body .lp-contentroot {
        display: none;
    }

    body.lp-body .lp-formroot {
        width: 100%;
    }

    body.lp-body .lp-formroot .lp-forminnerroot {
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    body.lp-body .lp-contentroot {
        font-size: 75%;
    }

    body.lp-body .lp-contentroot .lp-contentinnerroot {
        padding: 5%;
        margin: 0 10px;
    }
}

.lp-btn-secondary {
    background: none;
    cursor: pointer;
    color: #555;
    text-decoration: none;
    border-width: 1px;
    border-color: #00abf2;
    border-radius: 3px;
    padding: 10px;
}

span.field-icon {
    float: right;
    position: relative;
    margin: -50px 20px;
    cursor: pointer;
    z-index: 1;
}

span.field-icon-smtp {
    float: right;
    position: relative;
    margin: -42px 5px;
    cursor: pointer;
    z-index: 1;
}

.field-error-icon {
    float: right;
    position: relative;
    margin: -40px 20px;
    cursor: pointer;
    z-index: 1;
}

span.icon-grey {
    color: rgba(0, 0, 0, 0.6);
}

span.icon-red {
    color: red;
}

.tooltip {
    position: relative;
}

.tooltip:hover::before,
.tooltip:hover::after {
    --tooltip-color: white;
    --tooltip-text-color: black;
    --tooltip-border-color: red;

    position: absolute;
    display: inline-block;
    transition: 150ms transform;
    transform-origin: left;
}

.tooltip::before {
    z-index: 2;
    display: none;
    width: max-content;
    padding: 10px;
    font-size: 10pt;
    line-height: 1.4em;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--tooltip-border-color);
    background-color: var(--tooltip-color);
    color: var(--tooltip-text-color);
    content: attr(data-tooltip);
    white-space: break-spaces;
}

.tooltip::after {
    z-index: 1;
    display: none;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    content: "";
}

.tooltip.top::before {
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.top::after {
    bottom: 100%;
    left: 50%;
    border-top-color: var(--tooltip-border-color);
    border-bottom-width: 0;
    transform: translateX(-50%);
}

.tooltip.right::before {
    top: 50%;
    left: calc(100% + 5px);
    transform: translateY(-50%);
}

.tooltip.right::after {
    border-right-color: var(--tooltip-border-color);
    border-left-width: 0;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.tooltip.bottom::before {
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.bottom::after {
    top: 100%;
    left: 50%;
    border-bottom-color: var(--tooltip-border-color);
    border-top-width: 0;
    transform: translateX(-50%);
}

.tooltip.left::before {
    top: 50%;
    right: calc(100% + 5px);
    transform: translateY(-50%);
}

.tooltip.left::after {
    border-left-color: var(--tooltip-border-color);
    border-right-width: 0;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}

.strength-meter {
    position: relative;
    height: 2px;
    background: #ddd;
    margin: -8px 0 16px 0;
    border-radius: 2px;
    overflow: hidden;
}

.strength-meter:before,
.strength-meter:after {
    content: "";
    height: inherit;
    background: transparent;
    display: block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 6px 0;
    position: absolute;
    width: calc(25% + 6px);
    z-index: 2;
}

.strength-meter:before {
    left: calc(25% - 3px);
}

.strength-meter:after {
    right: calc(25% - 3px);
}

.strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    transition:
        width 0.5s ease-in-out,
        background 0.25s;
}

.strength-meter-fill[data-strength="0"] {
    width: 0;
}

.strength-meter-fill[data-strength="1"] {
    width: 25%;
    background: #ef4836;
}

.strength-meter-fill[data-strength="2"] {
    width: 50%;
    background: #f6b44d;
}

.strength-meter-fill[data-strength="3"] {
    width: 75%;
    background: #2b90ef;
}

.strength-meter-fill[data-strength="4"] {
    width: 100%;
    background: #25c281;
}

body.lp-body .lp-formroot .lp-forminnerroot .lp-form .separatorPadding{
    padding-top: 20px;
}