/*!
 * FileMaker WebDirect Custom Homepage by Harlow Technologies Inc.
 * http://www.harlowtech.com/
 *
 * Copyright (c) 2016-2018 Harlow Technologies Inc.
 * Released under the MIT license
 * https://github.com/bharlow/fm-webdirect-custom/blob/master/LICENSE.txt
 *
 * FileMaker is a trademark of FileMaker, Inc., registered in the U.S.and other countries. FileMaker WebDirect is a trademark of FileMaker, Inc.
 * Bower: Browser Detection (https://github.com/lancedikson/bowser) is licensed under the MIT license.
 *
 * Date: 2018-06-13 10:00 PST
 * Version: 2.4
 */

/* Base Styles */
body { 
	font-family: Arial;
	font-size: 16px;
}

.loginSection{
	margin-top: 40px!important;
	border: 1px solid #ddd;
	padding: 15px;
}

.heading2{
	margin-top: 20px; 
}

.logo{
	max-width: 350px; 
}
/* fieldset{

    padding: 10px;
    margin: 10px;
    border: 1px solid #666;
} */

/* Browser Check */
#browserInvalid,
#browserValid { 
	display:none; 
}
#browserInvalid{
	margin-top: 40px;
}
.browserInvalid p { text-align:center; }
.browserInvalid div { text-align: left; margin: 0px auto; display: inline-block; }
.browserInvalid div ul { text-align:left; }