/**
 * Copyright (C) 2009 eXo Platform SAS.
 * 
 * This is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation; either version 2.1 of
 * the License, or (at your option) any later version.
 * 
 * This software is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this software; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
 */

body {
    background: #EBEBEB;
    padding-top: 110px;
}

#login-footer {
    font-size: 11px;
    color: #3f3f3f;
    text-align: center;
}

#login-error{
    color: red;
    display: block;
    text-align: center;
}

/* Fixes for the -rt extension */

.UILoginForm {
    padding: 30px 17px 10px 10px; /* orientation=lt */
}

.UILoginForm .LoginDecorator .LoginDetailBox {
    background: url('/eXoResources/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/ImageMiddleOAuth.gif') no-repeat left 15px; /* orientation=lt */
    padding: 20px 0px 20px 115px; /* orientation=lt */
}

.UILoginForm .LoginDecorator .TopLeftLoginDecorator {
    background: url('/eXoResources/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/Login.gif') no-repeat left top; /* orientation=lt */
    padding: 0px 0px 0px 9px; /* orientation=lt */
}

.UILoginForm .LoginDecorator .TopCenterLoginDecorator .SigninTitle {
    padding: 11px 0px 0px 15px; /* orientation=lt */
}

.UILoginForm .LoginDecorator .TopRightLoginDecorator {
    background: url('/eXoResources/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/Login.gif') no-repeat right top; /* orientation=lt */
    padding: 0px 134px 0px 0px; /* orientation=lt */
}

.UILoginForm .LoginDecorator .MiddleLeftLoginDecorator {
    background: url('/eXoResources/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/MiddleLogin.gif') repeat-y left center; /* orientation=lt */
    padding: 0px 0px 0px 4px; /* orientation=lt */
}

.UILoginForm .LoginDecorator .MiddleRightLoginDecorator {
    background: url('/eXoResources/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/MiddleLogin.gif') repeat-y right; /* orientation=lt */
    padding: 0px 4px 0px 0px; /* orientation=lt */
}

.UILoginForm .LoginDecorator .BottomLeftLoginDecorator {
    background: url('/eXoResources/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/Login.gif') no-repeat left -78px; /* orientation=lt */
    padding: 0px 0px 0px 10px; /* orientation=lt */
}

.UILoginForm .LoginDecorator .BottomRightLoginDecorator {
    background: url('/eXoResources/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/Login.gif') no-repeat right -78px; /* orientation=lt */
    padding: 0px 10px 0px 0px; /* orientation=lt */
}

.UILoginForm .LoginDetailBox .ForgetPass {
    padding-left: 59px; /* orientation=lt */
}

.UILoginForm .LoginDetailBox .UserNameField input {
    background: #f7f7f7 url('/eXoResources/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/Login.gif') no-repeat left -102px; /* orientation=lt */
    padding: 0px 0px 0px 22px; /* orientation=lt */
}

.UILoginForm .LoginDetailBox .PasswordField input {
    background: #f7f7f7 url('/eXoResources/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/Login.gif') no-repeat left -126px; /* orientation=lt */
    padding: 0px 0px 0px 22px; /* orientation=lt */
}

.UILoginForm .UIForm .VerticalLayout .UIAction {
    padding: 15px 0px 0px 56px; /* orientation=lt */
    text-align: left; /* orientation=lt */
}

.UIForm .UIFormGrid td.FieldLabel {
    text-align: right; /* orientation=lt */
}