.btn 
{ 
   display: inline-block; 
   *display: inline; 
   *zoom: 1; 
   padding: 4px 10px 4px; 
   margin-bottom: 0; 
   font-size: 13px; 
   line-height: 18px; 
   color: #333333; 
   text-align: center;
   text-shadow: 0 1px 1px rgba(243,152,79, 0.75); 
   vertical-align: middle; 
   background-color: #F3984F; 
   background-image: -moz-linear-gradient(top, #F3984F, #DB6A0F); 
   background-image: -ms-linear-gradient(top, #F3984F, #DB6A0F); 
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3984F), to(#DB6A0F)); 
   background-image: -webkit-linear-gradient(top, #F3984F, #DB6A0F); 
   background-image: -o-linear-gradient(top, #F3984F, #DB6A0F); 
   background-image: linear-gradient(top, #F3984F, #DB6A0F); 
   background-repeat: repeat-x; 
   filter: progid:dximagetransform.microsoft.gradient(startColorstr=#F3984F, endColorstr=#DB6A0F, GradientType=0); 
   border-color: #F3984F #F3984F #F3984F; 
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border: 1px solid #F3984F; 
   -webkit-border-radius: 4px; 
   -moz-border-radius: 4px; 
   border-radius: 4px; 
   -webkit-box-shadow: inset 0 1px 0 rgba(243,152,79, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
   -moz-box-shadow: inset 0 1px 0 rgba(243,152,79, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
   box-shadow: inset 0 1px 0 rgba(243,152,79, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
   cursor: pointer; 
   *margin-left: .3em; 
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] 
{ 
   background-color: #F3984F; 
}

.btn-large 
{ 
   padding: 9px 14px; 
   font-size: 15px; 
   line-height: normal; 
   -webkit-border-radius: 5px; 
   -moz-border-radius: 5px; 
   border-radius: 5px; 
}

.btn:hover 
{ 
   color: #333333; 
   text-decoration: none; 
   background-position: 0 -15px; 
   -webkit-transition: background-position 0.1s linear; 
   -moz-transition: background-position 0.1s linear; 
   -ms-transition: background-position 0.1s linear; 
   -o-transition: background-position 0.1s linear; 
   transition: background-position 0.1s linear; 
}

.btn-primary, .btn-primary:hover 
{ 
   text-shadow: 0 -1px 0 rgba(243,152,79, 0.25); 
   color: #fff; 
}

.btn-primary.active 
{ 
   color: rgba(255, 255, 255, 0.75); 
}

.btn-primary 
{ 
   background-color: #DB6A0F; 
   background-image: -moz-linear-gradient(top, #DB6A0F, #F3984F); 
   background-image: -ms-linear-gradient(top, #DB6A0F, #F3984F); 
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F3984F), to(#DB6A0F)); 
   background-image: -webkit-linear-gradient(top, #F3984F, #DB6A0F); 
   background-image: -o-linear-gradient(top, #F3984F, #F3984F); 
   background-image: linear-gradient(top, #F3984F, #F3984F); 
   background-repeat: repeat-x; 
   filter: progid:dximagetransform.microsoft.gradient(startColorstr=#F3984F, endColorstr=#DB6A0F, GradientType=0);  
   border: 1px solid #DB6A0F; 
   text-shadow: 1px 1px 1px rgba(243,152,79,0.4); 
   box-shadow: inset 0 1px 0 rgba(243,152,79, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); 
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] 
{ 
   filter: none; 
   background-color: #DB6A0F; 
}

.btn-block { width: 100%; display:block; }

* { 
   -webkit-box-sizing:border-box; 
   -moz-box-sizing:border-box; 
   -ms-box-sizing:border-box; 
   -o-box-sizing:border-box; 
   box-sizing:border-box; 
}

html { 
   width: 100%; 
   height:100%; 
   overflow:hidden; 
}

body { 
   width: 100%;
   height:100%;
   font-family: 'Open Sans', sans-serif;
   background: linear-gradient(to bottom, #FFF 8%, #AAA 100%);
}

.login { 
   position: absolute;
   color: #FFF;
   top: 50%;
   left: 50%;
   margin: -150px 0 0 -150px;
   padding-left: 10px;
   padding-right: 10px;
   width:300px;
   height:300px;
   background: -webkit-linear-gradient(top, #CCC, #222 4%, #888 98%, #555);
   background: -webkit-linear-gradient(top, #CCC, #222 4%, #888 98%, #555);
   background: -o-linear-gradient(top, #CCC,  #222 4%, #888 98%, #555);
   background: linear-gradient(to bottom, #CCC, #222 4%, #888 98%, #555);
   -webkit-box-shadow: 3px 3px 2px 0px rgba(150,150,150,1);
   -moz-box-shadow: 3px 3px 2px 0px rgba(150,150,150,1);
   box-shadow: 8px 8px 8px 0px rgba(50,50,50,0.3);
}

.login h1 { 
   color: #4CB1CF; 
   text-shadow: 0 0 15px rgba(0,0,0,0.9);
   letter-spacing:1px; 
}

.logo { 
   width: 180px;
}

input, select { 
   width: 100%; 
   margin-bottom: 10px; 
   background: rgba(0,0,0,0.3);
   border: none;
   outline: none;
   padding: 10px;
   font-size: 13px;
   color: #FFF;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
   border: 1px solid rgba(0,0,0,0.3);
   border-radius: 4px;
   box-shadow: inset 0 -5px 45px rgba(0,0,0,0.2), 0 1px 1px rgba(255,255,255,0.2);
   -webkit-transition: box-shadow .5s ease;
   -moz-transition: box-shadow .5s ease;
   -o-transition: box-shadow .5s ease;
   -ms-transition: box-shadow .5s ease;
   transition: box-shadow .5s ease;
}

input:focus { 
   box-shadow: inset 0 -5px 45px rgba(0,0,0,0.4), 0 1px 1px rgba(0,0,0,0.2); 
}

select {
   font: inherit;
   background-color:rgba(40, 40, 40, 0.5);
}

