/*
 * Theme Name: BP_Gutenberg
 * Description: Modern development workflow for WordPress themes.
 * Author: Veaceslav Zolotoi
*/

.custom-text-field input {
    height: 72px !important;
    width: 100% !important;
    background: transparent !important;
    border: 1px solid #FF03FD !important;
    color: #FFFFFF !important;
}

.custom-text-field input::placeholder {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.contact-form {
    max-width: 660px !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .contact-form {
        max-width: 100% !important;
    }
}

.custom-select select {
    height: 72px !important;
    width: 100% !important;
    background: transparent !important;
    border: 1px solid #FF03FD !important;
    color: #FFFFFF !important;
}

.custom-select select::placeholder {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.custom-textarea textarea {
    height: 150px !important;
    background: transparent !important;
    border: 1px solid #FF03FD !important;
    color: #FFFFFF !important;
}

.custom-textarea textarea::placeholder {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.checkbox-custom label {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.checkbox-custom input[type="checkbox"]:before {
    background: transparent !important;
    border: 1px solid #FF03FD !important;
    color: #FFFFFF !important;
}

.checkbox-custom input[type="checkbox"]:after {
    border-color: #FF03FD !important;
}