﻿/*Customized bootstrap styles*/

.form-actions
{
    text-align: center;
}

.h1, h1
{
    font-size: 27px;
}

.h2, h2
{
    font-size: 24px;
}

.h3, h3
{
    font-size: 21px;
}

.h4, h4
{
    font-size: 17px;
}

.h5, h5
{
    font-size: 12px;
}

.h6, h6
{
    font-size: 10px;
}

.custom-invalid-feedback
{
    display: block;
    color: #e28484;
    visibility: visible;
    line-height: 20px;
    padding: 5px;
    padding-top: 0px;
    border: 1px none #f19595;
    margin: 10px;
    margin-bottom: 18px;
    border-radius: 5px;
    margin-top: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-bottom: 0px;
    border-top-style: dashed;
    font-size: .9em;
    box-shadow: 1px 2px 6px 2px rgba(200, 200, 200, .4);
}

.captcha-control label 
{
    padding-left: 5px;
    color: inherit;
    font-weight: inherit;
}

.captcha-control p
{
    margin-bottom: 0px;
}