webdriver.ActionChains(driver).move_by_offset(100, 65).click().send_keys(pasw_1).perform()
file = open('input_1.txt', 'r')
for i in range(0, 4):
y = 0
maill = []
pasww = []
for i_1 in file:
a = i_1.strip().split(":")
maill.append(a[0])
pasww.append(a[1])
for y in range(int(y), len(maill)):
mail_1 = maill[y]
pasw_1 = pasww[y]
y += 1