﻿body 
{
    font-family: Lato, Arial,Helvetica,sans-serif;
    font-weight: 300;
    color: Gray;
    font-size: 16px;
}

h1, h2.h1 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #cda53d;
    font-weight: 500;
    margin-top: 15px;
}

.inverse {
    background-color: #109194;
    padding:5px 5px 5px 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}
.red 
{
    color: Red;
    }
   .box 
   {
       width:100%;
       clear: none;
       color:rgb(128,128,128);
       
   }
   .label 
   {
       color: rgb(0,0,0);
       font-family:Lato, Arial,Helvetica,sans-serif;
       font-size:16px;
       font-weight:400;
       line-height: 22.85px;
       padding-top: 22px;
       }
   .label2
   {
       color: rgb(0,0,0);
       font-family:Lato, Arial,Helvetica,sans-serif;
       font-size:16px;
       font-weight:400;
       line-height: 22.85px;
       padding-top: 12px;
       padding-bottom: 12px;
    height: 30px;
}
       .form-control
       {
           padding: 5px 0px 5px 0px;
           line-height: 22.85px;
           font-size:13px
        }
       .form-control:focus{border-color:#0061aa;line-height: 22.85px;}
       .form-group
       {
           margin-bottom:5px;
           background-color:#63b8bd;
           font-weight:500;
           color:white;
           line-height: 22.85px;
           font-size:18px;
           text-transform:uppercase;
           border-color: #4fafb5;
           }
       .form-group:hover
       {
           margin-bottom:5px;
           background-color:#fff;
           font-weight:500;
           color:#63b8bd;
           line-height: 22.85px;
           font-size:18px;
           text-transform:uppercase;
           border-color: #4fafb5;
           }
