.container{
    width: 1200px;
}
.form-control{
    height: 40px;
}
.form-group{
    margin-bottom: 20px;
}
.heading-wrapper.heading-wrapper-bordered:before{
    display: none;
}
.decoration{
    position: relative;
    text-align: center;
    padding: 0 0 20px;
}
.decoration:after{
    content: url("../../images/core/decoration.png");
}
.btn-success {
    background: #13a89e;
    text-transform: none;
    line-height: 35px;
    width: 290px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 15px;
    border: 2px solid #13a89e;
}
.btn-success:hover,
.btn-success:hover:focus,
.btn-success:focus{
    background: transparent;
    color: #13a89e;
    border: 2px solid #13a89e;
}
.styled-select{
    height: 40px;
}
.input-group .btn{
    height: 40px;
    line-height: 40px;
}
.form-group-checklabel label{
    margin-left: 0;
}

textarea.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
textarea.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
textarea.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}
textarea.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: transparent;
}

.icheckbox_flat.checked,
.iradio_flat.checked{
    background: #13a89e;
    position: relative;
}
.icheckbox_flat{
    flex-shrink: 0;
}
.icheckbox_flat.checked{
    background: #13a89e url('../../images/core/check_box.png') center no-repeat;
}