/* SciTE coding: utf-8 */
/**
 * AUTH module 
 * 
 * style_login.css
 * 
 * Author: Marek Čevelíček <lix@quick.cz>
 *
 * Some css style changes
 */

html body {background: #f3f3f3}
body {text-align: center; margin-top: 2.5em; line-height: 1.5em;}

div.error {margin: 2.5em auto; width: 330px; color: blue; background-color: white; padding: .4em; 
	border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 1.2em;}
div#mobiledetect {font-size: 0.6em; color: #0065b5; font-style: italic; font-weight: normal; margin: 0.5em 0 0}

form.LALogin {margin: 2.5em auto .5em; padding: 0em;}
form.LALogin table {border-collapse: collapse; border-top: 5px solid #aaa; border-bottom: 2px solid #ccc; margin: 0em auto;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15)}
form.LALogin table tr td {background-color: #eee; padding: .15em 1em; vertical-align: middle; border-bottom: 1px solid #fff;}
form.LALogin table tr td.title {background: #fff url('../images/bgtop.gif') repeat-x; border-bottom: 1px solid #ddd; text-align: center; 
	font-weight: bold; font-size: 1.5em; padding: .5em 0em;}
form.LALogin table tr td.text {text-align: left; font-weight: bold; padding-left: 80px; text-transform: uppercase;}
form.LALogin table tr td.input {text-align: right;}
form.LALogin table tr td.but {text-align: right; padding-top: .5em;}

input {border: 1px solid #999; border-radius: 3px; padding: .3em}
input[type="submit"] {background-color: #2970c9; border: 0; border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20); padding: 0.5em 0.75em; margin: .5em;
    text-align: center; color: white; cursor: pointer; text-decoration: none;}

div#footer {font-size: .9em;}
div#footer p {margin: .3em 0;}
