﻿
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 40px;
    color: #000;
    background-color: #6fd0f0;
    background-clip: padding-box;
    border: 1px solid #6fd0f0;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
}

:placeholder {
    color: #2D6E4E;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Edge 12 -18 */
    color: #2D6E4E;
}

::placeholder {
    color: #2D6E4E;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #2D6E4E;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2D6E4E;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2D6E4E;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #2D6E4E;
}

.form-control:focus {
  color: #fff;
    background-color: #2D6E4E;
    border-color: #2D6E4E;
    outline: 0;
    box-shadow: none;
}

.SendBtn {
    padding: 16px 0px;
justify-content: center;
align-items: center;
align-self: stretch;

color: #000;

font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
    margin-top: 13px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
   border-radius: 100px;
background: #ef8b01;
    display: block;
    width: 100%;
    border: 0
  
}
