/*.kc-content {*/
/*    font-family: Raleway, sans-serif;*/
/*}*/

.displayName {
    font-family: Raleway, sans-serif;
    font-style: normal;
    color: #334059;
    font-feature-settings: "tnum" on, "lnum" on, "liga" off;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
}

input::placeholder {

    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;

    display: flex;
    align-items: center;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: #9DA8BD;

}
.forgotPasswordTitle {
    /* Подтверждение сброса пароля по электронной почте */

    width: 378px;
    height: 56px;

    /* Heading/Heading 4 — 22 */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    /* or 127% */
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;

    /* Primary Colors/Primary 1 */
    color: #001F44;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;

}
.checkbox {
    padding-top: 16px;
}
.text-rememberme {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #143370;
    font-size: 14px;
    line-height: 20px;
}


.torgi {
    color: #115DEE;
}
.displayNameText {
    width: 137px;
    height: 32px;
    left: 48px;
    top: 0px;
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #082C72;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 20px;
}
.registration {
    padding-top: 16px;
}

.kc-form {
    text-align: left;
}
.socialButton {
    display: grid;
    place-items: center;
    margin-top: 40px;

    font-family: Raleway, sans-serif;

}
.kc-content .message_alert {
    padding-bottom: 28px;
    width: 400px;
}
.kc-content .orText {
    position: static;
    width: 22px;
    height: 16px;
    left: 165px;
    top: 0px;

    /* text/mini 12 - 16 */

    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    font-feature-settings: 'pnum' on, 'lnum' on;

    /* secondary 909EBB */

    color: #9DA8BD;


    /* Inside Auto Layout */

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 16px;
}
.kc-content .left-line {
    position: static;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 7.5px;

    /* lines E4E7F2 */

    background: #E4E7F2;

    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 1;
}
.customLoginSeparatorTable {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}
.right-line {
    position: static;
    width: 100%;
    height: 1px;
    left: 203px;
    top: 7.5px;

    /* lines E4E7F2 */

    background: #E4E7F2;

    /* Inside Auto Layout */

    flex: none;
    order: 2;
    flex-grow: 1;
}
.label-class {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    font-feature-settings: 'pnum' on, 'lnum' on;

    /* primary 3 6F7C98 */

    color: #60769F;
    flex: none;
    order: 1;
    flex-grow: 1;
    margin-top: 16px;
}
.kc-content .password {
    padding-top: 24px;
}
.input {
    /* white FFFFFF */
    padding: 0px 16px;
    background: #FFFFFF;
    /* lines E4E7F2 */

    border: 1px solid #E4E7F2;
    box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
}
.submitButton {
    padding-top: 16px;
    display: grid;
    place-items: center;
}
.buttons {
    padding-top: 24px;
    /*text-align: center;*/
}
.loginButtonText {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #115DEE;
}

.kc-login-enabled {
    font-family: Raleway, sans-serif;
    text-decoration: none;
    border: 0px;
    /* Картчока */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 8px;

    width: 200px;
    height: 40px;

    /* Primary Colors/Accent */
    background: #1380FF;
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

    color: white;

    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
}

.kc-login-disabled {
    /* Картчока */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 8px;

    width: 200px;
    height: 40px;

    /* Primary Colors/Accent */
    background: #7c7c7e;
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}
.torgiBody {
    height: 100%;
}

.loginButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px;

    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

    /* white FFFFFF */

    background: #FFFFFF;
    /* primary 115DEE */

    border: 1px solid #115DEE;
    box-sizing: border-box;
    border-radius: 6px;
}

.idpName {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */

    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    font-feature-settings: 'pnum' on, 'lnum' on;

    /* primary 115DEE */

    color: #115DEE;
}
.kc-social-providers {
    text-align: left;
    display: flex;
    justify-content: center;
}
.login-form-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.login-content {
    padding-top: 64px;
    padding-right: 96px;
    padding-left: 96px;
    min-height: 85%;
    margin-bottom: -100px;
}
.alert-class {
    width: 400px;
    padding-bottom: 32px;
}
.login-content2 {
    box-sizing: border-box;
    /* Frame 1321314896 */

    font-family: Raleway, sans-serif;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    gap: 48px;
    width: 464px;
    /*height: 416px;*/
    /*left: calc(50% - 464px/2);*/
    left: 50%;
    margin-top: 30%;
    margin-inline: auto;
    /*width: fit-content;*/
    /*top: 17%;*/

    /* Primary Colors/White */
    background: #FFFFFF;
    /* Elevation 1 */
    box-shadow: 0px 8px 24px rgba(11, 46, 86, 0.1);
    border-radius: 12px;
}
.login-window {
    width: 544px;
    margin: auto;

    /* white FFFFFF */

    background: #FFFFFF;
    /* default / 3 */
    min-height: 97%;
    /*box-shadow: 12px 20px 64px rgba(0, 101, 221, 0.1);*/
}
.password-show {
    margin-left: -40px;
}
.pwd {
    position: relative;
}

