.inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 48px 32px;
    background-color: var(--white-color);
    border-radius: 24px;
}

.title {
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 16px;
    text-align: center;
}

.subtitle {
    margin-bottom: 32px;
    padding: 0 8px;
    text-align: center;
    color: var(--secondary-text-color);
}

.button {
    width: 100%;
}

.forgot-password {
    text-align: right;
}