﻿input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
    color: #bbb;
}

.demo-form-section .heading_container h1 span {
    color: #00bbf0;
}

.demo-form-section .title{
    font-size: 3rem;
    text-transform: uppercase;
}

.demo-form-section .demo-img{
    width: 325px;
}

.demo-form-section .demo-form-wrapper {
    background-color: #dbdedb !important;
    background-image: none !important;
    border-color: #999999 !important;
    border-style: solid !important;
    border-width: 2px !important;
    display: block !important;
    padding: 1rem 1rem;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2), 0 -2px 3px rgba(0,0,0,0.2);
}

.demo-form-section label {
    font-size: 15px;
    line-height: 15px;
    margin: 10px 0;
    display: block;
    margin-left: 10px;
    white-space: nowrap;
}

.demo-form-section select {
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: #fff url(../images/selectBG.png) no-repeat top right;
    cursor: pointer !important;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333 !important;
    transition: background 5000s ease-in-out 0s;
}

.demo-form-section .form-control {
    box-shadow: none;
    outline: none;
    border-color: #333333;
    border-style: dotted;
    border-width: 1px;
    border-radius: var(--border-radius-base);
}

.demo-form-section .small{
    font-size: 70% !important;
    margin-top: 2px;
    margin-left: 15px;
}

.demo-form-section .btn-hs-button{
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 1rem 4rem;
}

.demo-form-section .error{
    color: red;
    font-size: 90%;
}
