/*
Type [css]
LoginPage
Website Login Page
No Menu, Just Account Login 
PaleTurquoise, gradiant
No Footer Pane
JSW	2021.08.11
DLC 2021.08.11
*/

@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.min.css');

#grad
{
  /* Ladies in Waiting */
  /* color #FFE4C4 is Bisque */
  /* color #5F9EA0 is CadetBlue */
  /* color #696969 is DimGray */
  /* color #DCDCDC is Gainsboro */
  /* color #FFFFF0 is Ivory */
  /* color #FFA07A is LightSalmon */
  /* color #87CEFA is LightSkyBlue */
  /* color #FAF0E6 is Linen */
  /* color #FFDEAD is NavajoWhite */
  /* color #EEE8AA is PaleGoldenrod */
  /* color #AFEEEE is PaleTurquoise */
  /* color #FA8072 is Salmon */
  /* color #708090 is SlateGray */
  /* color #4682B4 is SteelBlue */
  /* color #D8BFD8 is Thisle */
  /* color #9ACD32 is YellowGreen */


  /* color #AFEEEE is PaleTurquoise */
  /* Substitue a color definition in each of the declarations (#FFFFFF, White) below */
  background: -webkit-linear-gradient(#AFEEEE, White); /* For Safari 5.1 to 6.0 - By Inspection - for Google Chrome */
  background: -o-linear-gradient(#AFEEEE, White); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#AFEEEE, White); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#AFEEEE, White); /* Standard syntax */
}
