.login-form form input, .signup-form form input, .signup-form textarea {
    color:#000;
    font-weight: 500;
} 
.section-header {
    padding: 10px 20px !important
}
.address-column.billing-column .address-column-title {
    margin-bottom: 50px;
}
.pincode-box {
    width:80px;
}
.payment-method { 
    text-align: left !important;
}
#main-section {
    height:auto !important;
} 
@media only screen and (min-width: 768px) {
    .wrapper {
        width: 1180px !important; 
    }
}