/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

#customer-login-box {
    position: absolute;
    margin: -3px 0 0 -218px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #666;
    z-index: 100;
    width: 178px;
    height: 200px;
    border: #E56E1F solid 2px;
    border-top: none;
    border-radius: 0 0 12px 12px;
    background-color: #FFFFFF;
    padding: 15px;
    display: none;
}

#customer-login-box h4 {
    margin: 0 0 10px 0;
} 

#customer-login-box h4 {
    font-size: 14px;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
}

#customer-login-box-username {
    width: 175px;
    margin-bottom: 10px;
}

#customer-login-box-password {
    width: 175px;
    margin-bottom: 15px;
}

#customer-login-backdrop {
    display: none;
}

#customer-login-backdrop.active {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

#change-password-link {
    display: block;
    margin: 15px 0 0 0;
    text-align: center;
}

#customer-change-password {
    text-align: center;
}

#customer-change-password label {
    display: inline-block;
    width: 25%;
    text-align: right;
}

#customer-change-password input[type=password] {
    display: inline-block;
    width: 25%;
    text-align: left;
}
