﻿
/* styles related to the login only  */

/* this size is equal to H3 tag */
#login_leadin { font-size: 1.429rem; margin-top: 0; } /* 18px */


#LoginDenied 
{ 
    margin: 80px auto 0; 
    text-align: center; 
    font-size: 32px;  
}

#LoginError 
{ 
    margin: 10px auto 0; 
    text-align: center; 
    padding: 0; 
    line-height: 32px; 
    color: #C90000;
    font-weight: bold;
}


/*

code { 
font-family: Consolas, 'Courier New', monospace;
color: #333; 
}

*/

#logincontrols 
{ 
    color: #222; 
    width: 450px; 
    margin: 60px auto 0; 
    line-height: 42px;  
}


.loginBox 
{  
    width: 300px; 
    padding: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
}



#btnSubmit_Login 
{ 
    font-size: 18px; 
    background-color: #FCFCFC;
    margin: 0;
    margin-left: 8px;
    padding: 4px;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}


#btnSubmit_Login:hover 
{
    font-weight:bold;
   
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
}


#logincontrols { border: solid 3px #0C489B; padding: 10px 20px 40px; }

#logincontrols input[type="submit"] { margin-left: 60px; }

#resetlink { font-size: .85rem; margin-left: 60px; }



/*
#LogOutDialog h4 
{ 
    border-bottom: 1px solid #0C489B; 
    color: #0C489B; 
    padding-bottom: 4px; 

}
*/



/*-- password toggle  --*/
/*-- need to add this to head tag:  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" / >  */
.fa
{
	margin-left: -30px;
	margin-top: 10px;
	position: relative;
	z-index: 2;
	cursor:pointer;

        font-family: "FontAwesome";
	font-size: 20px;
	display: inline-block;

}

/* .fa-eye = eye icon */
/* .fa-eye-slash = eye icon w/ slash across it */


/*-- END password toggle -- */





