In the Source window, background-repeat is set to no-repeat. I am using the White theme, but that shouldn't matter.
Can you help me stop the repeating of the background image? Thank you!
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title></title><style type="text/css">body {background-image: url('https://1968class.com/ow_userfiles/themes/theme_image_18.png); background-attachment: scroll; background-repeat: no-repeat; background-size: 100%; height: 100%; width: 100%; background-position: center top }</style></head><body><div class="ow_sign_in_wrap"><h2>{$siteName}</h2>{form name='sign-in'}<div class="clearfix">
The one change I needed to make to your code was inserting .ow as shown here:
body.ow.base_sign_in > .ow_page_wrap {
Right-click and Inspect was my friend in tracking down the element name.