
h1, h2, h3, h4, h5, h6, .mainButton {
    font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
}
.mainButton:before {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.mainButton:before {
    background: #14b1a4;
}
.mainButton:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    /*transform: skew(34deg, -2deg);*/
    transform: skew(-2deg, 178deg);
    border-radius: 8px;
}

.mainButton {
    color: #fff;
}
.mainButton {
    display: inline-block;
    padding: 20px 30px;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    z-index: 9;
    /*min-width: 200px;*/
    width: 100%;
}
.mainButton:hover {
    color: #14b1a4;
}
.mainButton:hover::before {
    background: #FFF;
}

.mainButton {
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .demo-content-select {
        margin-bottom: 30px; 
        margin-top: 30px; 
    }
    .mainButton {
        font-size: 16px;
        padding: 15px 25px;
        width: 90%;
    }
}


/*DROPZONE*/
.dropzone.dropzone-default.dropzone-success {
    border-color: #14b1a4;
}

.dropzone.dropzone-default {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #EBEDF3;
    border-radius: 0.42rem;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone {
    min-height: auto;
}
.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}
.dropzone, .dropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone, .dropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.dropzone.dropzone-default .dropzone-msg-title {
    color: #3F4254;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 500;
    font-size: 1.2rem;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dropzone-default .dropzone-msg-desc {
    color: #B5B5C3;
    font-weight: 400;
    font-size: 1rem;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.bg-mainColor {
    background: #14b1a4;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c5c5c5 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c5c5c5 !important;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c5c5c5 !important;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #c5c5c5 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #c5c5c5 !important;
}

::placeholder { /* Most modern browsers support this now. */
    color:    #c5c5c5 !important;
}