﻿/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.tig_contact_form .form-group {
    margin-bottom: 1rem
}

.tig_contact_form label {
	margin-bottom: .1rem;
	display: inline-block;
}

.tig_contact_form .form-control {
    margin-bottom: 0px;
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	outline: none;
}

.tig_contact_form .form-control:focus {
    border: 1px solid black;
}

.tig_contact_form .hp {
    position: absolute !important;
    left: -10000px !important;
}

.tig_contact_form .form-group.has-error .error {
    color: red !important;
}

.tig_contact_form .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.tig_contact_form .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.tig_contact_form .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.tig_contact_form button.button:focus {
	background: #343434;
}
