/* Debug Data
   INFO: Start Processing
   INFO: Loaded files: 
   INFO:   [ Last Modified: Tue, 20 Aug 2024 18:12:34 +0000 ]:  C:\Webs\niraskin.com\myniraskin\layout\loginform.xcss
   INFO:   [ Last Modified: Sat, 15 Nov 2014 03:54:05 +0000 ]:  C:\Webs\niraskin.com\myniraskin\layout\skin.xcss
   INFO: Response Last Modified: Tue, 20 Aug 2024 18:12:34 +0000 GMT
 */

body
{ position: static;
  padding: 0;
  margin: 0;
}

body>section#loginform
{ position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 1.1em;
  left: 0;
  right: 0;
  min-height: 30em;
  min-width: 26em;
  font-size: 1.4em;
/* use for form background:   
  background-image: url('/layout/graphics/nira_wallpaper.png'); 
*/
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: auto 100%;
}

body>section#loginform>form
{ position: absolute;
box-sizing:border-box;
top: 50%;
  left: 50%;
  margin: -15em 0 0 -13em;
  height: 30em;
  width: 26em;
  padding: 9em 1em 3em 8em;
  text-align: center;
  background-image: url('/layout/graphics/Nira_iso.png');
  background-repeat: no-repeat;
  background-position: 10% 50%;
  background-size: auto 80%;
}

section#loginform>form>ul
{ margin: 1em;
  padding: 0;
}

section#loginform>form>ul>li
{ list-style: none;
  padding: 0;
  margin: .5em 0;
  text-align: center;
}

section#loginform>form>ul>li>label>span
{ display: none;
}

section#loginform>form>ul>li>label>input
{ width: 100%;
  font-size: 1em;
  color: #653F2C;
  padding: 0.2em 0.2em;
box-sizing:border-box;
border-radius: 0.3em;
  background: rgba(255,255,255,0.8);
}

section#loginform>form>p.formerror
{ color: #653F2C; 
  font-size: 1em;
  margin: 0;
  padding: 0em 1em;
  text-align: center;
}

button
{ margin: 0;
  background: #2c3032;
  color: #FFFFFF;
  border: solid 1px #2c3032;
  border-radius: 0.4em;
  text-align: center;
  font-size: 1em;
  padding: 0.25em 1em 0.25em 1em;
  width: 100%;
  cursor: pointer;
}

button:hover
{box-shadow: 4px 4px 5px #BCCED8;
}

button:active
{ box-shadow: -1px -1px 2px #BCCED8 inset; 
}

