.customize-text-input{
    border: 1px solid #000;
    height: 36px;
    width: 100%;
    max-width: 416px;
    border-radius: 4px;
    margin-bottom: 4px;
    background: 0 0;
    padding-left: 5px;
}

.customize-text-textarea{
    border: 1px solid #000;
    max-width: 416px;
       width: 100%;
    border-radius: 4px;
    margin-bottom: 4px;
    background: 0 0;
    padding-left: 5px;
    padding-top: 5px;
}
.customize-btn{
    margin-bottom: 12px;
    display: inline-block;
    font-size: 14px;
    height: 44px;
    min-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #000;
}
.customize-btn span{
    margin-left: 5px;
}
.has-error .text-danger{
    color:  red;
}
.customize-image{
    margin-bottom: 12px;
    
}
.customize-link{
    margin-top: 12px;
}