.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.center-form {
}

.center-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 432px;
    min-height: 492px;
    background: #FFF;
    box-shadow: 0 6px 32px 0 rgba(195, 195, 195, 0.25);
    border-radius: 12px;
    padding: 48px 24px 42px;
}

.center-form-title {
    height: 22px;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 22px;
    color: #363430;
    margin-bottom: 50px;
    text-align: center;
}

.center-form-logo {
    position: fixed;
    top: 18px;
    left: 7%;
    z-index: 1;
}

.center-form-logo img {
    height: 40px;
    width: 116px;
}

.center-form-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 0 8px 8px;
    background: #dee0ea;
    height: 32px;
    border-top: 1px solid #D3DAE6;
}

.center-form-footer-link {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    height: 32px;
}

.center-form-footer img {
    height: 16px;
    width: 16px;
}

.center-form-footer span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #69707D;
    cursor: pointer;
}

.dynamika-logo {
    position: absolute;
    left: calc(50% - 275px / 2);
    bottom: 24px;
}

.dynamika-logo span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #69707d;
}

.input-login-wrapper input,
.footer-button button,
.enter-button button {
    height: 52px;
}
.input-login-wrapper input {
    padding-left: 40px;
    border-radius: 8px;
}
.input-login-wrapper div[class*='InputBoxImageStyle'] {
    width: 20px;
    height: 20px;
    left: 12px;
    top: 50%;
    display: flex;
}
.input-login-wrapper div[class*='style__InputBoxClose'] {
    width: 16px;
    height: 16px;
    right: 16px;
    top: 50%;
    display: flex;
}
.input-login-wrapper div[class*='style__InputBoxClose'] img {
    width: 16px;
    height: 16px;
}
.input-login-wrapper div[class*='style__ShowPasswordStyle'] {
    width: 18px;
    height: 18px;
    right: 16px;
    top: 50%;
    display: flex;
}
.input-login-wrapper div[class*='style__ShowPasswordStyle'] img {
    width: 18px;
    height: 18px;
}

.input-login-wrapper div[class*='InputBoxImageStyle'] img {
    width: 20px;
    height: 20px;
}

.mobile-form-footer {
    position: fixed !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    left: calc(50% - 384px / 2);
    bottom: 0px;
    background: #dee0ea;
    border-radius: 8px 8px 0px 0px;
}
@media (max-height: 480px) {
    .login-wrapper {
        height: auto;
    }
}


@media (max-width: 480px) {
    .center-form {
        width: 95%;
    }

    .dynamika-logo-text {
        display: none;
    }

    .center-form-footer {
        position: fixed;
        bottom: 0px;
        left: 0;
        height: 52px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #dee0ea;
        border-radius: 8px 8px 0px 0px;
    }
}