.pwdIcon {
    position: absolute;
    top: 10px;
    right: 12px;
}

.hiddenClass {
    visibility: hidden;
    display: none;
}

.show-hide-password-button {
    display: none;
    visibility: hidden;
}
.width100 {
    /* Frame 805 */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;

    width: 400px;
    height: 40px;

    /* Primary Colors/White */
    background: #FFFFFF;
    /* Primary Colors/Lines */
    border: 1px solid #E4E7F2;
    border-radius: 12px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;


}

.login-title {
    /* Кремниевые помощники */

    width: 400px;
    height: 28px;
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    /* identical to box height, or 127% */
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;

    /* Primary Colors/Primary 1 */
    color: #001F44;


    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;


}
.login-title-small {
    /* Платформа для решения реальных кейсов ... */

    width: 400px;
    height: 20px;

    /* Text/Body L Regular — 14 */
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;

    /* Primary Colors/Primary 1 */
    color: #001F44;


    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

    padding-bottom: 48px;
}

.error {
    font-family: Raleway, sans-serif;
    color: red;
    font-size: 12px;
}

.footer {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    /* or 133% */

    display: flex;
    align-items: flex-end;
    font-feature-settings: 'pnum' on, 'lnum' on;

    /* secondary 909EBB */
    padding-top: 150px;
    padding-left: 96px;
    color: #9DA8BD;
    bottom: 18px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(228,231,242, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #E4E7F2;
    box-sizing: border-box;
    border-radius: 4px;
    width: 547px;
    margin-top: 24px;
}
.registration-link {
}

.links {
    /* Primary Colors/Accent */
    font-family: Raleway, sans-serif;
    color: #1380FF;
    padding-bottom: 16px;
    text-decoration: none;
}

.text-align-center {
    text-align: center;
}

.registration-modal-text {
    /* text/base 14-20 */

    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;

    /* primary 2 334059 */

    color: #082C72;


    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 1;
}
.registration-modal-header {
    /* heading / H3 22-28 */

    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    /* identical to box height, or 127% */

    font-feature-settings: 'pnum' on, 'lnum' on;

    /* primary 2 334059 */

    color: #082C72;


    /* Inside Auto Layout */

    flex: none;
    order: 1;
    flex-grow: 1;
    margin: 0px 0px;
    padding-bottom: 24px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.do-registration-button {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-feature-settings: "tnum" on,"lnum" on,"liga" off;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .05em;
    cursor: pointer;
    /* Auto Layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px;

    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

    /* primary 115DEE */

    background: #115DEE;
    border-radius: 6px;
    color: white;

    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.cancel-registration-button {
    font-family: Raleway,sans-serif;
    font-style: normal;
    font-feature-settings: "tnum" on,"lnum" on,"liga" off;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .05em;
    cursor: pointer;
    /* Auto Layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px;

    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;

    /* primary 115DEE */

    border-radius: 6px;
    color: #9DA8BD;
    background-color: transparent;
    border: none;

    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.tooltip {
    position: relative;
    display: inline-block;
}
.list-text {
    height: 20px;
    padding-bottom: 12px;
}
.tooltip .tooltiptext {
    position: absolute;
    left: -140px;
    visibility: hidden;
    width: 329px;
    text-align: left;
    color: #082C72;
    /* text/mini 12 - 16 */

    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    /* or 133% */

    font-feature-settings: 'pnum' on, 'lnum' on;

    /* primary 2 334059 */

    padding: 5px 0;

    /* Position the tooltip */
    z-index: 1;

    background: #FFFFFF;
    /* lines E4E7F2 */

    border: 1px solid #E4E7F2;
    box-sizing: border-box;
    /* default/1 */
    box-shadow: 4px 8px 24px rgba(0, 101, 221, 0.05);
    border-radius: 4px;

    /* Inside Auto Layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 8px 0px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext-content {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.error-message {
    display: none;
}

.validation-error > .error-message,
.validation-error > .error.error-message {
    display: block;
}

.verify-icon {
    display: flex;
    justify-content: center;
}

.verify-email {
    width: 409px;
}

.verify-email .alert-class-wrapper,
.verify-email .alert-warning {
    display: none;
}

.verify-email .alert-warning,
.instruction {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    color: #001F44;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

.instruction:first-child {
    margin-top: 24px;
}

.kc-info-wrapper {
    font-family: Raleway, sans-serif;
    color: #001F44;
}

.login-reset-form {
    width: 530px;
}

.login-reset-actions {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 32px;
    padding-left: 32px;
}

.forgotPasswordTitle {
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.login-reset-header {
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.login-reset-header svg {
    margin-bottom: -4px;
}

.login-reset-form .form-control {
    padding-left: 32px;
    box-sizing: border-box;
}

.login-reset-form .form-control input {
    width: 100%;
}

.login-reset-form .links {
    color: #868DB4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.login-update-form #kc-page-title {
    /* Кремниевые помощники */

    width: 400px;
    height: 28px;
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    /* identical to box height, or 127% */
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;

    /* Primary Colors/Primary 1 */
    color: #001F44;


    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}

.login-update-form .alert-class-wrapper,
.login-update-form .alert-warning {
    display: none;
}

.login-update-form .form-control {
    position: relative;
}

.resend-email-popup,
.alert-class-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    z-index: 999;
    background-color: #00449512;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.resend-email-popup.hidden,
.alert-class-wrapper.hidden {
    display: none;
}

.alert-class {
    width: 440px;
    background-color: white;
    padding: 32px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 24px;
}

.alert-class .message_alert {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.alert-class .pf-c-alert__icon {
    margin-bottom: 32px;
}

.alert-class .submitButton {
   margin-top: 24px;
}

html {
    height: 100%;
    min-height: 100%;
    min-height: 100dvh;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.displayName {
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
}

.login-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    min-height: 100dvh;
    width: 100%;
    max-width: 100%;
    padding: 64px 24px;
    box-sizing: border-box;
}

.login-page > .displayName {
    margin-bottom: 32px;
    flex-shrink: 0;
}

.torgiBody {
    min-height: 100%;
    min-height: 100dvh;
    height: 100%;
}

.login-form-wrapper {
    width: 100%;
    max-width: 1440px;
}

.login-window {
    width: 100%;
    max-width: 544px;
    min-height: 0;
    background: transparent;
}

.login-content2 {
    width: 100%;
    max-width: 464px;
    left: auto;
    margin-top: 0;
    margin-inline: auto;
    align-items: stretch;
    gap: 24px;
}

.forgotPasswordTitle {
    width: auto;
    max-width: 100%;
    height: auto;
}

.kc-content .message_alert {
    width: auto;
    max-width: 100%;
}

.input {
    min-height: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 22px;
    font-family: Raleway, sans-serif;
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.submitButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.kc-login-enabled,
.kc-login-disabled {
    max-width: 100%;
    min-height: 44px;
    height: auto;
    padding: 12px 20px;
    touch-action: manipulation;
}

.idpName {
    display: block;
    text-align: center;
    line-height: 20px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pwd {
    width: 100%;
}

.pwdIcon {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding: 12px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.pwd-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.pwd-toggle .pwdIcon {
    position: static;
    padding: 0;
}

.pwd > input {
    padding-right: 48px;
}

.width100 {
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 22px;
    font-family: Raleway, sans-serif;
    -webkit-appearance: none;
    appearance: none;
}

.login-title,
.login-title-small,
.login-update-form #kc-page-title {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.login-title-small {
    padding-bottom: 24px;
}

.error {
    display: block;
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
    line-height: 16px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Клиентская валидация скрыта, пока нет .validation-error (.error { display:block } иначе её показывает) */
.error.error-message {
    display: none;
}

.modal-content {
    width: 100%;
    max-width: 547px;
}

.links {
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 20px;
    touch-action: manipulation;
}

.verify-email {
    width: 100%;
    max-width: 409px;
}

.login-reset-form {
    width: 100%;
    max-width: 530px;
}

.login-reset-actions {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 0;
}

.login-reset-form .form-control {
    padding-left: 0;
    width: 100%;
}

.socialButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: break-word;
    touch-action: manipulation;
}

.checkbox label {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    gap: 8px;
}

.resend-email-popup,
.alert-class-wrapper {
    position: fixed;
    inset: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    max-height: 100svh;
    z-index: 9999;
    background-color: #00449512;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(16px, env(safe-area-inset-top, 0px)) 16px max(16px, env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.alert-class {
    width: 100%;
    max-width: 440px;
}

#kc-page-title {
    margin: 0;
    max-width: 100%;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

#kc-page-title:empty {
    display: none;
}

#kc-content,
#kc-content-wrapper,
.kc-content,
.kc-content-wrapper,
.kc-form,
.kc-form-wrapper,
#kc-form,
#kc-form-wrapper,
#kc-form-login,
#kc-register-form,
#kc-reset-password-form,
#kc-passwd-update-form,
#kc-otp-login-form,
#kc-select-credential-form,
form {
    width: 100%;
    max-width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
    font-size: 16px;
    max-width: 100%;
}

.error-message {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
    line-height: 16px;
    overflow-wrap: anywhere;
}

.validation-error > .error-message,
.validation-error > .error.error-message,
.pwd.validation-error > .error-message,
.pwd.validation-error > .error.error-message {
    display: block;
}

.submitButton input[type="submit"],
.submitButton input[type="button"],
.submitButton button,
#kc-form-buttons input[type="submit"],
#kc-form-buttons input[type="button"],
#kc-form-buttons button {
    max-width: 100%;
    min-height: 44px;
    touch-action: manipulation;
}

.kc-social-providers,
.kc-social-providers > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.kc-social-providers table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: auto;
}

.kc-social-providers td {
    padding: 0;
    vertical-align: middle;
}

.kc-social-providers td.idp-icon {
    width: 1%;
    padding-right: 8px;
}

.kc-social-providers a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.login-reset-header {
    flex-wrap: wrap;
    max-width: 100%;
}

.instruction {
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    scroll-margin-bottom: 160px;
    scroll-margin-top: 24px;
}

.auth-select-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.auth-select-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    width: 100%;
    min-height: 44px;
    padding: 12px 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E4E7F2;
    border-radius: 12px;
    cursor: pointer;
    text-align: left;
    font-family: Raleway, sans-serif;
    touch-action: manipulation;
}

.auth-select-item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #001F44;
    overflow-wrap: anywhere;
}

.auth-select-item-help {
    font-size: 14px;
    line-height: 20px;
    color: #60769F;
    overflow-wrap: anywhere;
}

.otp-actions,
.otp-resend {
    width: 100%;
    text-align: center;
}

#kc-form-login .kc-login-enabled,
#kc-form-login .kc-login-disabled,
#kc-register-form .kc-login-enabled,
#kc-reset-password-form .kc-login-enabled,
#kc-otp-login-form .kc-login-enabled,
#kc-passwd-update-form .kc-login-enabled {
    width: 100%;
}

.otp-resend button.links {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
}

#kc-select-try-another-way-form a,
#try-another-way {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    max-width: 100%;
    overflow-wrap: anywhere;
}

