.main-container{
    padding: 0;
    background-color: #fff;
}
.main-container .row{
    margin-right: 0;
    margin-left: 0;
}
.main-container .breadcrumb{
    margin:35px 15px 0 15px;
    padding: 8px 15px;
    border: 1px solid #dedede;
}
.breadcrumb li:nth-child(2){
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

#reg-h1{
    margin: 20px 0;
    font-size: 34px;
    font-weight: bold;
    color:#0766aa;
}
.red{
    color: red;
}
#led_Captcha1 + .error{
    clear: both;
    display: block;
}
.confirm-h{
    font-size: 24px;
    color: #0766aa;
    font-weight: bold;
}

#led-MyAccount,#led-lnkCheckout{
    color: #0766aa;
}
#led-account-active{
    color: #0766aa;
}
#privacy_policy-error{
    clear: both;
    display: block;
}
