/* 
    Document   : fo_style_login.css
    Created on : 18 Mar, 2013, 3:15:42 PM
    Author     : shan k paul[shanpaul06@gmail.com]
    Description:
        Purpose of the stylesheet is to provide style to login page.
*/
@font-face 
{
    font-family: "ExistenceLight";
    font-style: normal;
    font-weight: normal;
    src: url("fo_fonts/Existence-Light/Existence-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fo_fonts/Existence-Light/Existence-Light-webfont.woff") format("woff"), url("fo_fonts/Existence-Light/Existence-Light-webfont.ttf") format("truetype"), url("fo_fonts/Existence-Light/Existence-Light-webfont.svg#ExistenceLight") format("svg");
}
@font-face 
{
    font-family: "Kravitz";
    font-style: normal;
    font-weight: normal;
    src: url("fo_fonts/Kravitz/KRAVITZ_.ttf") format("truetype");
}

table tr td
{
padding-top:10px;
padding-left:20px;
padding-right:20px;
}
/*input[type=text]
{
height:40px;
}
input[type=button]
{
height:40px;
background-color:green;
color:white;
font-weight:bold;
width:auto;
padding:10px;
cursor:pointer;
}*/
root
{ 
    display: block;
}
body
{
    font-family: 'ExistenceLight',Arial,sans-serif;
    background:#fdfdfd;
    padding: 0;
    margin: 0;
    
}
.clr{
    clear: both;
    font: 0;
    margin: 0;
    padding: 0;
}
#fo_login_center
{
    width:390px;
    margin: auto;
    margin-top: 7%;
   
}
#fo_login_center .fo_app_logo
{
    float: left;
    background: url(../fo_images/fisatlogo.png) scroll center no-repeat;        
    width: 125px;
    height:95px;
}
#fo_login_center .fo_app_name
{
    float: left;
    color:#021865;
    font-size: 35px;
    /*text-shadow: -1px -1px 2px #c4c4c4;*/
    margin-top: 30px;
    letter-spacing: 1px;
     color: #2cb3ea;
} 
#fo_login_center .fo_app_name span
{
    color:#02a73a;
} 
#fo_login_center .fo_app_name .fo_app_sub_name
{
    color:#7f7f7f;
    font-size: 14px;
    letter-spacing: 3px;
    text-shadow: -1px -1px 2px #c4c4c4;
}
#fo_login_center .fo_login_box
{
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 2px #c4c4c4;
    padding:22px;
    font-size: 13px;
    color:#3b7489;
    margin: auto;
    margin-top: 10px;
    width: 315px;
}
#fo_login_center .fo_login_box .fo_login_text
{
    padding: 3px;
    font-size: 24px;
    color:#7d7d7d;
    background:#fcfcfc;
    outline: none;
    border: 1px solid #dddddd;
    font-family:'Kravitz',Arial,sans-serif;
    border-radius:3px;
    margin-top: 5px;
}
#fo_login_center .fo_login_box .fo_login_text:focus
{
    box-shadow: 0px 0px 3px #d9d9d9;
}
 .fo_login_button
{
    margin: auto;
    width: 150px;
    margin-top: 23px;
    
}
input::-moz-focus-inner { 
  border: 0; 
}
.fo_login_button
{
    border: 1px solid #e4503e;
    color: #FFF;
    float: right;
    padding: 5px;
    background: #e4503e;
    text-align: center;
    cursor: pointer;
}
 .fo_login_box .fo_login_button
{
   background: #5eb550;
    border-color: #5eb550;
}
.fo_login_box .fo_login_button input[type=button]:active
{
    border: 1px solid  #65a14d;
    background: #79d355;
}
 #fo_login_center  .fo_home_link
{
    width: 80px;
    margin: auto;    
    background: url(../fo_images/home_grey.png) left no-repeat;   
    padding-left:20px;
    padding-top: 5px;
    margin-top: 20px;
} 
 #fo_login_center  .fo_home_link a
{
    text-decoration: none;
    color: #9a9a9a;     
     outline: 0;
}
 #fo_login_center  .fo_home_link a:hover
{
   
    color:#5d5d5d;
}
 #fo_login_error
 {
     border: 1px solid #bc3d27;
     background-color: white;
     color: red;
     padding: 1px;
     margin: auto;
     margin-top: 15px;
     width: 370px; 
     display: none;
    
 }
 #fo_login_error #fo_error_message
 {
     
     color: #FFF;
     padding: 5px;
     text-align: center;
     background-image: -moz-linear-gradient(center top ,#d9471f, #bc3d27  );
     background: #F00;
 }
#fo_login_ok
 {
     border: 1px solid  #458837;
     padding: 1px;
     margin: auto;
     margin-top: 15px;
     width: 370px; 
     display: none;
    
 }
#fo_login_ok #fo_ok_message
 {
     background-image: -moz-linear-gradient(center top , #39b91f, #458837 );
     background: #18b114;
     color: #FFF;
     padding: 5px;
     text-align: center;
      
 }
#fo_bottom_bar
{
    width: 100%;
    position: absolute;
    bottom: 0;    
    background:#f9f9f9;
    
}
#old_version
{
         padding: 8px;
 	background: #ed5149 url(../fo_images/old.png) left center no-repeat; 
        color: #FFF;
	padding-left:35px;
        margin: 5px;
        position: absolute;
        width: auto;
        bottom:0;
        right: 0;
        cursor: pointer;
        font-size: 13px;
}
#old_version:hover{
    background: #4baccf url(../fo_images/old.png) left center no-repeat; 
    color: #FFF;
}
