.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 820px;
}
.login img.login__opImg {
    position: absolute;
    right: 0;
}
.login__form_utilities_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}