.login-layout {
    max-width: 600px;
    background-color: rgb(241,235,229);
    color: #333333;
    padding: 40px 20px 10px 20px;
    align-items: center;
    justify-content: space-around;
    display: flex;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
}

.login-layout-content {
    max-width: 530px;
}

.version-text {
    font-weight: 300;
    font-size: smaller;
    text-align: end;
}
