/* Start custom CSS */<style>

input:not([type=checkbox]):not([type=radio]), select, textarea {
    border-radius: 0;
    border: none;
    /* background-color: #fef737; */
    color: #242989;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.8;
    padding: 1px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
	
	.sib-default-btn {
    background-color: #fef737;
    border-radius: 2rem!important;
    padding: 0.75em 1.75em!important;
    color: #333!important;
    font-weight: 600;
    font-family: Catamaran,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    -webkit-box-shadow: 0 10px 20px rgba(51,51,51,.05)!important;
    box-shadow: 0 10px 20px rgba(51,51,51,.05)!important;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fef737;
    padding-top: 0px;
    margin-top: 15px;
}

input:not([type=checkbox]):not([type=radio]), select, textarea {
    border-radius: 0;
    border: none;
    /* background-color: #333; */
    /* background-color: #333; */
    color: #242989;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.8;
    padding: 1px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
	
	
	input.sib-email-area {
    background-color: #333;
}
	
	input.sib-NAME-area {
    background-color: #333;
}
</style>/* End custom CSS */