@charset "UTF-8";
/* CSS Document */

html, body
{
    height: 100%;
}

body
{
    font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;    
    margin: 0;
    background-color: #e7e7e7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c6c6c6));
    background-image: -webkit-linear-gradient(top, #ffffff, #c6c6c6);
    background-image: -moz-linear-gradient(top, #ffffff, #c6c6c6);
    background-image: -ms-linear-gradient(top, #ffffff, #c6c6c6);
    background-image: -o-linear-gradient(top, #ffffff, #c6c6c6);
    background-image: linear-gradient(top, #ffffff, #c6c6c6);    
}

#container
{
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    width: 400px;
    margin: -220px 0 0 -230px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:
          0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow:
          0 0 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
	body {
		padding-top: 1%;
		height: 98%;
	}
	#container
	{
	    width: 90%;
	    margin: 0 auto;
	    position: static;
	}
	
	#container:before
	{
	    display:none;
	}
}

#container p
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	margin:-10px 0 20px 0;
	letter-spacing:0.5px;
	text-align:justify;
}

#container ul li
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	margin:-3px;
	letter-spacing:0.5px;
	color: #595959;
}

#container:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px solid #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 35px;
    width: 120px;   
}

h1:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

#error
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:-10px 4px 20px 0;
	letter-spacing:0.1px;
	text-align:justify;
	color:#000;
	background-color:#ffd6d0;
	padding:10px;
	border: 1px solid #d71e00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

#inputs input
{
    background: #f1f1f1 url(../img/login-sprite.png) no-repeat;
    padding: 10px 10px 10px 30px;
    margin: 0 0 10px 0;
    width: 90%; 
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	font-size:18px;
}

#remember_me
{
	margin-top:5px;
}
#remember_label
{
	font-size:13px;
	color:#7e7e7e;	
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#enter_code
{
    background:none !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #bddb74;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #bddb74 inset;
    -webkit-box-shadow: 0 0 0 1px #bddb74 inset;
    box-shadow: 0 0 0 1px #bddb74 inset;
}

#actions
{
    margin: 25px 0 0 0;
}

#submit
{		
    background-color: #A2CA42;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dffe94), to(#A2CA42));
    background-image: -webkit-linear-gradient(top, #dffe94, #A2CA42);
    background-image: -moz-linear-gradient(top, #dffe94, #A2CA42);
    background-image: -ms-linear-gradient(top, #dffe94, #A2CA42);
    background-image: -o-linear-gradient(top, #dffe94, #A2CA42);
    background-image: linear-gradient(top, #dffe94, #A2CA42);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #92C37B #81B26B #64954F #81B26B;

    float: right;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 16px Arial, Helvetica;
    color: #586143;
}

#denialForm
{
	width:auto;
	float:right;
}
#confirmationForm
{
	width:auto;
	float:right;
}

#submit:hover,#submit:focus
{		
    background-color: #A2CA42;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A2CA42), to(#ceec83));
    background-image: -webkit-linear-gradient(top, #A2CA42, #ceec83);
    background-image: -moz-linear-gradient(top, #A2CA42, #ceec83);
    background-image: -ms-linear-gradient(top, #A2CA42, #ceec83);
    background-image: -o-linear-gradient(top, #A2CA42, #ceec83);
    background-image: linear-gradient(top, #A2CA42, #ceec83);
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}

#reset
{		
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    background-image: -webkit-linear-gradient(top, #fff, #ccc);
    background-image: -moz-linear-gradient(top, #fff, #ccc);
    background-image: -ms-linear-gradient(top, #fff, #ccc);
    background-image: -o-linear-gradient(top, #fff, #ccc);
    background-image: linear-gradient(top, #fff, #ccc);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #BABABA #BABABA #9d9d9d #BABABA;

    float: right;
	margin-right:5px;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 16px Arial, Helvetica;
    color: #6d6e6c;
}

#reset:hover,#reset:focus
{		
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ececec));
    background-image: -webkit-linear-gradient(top, #ccc, #ececec);
    background-image: -moz-linear-gradient(top, #ccc, #ececec);
    background-image: -ms-linear-gradient(top, #ccc, #ececec);
    background-image: -o-linear-gradient(top, #ccc, #ececec);
    background-image: linear-gradient(top, #ccc, #ececec);
}	

#reset:active
{		
	outline: none;   
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#reset::-moz-focus-inner
{
	border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}
