﻿
/*Sticky Footer */
/*If  using ASP.NET, add the form CSS to the Sticky Footer code.*/
form {
    height: 100%;
    /*background-color: white;*/
}
* {
	margin: 0;
}
html, body {
	height: 100%;
    
}
.wrapper {
	 /*background-color: white;*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px; /*'.wrapper' must be negative the same height as 'footer' and 'push' */
    background-color: gainsboro;
}
.bgcolor {
 background-color: gainsboro;
}
.push {
	height: 80px; /* '.push' must be the same height as 'footer' */
     background-color: gainsboro;
}

/*Additional body properties*/

body 
    {
    margin: 0;
    font-size: 1em;
    color: #000000;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    background-repeat: repeat;
    
    }
h1{
 font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.5em;
      
    color: #202B33;
    font-weight: 500;
    font-style: normal;
    padding: 0px 0px 0px 0px;
    margin-bottom: 3px;
    text-align: center;
}
a:link
{
   color: #202B33;
} 

a:visited
{
   color: #202B33;
}


.loginpagecenter {
    /*margin-top: 20px;*/
    /*width: 100%;*/
    max-width: 600px;
    /*min-height: 450px;*/
    min-height: 205px;
    margin-right: auto;
    margin-left: auto;
    /*-moz-box-shadow: 0 0 4px gray;
    -webkit-boxs-hadow: 0 0 4px gray;
    box-shadow: 0 0 4px gray;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    color:white;
    padding: 220px 0px 0px 150px;
    /*background-color: red;*/
    background-image: url('../../Images/AppLogo/Loginbg.png');
    background-size: 750px ;
    background-repeat: no-repeat;
   
}

.loginbutton {
    font-size: 100%;
    color: #FFFFFF;
    /*background-color: #FFB000;*/
    background-color: #084b81;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 32px;
    display: inline;
    min-height: 35px;
    min-width: 110px;
    /*margin-top: 10px;*/
    /*border: 1px solid #848484;*/ 
    border: 1px solid #ffffff; 
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0s;
    text-align:center;
    }

.loginbutton:hover, loginbutton:focus 
{
    background-color: #3A3A3C;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0s;
    text-decoration: none;
    color: #FFFFFF;
}

.logintextbox { 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #848484; 
    outline:0; 
    height:20px; 
    width: 200px; 
 } 


.footer /*wrapps the footer divs*/
{
    height: 70px; /* '.push' must be the same height as 'footer' */
  
}
.blue_at_bottom_of_login_page

{
    
    background-color: #084b81;
    margin: auto;
    height:40px;
}
.white_at_bottom_of_login_page{
    padding:5px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    background-color:white;
     height:30px;
}


.logo_footer

{
   /*display: block; if added the logo floats left*/ 
   /*width: 100%;
   height: 100%;
   max-height: 81px;
   max-width: 438px;*/
  
}

.ErrorMessage
{
    border: 1px solid Red;
    color: red;
    background-color: #FFCCE0;
    padding: 3px 3px 3px 3px;
    margin-bottom:10px;
}
 .SuccessMessage
{
    border: 1px solid green; 
    color:green; 
    background-color: #CCFFCC; 
    padding: 3px 3px 3px 3px; 
 }