﻿body { background: url("/content/client/head.jpg"); background-repeat: no-repeat; background-position: center top; }

.header { height: 154px; }
.logo {     max-width: 158px;
    height: auto;
    width: 100%;
    margin-top: 25px; }
.phone {position: relative;
    right: 70px;
    top: 16px;
    display: inline-block;
    float: right;
    text-align: right;
    background: #ffff;
    border-radius: 14px;
    padding: 10px; }
.phone-text { color: #28377e; font-size: 13px; }
.phone-number {     color: #000;
    font-size: 26px;
    line-height: 28px; }

.nav-tabs > li > a { padding: 15px 30px !important; }
.tab-pane { padding: 20px 0; min-height: 300px; }
.list-group { -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5); -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5); box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5); }
.icon { display: inline-block; float: left; padding: 0 10px 0 0; }
.list-group li:first-child { height: 80px; }
.list-group-item-heading { display: inline-block; width: 700px; padding: 8px 0 0 0; }
.list-group-item-text {display: inline-block;}
.form-horizontal h2 {font-size:25px;}

.error {    text-align: center;
    padding: 10px;
    color: red;
    margin-bottom: 15px;
    font-weight: bold;}