html{
height:100%;
background: linear-gradient(-45deg, rgba(242,246,248,1), rgba(216,225,231,1) 19%, rgba(181,198,208,1) 51%, rgba(224,239,249,1)) no-repeat fixed;
}
console.log(/^([-\w.]+@[-A-Za-zА-Яа-яёЁ0-9]+\.+[A-Za-zА-Яа-яёЁ0-9.]+)$/.test('test@test.123'));