/* CSS File: '/FerreroSCPPrePROD/WebMvcModules/Content/account.css' */
body {
    background-color: #fafafa;
}

.auth-page 
{
    width: 300px;
    margin: 0px auto;
	padding: 100px 0px;
    color: #000;
    font-family: verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.text-bold 
{
    font-weight: bold;    
}

.auth-page .header
{
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    padding: 30px 0 10px 0;
}

.auth-page .header .logo
{
    background-image: url(/FerreroSCPPrePROD/WebMvcModules/Content/images/site-logo-large.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 75px;
}

.auth-page .header .version-info
{
    position: relative;
    top: -16px;
    right: 48px;
    float: right;
}

.auth-page .header .version-info span {
    color: #003399;
    font-size: 10px;
    font-weight: bold;
}

.auth-page .auth-form
{
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-top: 0;
    padding: 0 30px 20px 30px;
}

.auth-page .auth-form .editor-label
{
    font-weight: normal;
    line-height: 1;
    padding: 20px 0 10px 0;
}

.auth-page .auth-form .editor-field 
{
    margin-bottom: 0;
}

.auth-page .auth-form .editor-field input
{
    border: 1px solid #969696;
    width:100%;
    height: 28px;
    padding-left: 8px;
}
.auth-page .auth-form .editor-field input.input-validation-error
{
    border-color: red;
}

.auth-page .auth-form .validation-message
{
    font-weight: normal;
    color: red;
    display: block;
    padding-top: 10px;
    width: 100%; 
}

.auth-page .auth-form .text-success {
    color: #468847;
}

.auth-page .auth-form .actions button {
    background-color: #efefef;
    border: 1px solid #969696;
}

.auth-page .auth-form .actions button:hover {
    background-color: #e0e0e0;
}

.auth-page .auth-form .actions button:active {
    background-color: #d8d7d7;
}

.auth-page .auth-form .actions .line
{
    border: 0;
    border-bottom: 1px solid #969696;
    position: relative;
}

.auth-page .auth-form .actions .line div
{
    background-color: #fff;
    font-size: 10px;
    position: absolute;
    top: -10px;
    left: calc(50% - 5px);
    padding: 0 5px;
}

.auth-page .auth-form .actions p
{
    margin: 10px 0;
}

.auth-page .auth-form .actions p:first-child
{
    margin-top: 20px;
}

.auth-page .auth-form .actions input.wide-button
{
    width: 100%;
    height: 30px;
}
.auth-page .auth-form .actions button.wide-button
{
    width: 100%;
    height: 35px;
}

.auth-page .header.with-customer-logo 
{
    text-align: center;
}
.auth-page .header.with-customer-logo img
{
    box-sizing: border-box;
    margin: 0 30px;
    max-width: 250px;
}
.auth-page .header.with-customer-logo .logo
{
    display: none;
}
.auth-page .header.with-customer-logo .version-info
{
    display: none;
}

.right-aligned 
{
    text-align: right    
}


.left-aligned 
{
    text-align: left;
}

.footer {
    color: #969696;
    font-size: 11px;
    padding: 10px 30px;
}

#bootstrapper-section p, 
#bootstrapper-section h4,
#bootstrapper-section ul
{ margin: 5px 0px; }

#bootstrapper-section ul 
{ padding-left: 20px; }


