/**
 * Component styles for non-authenticated pages
 *
 * @author chance garcia
 */

/*
 * Login window
 */
.loginLogo {
	background: transparent url('../images/jfo_400.jpg');
	width: 400px;
	height: 150px;
}

a.googleButton {
	background: transparent url('../images/gplus-signin.png') no-repeat left top;
	height: 40px;
	width: 110px;
}

a.googleAppsButton {
	background: transparent url('../images/gplus-signin.png') no-repeat left top;
	display: block;
	float: left;
	height: 40px;
	width: 110px;
}

#forgotPasswordLink {
	color: #ff6633;
}

#googleAppsBackLink {
	color: #ff6633;
}

/*
 * Top logo bar
 */
#topLogoBar {
	 position: relative;
}

#topLogoBar .x-panel-body {
	background: transparent url('../images/top_bar_bg.jpg') repeat-x left center;
}

#topLogo {
	background: transparent url('../images/do_logo_topbar.png') no-repeat left center;
	height: 100px;
	width: 370px;
	margin-left: 5px;
}

/**
 * App version number
 */
#appVersion {
	bottom: 15px;
	color: #4b4b4b;
	font-size: 10px;
	left: 230px;
	position: absolute;
}

.loginLegend{
    /* reset the general legend style */
    margin: 0;
}

.loginFormContainer{
	width:  100%;
	min-width: 385px;
    display: inline-block;
}

#googleAppsForm {
    display: none;
}

#additionalLoginElements
{
    float: right;
    width: 40%;
	margin: -4.25em 0 0 0;
}

.infoBox
{
    font-size: 1.4em;
}

.loginFieldset {

}

.loginFieldset .field {
	margin: 0 0 10px 0;
}

.loginFieldset .field input {
	width: 95%;
}


#infoBox {
    float: right;
    text-align: center;
    clear: both;
	padding-left: 15px;
}

#language_switch{
    float: right;
	/* margin: 0.25em 0 3em 0; */
}

select#switchLanguage{
    width: 7em;
    height: 2em;
}

#resetPasswordBlockMessage{
    width: 50%;
}

.signupFieldset .content {
	text-align: center;
}
.signupFieldset .content p {
	font-size: 1.6em;
	margin-top: 22px;
}
.signupFieldset .content button {
	margin: 20px 0 30px;
}

.ccfFieldSets {
    position: relative;
	display: flex;
	margin-right: 40px;
}
.ccfFieldSets fieldset {
    display: block;
    margin: 0 5px;
	float: left;
	flex: 50%;
	min-height: 200px;
}
.icon {
	padding: 8px;
	min-width: 20px;
	color: #333333;
	position: absolute;
	right: 0;
	margin: 0 3%;
}
.field {
	position: relative;
}

div.error {
	margin: 20px 45px 0 5px;
	background-position-y: center !important;
}
