/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06.01.2019, 23:28:52
    Author     : 1
*/
/* 
    Created on : 03.09.2019, 06:18:59
    Author     : Andy Kar
*/
.contact-form-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px; }

.form-group {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  .form-group label {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase; }
  .form-group input.form-control {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    font-size: 14px;
    color: #232323;
    outline: none;
    margin-bottom: 20px;
    background: #fff; }
  .form-group textarea.form-control {
    width: 100%;
    height: 120px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    color: #232323;
    resize: vertical;
    outline: none;
    font-size: 14px;
    margin-bottom: 20px;
    background: #fff; }
  .form-group .form-error {
    color: red;
    display: none; }
  .form-group .but {
    margin-top: 50px;
    color: #fff !important; }

/*# sourceMappingURL=form_contacts.css.map */
