.loginForm {
    float: none !important;
    max-width: 100%;
    width: 420px !important;
    padding: 20px 20px!important;
    background-color: #fafafa;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    margin:25px auto;
}
.featuredProducts .loginForm form ul li input.tb {
    width: 97% !important;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 8px 20px;
}
.featuredProducts .loginForm form ul li{
    margin-bottom: 15px !important;
}
.featuredProducts .loginForm form ul li input.tb:focus{
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.loginFb {
    background-color: #3B5998;
    color: #FFF;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 100px;
}
.loginGg {
    background-color: #E02F2F;
    color: #FFF;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 96px;
    margin: 0 0 0 10px;
}
.btnforget {
    width: 100%;
    text-align: center;
    padding: 10px 10px 0;
}
#btnSubmit {
    height: 40px !important;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    border: #000;
    padding: 0 20px;
}
.blkSign {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.blkSign a:hover{
    color: #fff;
}
/*===============================profile=================================*/
/*.sidebar, .ctrl-wrapper {*/
    /*background: #fff;*/
    /*border: 1px solid #ddd;*/
    /*margin: 20px 0;*/
/*}*/

#customer_login ul li input#btnSubmit, .btnGreen:hover{
    color: #fff;
    text-decoration: none;
}
#profileMenu a:hover{
    text-decoration: none;
}
#profileMenu > li:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eee none repeat scroll 0 0;
    border-color: #c8c3b3;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 3px;
    border-bottom: 1px solid #ccc;
}

#profileMenu li {
    border-bottom: 1px solid #ccc;
    border-left: 3px solid transparent;

}
#profileIf {
    padding: 17px 0 !important;
    border: 8px solid #fff;
}
.pf {
    font-size: 18px;
    font-style: italic;
    font-family: serif;
}
/*end*/

#pageSignin .f input {
    padding: 5px;
    width: 300px;
    margin: 10px;
    height: 40px;
    line-height: 30px;
}
.featuredProducts .loginForm form ul li.btns {
    margin-bottom: 0px !important;
}

.btn.btn-lg.btn-style {
    background: #000;
    color: #fff;
    border-radius: 2px;
    padding: 8px 30px;
}
/*#newpassword {*/
    /*margin-left: 43% !important;*/
/*}*/
#pageSignin {
    clear: both;
}
#pageSignin .f ul{
    display: inline-block !important;
}
#pageSignin .f ul li {
    margin: 10px 0;
    display: block !important;
}
#pageSignin .f input {
    padding: 0 !important;
    width: 300px !important;
    margin: 0 !important;
}
#pageSignin .f input#btnSubmit {
    width: 129px !important;
}

#username {
    width: 100%;
}
.text-center {
    text-align: center;
    margin: 20px auto;
    font-size: 24px;
}
.table.profile input{
    width: 100%;
   height: 30px;
}
.table.profile select{
    width: 100%;
    height: 40px;
}