/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.request-form h3 {
    border-bottom: solid 1px #5E7501;
    color: #E1E1E2;
    padding: 0 0 10px;
    margin-bottom: 30px;
}
.request-form .form-control,
.request-form .form-select {
    border: solid 1px #636263;
    background-color: transparent;
    border-radius: 0;
    color: #E1E1E2;
}
.request-form .form-select option {
    background-color: #000;
    color: #E1E1E2;
}
.request-form .form-label {
color: #E1E1E2;
}

.request-form .btn-submit {
    text-transform: uppercase;
    border: none;
} 

.form-control:focus {
    background-color: #000 !important;
    color: #5e5e5f !important;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5e5e5f !important;
  opacity: 1;
}
.form-control::-moz-placeholder { 
  color: #5e5e5f !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #5e5e5f !important;
  opacity: 1;
}
.form-control:-moz-placeholder { 
  color: #5e5e5f !important;
  opacity: 1;
}
