/* This "Cascading Style Sheet" is created for use with GowerSoftware CoreTelebooking    */
/*                                                                                       */
/* Description: CoreTelebooking Login Screen                                             */
/* Author: Martyn Hutchby, Date: June 29th, 2017                                         */
/*                                                                                       */
/* Copyright 2017 Gower Consultants Ltd.  All rights reserved.                           */
/*                                                                                       */
/* This include file MUST NOT be modified                                                */
/*                                                                                       */
/* Ver  Date       Code      Who Why                                                     */
/* 1.00 29/06/2017           MH  New File.                                               */
/* 1.01 12/07/19             MH  Hide reset password button.                             */
/*                                                                                       */

div.spacer		{line-height:1px; height:1px; min-height:1px; max-height:1px; }

label#user_label	{line-height:1.2em; margin-top:2px; width:25%; clear:left; float:left; margin-bottom:5px; }
input#user		{padding:0px; margin:0px; float:left; width:20em; min-width:20em; max-width:20em;  float:left; clear:right; margin-bottom:5px; }

label#passwd_label	{line-height:1.2em; margin-top:2px; width:25%; clear:left; float:left; margin-bottom:5px; }
input#passwd		{padding:0px; margin:0px; float:left; width:20em; min-width:20em; max-width:20em;  float:left; clear:right; margin-bottom:5px; }

div.error-line		{color:red; font-weight:bold; font-style:italic; }
span#error-indicator	{color:red; font-weight:bold; font-style:italic; }
strong.error-field	{color:red; font-weight:bold; font-style:italic; }

button#reset	{display:no; visibility:hidden;}

