.container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    font-family: font;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
}

.content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    /*height: 100%;*/
    /*   background-image: url(../images/login/bg.png); */
    background-image: url(../images/login/kraken-cover-full.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    right: 10%;
    color: #ffffff;
    z-index: 27;
}

.logo {
    align-self: flex-end;
    margin-bottom: 24px;
    max-width: 368px;
    max-height: 100px;
}

.titleBlock {
    align-self: flex-start;
    text-align: end;
    width: 328px;
    margin: 16px 32px;
}

.title {
    font-family: fontb;
    font-size: 32px;
    line-height: 40px;
}

.subtitle {
    font-family: font;
    font-size: 16px;
    line-height: 24px;
}

.form {
    min-width: 592px;
    width: 592px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 48px 120px rgba(19, 16, 51, 0.16);
    border: 2px solid transparent;
}

.form_error {
    border-color: #df676e;
}

.formWrapper {
    display: flex;
}

.formHeader {
    padding: 16px;
    display: flex;
    align-items: center;
    color: #131033;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    border-bottom: 1px dashed #797789;
}

.formHeader__icon {
    user-select: none;
    padding: 8px;
    margin-right: 12px;
}

.formHeader__title {
    margin-right: 24px;
}

.formHeader__error {
    font-size: 17px;
    line-height: 24px;
    color: #df676e;
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin-right: 24px;
    text-align: end;
}

.formMain {
    color: #474565;
}

.formMain__message {
    padding: 24px 32px 8px 32px;
    font-family: font;
    font-size: 18px;
    line-height: 24px;
}

.formMain__field {
    display: flex;
    flex-direction: column;
    padding: 16px 32px 8px;
}

.formMain__notice {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 32px 8px;
    justify-content: center;
    color: #131033;
    font-size: 16px;
    line-height: 24px;
}

.formMain__notice a {
    display: inline;
    color: #fc7557;
}

.formMain__notice a:active {
    color: #131033;
}

.formMain__noticeText {
    background-color: transparent;
}

.formMain_changePassword {
    background-color: transparent;
}

.fieldLabel {
    display: flex;
    align-items: center;
}

.fieldLabel__icon {
    padding: 12px;
    user-select: none;
}

.fieldLabel__error {
    font-size: 18px;
    line-height: 24px;
    color: #df676e;
    display: flex;
    flex: 1;
    margin-right: 24px;
}

.fieldLabel label {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 8px 12px 8px;
    color: #474565;
    margin-bottom: 0;
}

.form_hidden {
    display: none;
}