@media (max-width: 600px) {
    .login-page {
        justify-content: flex-start;
        min-height: 100dvh;
        min-height: -webkit-fill-available;
        padding: 16px;
        padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    }

    .login-page > .displayName {
        margin-bottom: 16px;
        padding-top: env(safe-area-inset-top, 0px);
    }

    .login-window,
    .login-content2,
    .login-reset-form,
    .verify-email {
        width: 100%;
        max-width: 100%;
    }

    .login-content2 {
        padding: 24px 16px;
        gap: 16px;
    }

    .login-title-small {
        padding-bottom: 8px;
    }

    .kc-login-enabled,
    .kc-login-disabled,
    .submitButton input[type="submit"],
    .submitButton input[type="button"],
    .submitButton button,
    #kc-form-buttons input[type="submit"],
    #kc-form-buttons input[type="button"],
    #kc-form-buttons button {
        width: 100%;
    }

    .login-reset-actions {
        flex-direction: column;
        align-items: stretch;
        padding-left: 0;
        margin-top: 24px;
    }

    .login-reset-actions .kc-login-enabled,
    .login-reset-actions input[type="submit"] {
        width: 100%;
    }

    .login-content {
        padding: 16px;
    }

    .footer {
        padding-left: 16px;
        padding-top: 32px;
    }

    .alert-class {
        padding: 24px 16px;
        margin-top: 8vh;
        margin-bottom: auto;
        flex-shrink: 0;
    }

    .resend-email-popup,
    .alert-class-wrapper {
        align-items: flex-start;
        justify-content: center;
        height: 100svh;
        max-height: 100svh;
        padding-top: max(24px, calc(env(safe-area-inset-top, 0px) + 16px));
        padding-bottom: max(16px, env(safe-area-inset-bottom, 0px));
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .login-page {
        justify-content: flex-start;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .login-page > .displayName {
        margin-bottom: 12px;
    }

    .login-content2 {
        padding: 16px;
        gap: 12px;
        box-shadow: none;
    }
}
