﻿/* Copyright 2019, Sciamble Corp. All Rights Reserved. We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions. */

body {
    background-color: whitesmoke;
    background-image: url("https://sciamble.com/images/banner/coverRotatedRepeat.png");
    background-repeat: repeat;
}

#login-box {
    width: 343px; /* re-captcha box cannot be adjusted. hence rest of controls sized to match it. */
    min-width: 343px;
    max-width: 343px;
    margin: auto; /* Aligns this box to center, even if parent's text-align is set to left. */
}



#login-remember-me-label {
    padding-left: 5px;
}

#login-forgot-pass-label {
    float: right;
}
