﻿body{padding-top:10px;padding-bottom:40px;background:url("../img/body-bg.png") repeat scroll 0 0 transparent;}#login-container{margin:0;width:100%;}#login-header{margin-bottom:1em;padding:1px 20px;border-radius:5px;background:#2b5679;background:-moz-linear-gradient(top,#398cc8 0%,#2b5679 100%);background:-ms-linear-gradient(top,#398cc8 0%,#2b5679 100%);background:-o-linear-gradient(top,#398cc8 0%,#2b5679 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#398cc8),color-stop(100%,#2b5679));background:-webkit-linear-gradient(top,#398cc8 0%,#2b5679 100%);background:linear-gradient(top,#398cc8 0%,#2b5679 100%);-webkit-text-shadow:1px 1px 2px rgba(0,0,0,.5);text-shadow:1px 1px 2px rgba(0,0,0,.5);filter:progid:dximagetransform.microsoft.gradient(enabled=false);filter:progid:dximagetransform.microsoft.gradient(startColorstr='@header-colour-from',endColorstr='@header-colour-to',GradientType=0);}#login-header h3{display:inline-block;color:#fff;text-decoration:1px 1px 2px rgba(0,0,0,.4);}#login-content{padding:20px;border:1px solid #d5d5d5;border-radius:5px;background:#fff;-webkit-box-shadow:0 0 6px rgba(0,0,0,.1);box-shadow:0 0 6px rgba(0,0,0,.1);}#login-content input{width:96%;line-height:27px;}#login-content #remember-me{margin-bottom:10px;}#login-content #remember-me input{display:inline-block;padding:0;width:auto;}#login-content #remember-me label{position:relative;top:2px;display:inline-block;margin-left:.5em;}#login-extra,#login-options{margin-top:1.5em;padding:0 20px;text-align:center;}#login-extra p,#login-options p{float:right;color:#888;font-size:12px;margin:0;}#login-extra p:first-child,#login-options p:first-child{float:left;}#login-options{margin-top:3em;}#login-options p:first-child{float:right;}@media(min-width:480px){body{padding-top:60px;}#login-container{margin:0 auto;width:425px;}}