.resetMessage {
    min-width: 592px;
    width: 592px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 48px 120px rgb(19 16 51 / 16%);
    color: #131033;
    padding: 24px 32px 8px 32px;
    font-family: font;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.resetMessage {
    display: none;
}

.resetMessage a {
    margin-left: 8px;
    color: #fc7557;
}

.resetMessage a:active {
    color: #131033;
}

/* for another page */
.resetMessage_check {
    min-width: 592px;
    width: 592px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 48px 120px rgb(19 16 51 / 16%);
    color: #131033;
    font-family: font;
    font-size: 18px;
    line-height: 24px;
    display: flex;

    justify-content: center;
    flex-direction: column;
}

.resetMessage_check a {
    color: #fc7557;
}

.resetMessage__text {
    padding: 16px 48px;
    color: #474565;
    font-size: 17px;
    line-height: 24px;
}

.resetMessage__text span {
    display: inline-block;
    margin-top: 16px;
}

.resetMessage_check a:active {
    color: #131033;
}

.formMain__field input {
    outline: none;
    border: none;
    height: 48px;
    border: 1px solid #797789;
    border-radius: 4px;
    padding: 6px 16px;
    width: 100%;

    font-size: 24px;
    line-height: 28px;
    color: #131033;
}

.formMain__field input::placeholder {
    color: #d0d2d9;
}

.formFooter {
    padding: 8px 32px 32px 32px;
    display: flex;
    justify-content: space-between;
}

.formFooter_reset {
    justify-content: center;
}

.formFooter_changePassword {
    justify-content: center;
    padding: 16px 32px 32px 32px;
}

.button {
    font-size: 18px;
    line-height: 24px;
    color: #ff9d87;
    padding: 12px 8px;
    background-color: #fff;
    border: none;
}

.button:hover {
    cursor: pointer;
    color: #fc7557;
}

.button:active {
    color: #131033;
}

.button_default {
    display: flex;
    color: #fff;
    background-color: #ff9d87;
    padding: 12px 16px;
    border-radius: 8px;
}

.button_default:hover {
    background-color: #fc7557;
    color: #fff;
    box-shadow: 0 2px 2px rgb(19 16 51 / 16%);
}

.button_default:active {
    /* background-color: #b49cf1; */
    /* background-color: #4294ca; */
    background-color: #4294f3;
    color: #fff;
    box-shadow: inset 0 2px 2px rgb(19 16 51 / 16%);
}

.button_default span {
    display: inline-block;
    margin-right: 8px;
}

.button_default img {
    margin-right: 8px;
    filter: invert(100%) sepia(0%) saturate(7447%) hue-rotate(187deg) brightness(112%) contrast(115%);
}

.inputWrapper {
    display: flex;
}

.inputWrapper input {
    padding-right: 48px;
}

.inputWrapper img {
    width: 32px;
    height: 32px;
    padding: 8px;
    align-self: center;
    margin-left: -40px;
    filter: invert(53%) sepia(4%) saturate(1206%) hue-rotate(207deg) brightness(87%) contrast(84%);
}

.eye {
    width: 24px;
    height: 24px;
    align-self: center;
    margin-left: -40px;
    filter: invert(53%) sepia(4%) saturate(1206%) hue-rotate(207deg) brightness(87%) contrast(84%);
    background-image: url(../images/login/icons/icon_eye_open.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    user-select: none;
}

.eye:hover {
    cursor: pointer;
    filter: none;
}

.bi-eye {
    background-image: url(../images/login/icons/icon_eye.svg);
}

.inputWrapper img:hover {
    cursor: pointer;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 32px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    z-index: 9;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    mix-blend-mode: soft-light;
}

@media screen and (max-width: 1072px) {
    .main {
        top: 50%;
        left: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        width: 592px;
    }
    .formWrapper {
        flex-direction: column;
    }

    .titleBlock {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 16px 16px 24px;
        margin: 0;
    }

    .title {
        font-size: 40px;

        line-height: 48px;
    }

    .logo {
        display: none;
    }
}

.loader {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 5px;
    height: 200px;
    width: 200px;
    background-color: #fff;
    border-radius: 1rem;
    padding-bottom: 4rem;
    margin: 0 auto;
}

.loader span {
    --duration: 1s;
    height: var(--height);
    width: 10px;
    background-color: rgba(25, 105, 172, 1);
    border: none;
    border-radius: 5px;
    animation: animation var(--duration) ease-in-out infinite;
}

.loader span:nth-child(1) {
    --height: 40px;
    animation-delay: 0.25s;
}

.loader span:nth-child(2) {
    --height: 60px;
    animation-delay: 0.55s;
}

.loader span:nth-child(3) {
    --height: 75px;
    animation-delay: 0.75s;
}

.loader span:nth-child(4) {
    --height: 60px;
    animation-delay: 1s;
}

.loader span:nth-child(5) {
    --height: 40px;
    animation-delay: 1.25s;
}

.attribute{
    position: absolute;
    bottom: 10px;
}

@keyframes animation {
    0%, 100% {
        transform: translateY(25%);
        opacity: 0.4;
        box-shadow: 0 0 20px rgba(25, 105, 172, 0.8);
    }
    50% {
        transform: translateY(0);
        opacity: 1;
        box-shadow: none;
        height: calc(var(--height) + 25px);
    }
}

.position-relative {
    position: relative;
}

#loginForm .js_load_bg {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;
    display: none;
}