.logo {
    width: 70%;

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

.beta-version {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;

    width: 129px;
    height: 28px;

    background: #EEF4FF;
    border-radius: 16px;

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

    /* Text sm/MediumU */
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    text-align: center;

    /* Indigo/700 */
    color: #3538CD;
}

.login {
    /* Text */
    width: 100%;
    height: 38px;

    /* Display sm/Semibold */
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height, or 127% */
    text-align: center;

    /* Gray/900 */
    color: #181D27;

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

.sign-in {
    width: 100%;
    height: 24px;

    /* Text md/Regular */
    font-family: 'Inter',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;

    /* Gray/600 */
    color: #535862;

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

.login-frame {
    padding: 50px;
    border-radius: 20px !important;
}

.padding-50 {
    padding: 50px;
}