/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ LOGIN ]--------------------------------------------------------------------- */

/*
	Default Class Selectors and ID Selectors have been created for you.
	Alter the Property and Value to reflect your design as required.
	Default Templates use ID Selectors of #cLS and #cRS for Left-hand and Right-hand columns, 
	which may be removed/updated to reflect your Templates.
*/

/* === [ GLOBAL STYLE ] === */

/* === [ Login Form - class applied to Table Tag ] === */

.LoginBorder {
	position: relative;
	margin: 10px 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
.LoginBorder input[type="text"],
.LoginBorder input[type="password"] {
    width: 340px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #8a93a5;
    color: #8a93a5;
    border-radius: 4px;
    display: block;
}
/* === [ Login/Logout Buttons - DIV around Image ] === */

.LoginButton {
	position: relative;
	margin: 10px 0px;
	padding: 0px;
	clear: both;
	width: auto;
}
/* Automatically Updateded in patch version 4.4.2.0 */

/* Automatically Updated */
/* -----[ Patch 4.5.0 ]----- */
/* -----[ Feature ID #1136 ]----- */
/* -----[ Added to Login.css  ]----- */
/* -----[ Facebook login functionality ]----------------------------------------------------- */
 
.FacebookLoginForm { } 
	.FacebookLoginForm .ListCustomTitle { } 
	.FacebookLoginForm .FacebookSummary { }
	.FacebookLoginForm a.FacebookLoginButton { }
		.FacebookLoginForm a.FacebookLoginButton img { }

.FacebookLoginForm.LoggedIntoFacebook {
	display: none;
} 
