﻿
.header-content {
    padding: 5px 0;
}

.header-title {
    color: #005BA2;
    display: block;
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}

.header-motto {
    color: #005BA2;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.form-block {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 2px 3px 8px #a7a7a7;
    color: gray;
    display: block;
    min-height: 320px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
}

    .form-block h2 {
        border-bottom: 1px solid #337AB7;
        color: #005BA2;
        display: block;
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 20px;
        padding-bottom: 8px;
    }

.form .form-control {
    border-radius: 0;
    color: #999;
    height: 42px;
}

.form-control:focus {
    border-color: #005BA2;
    box-shadow: none;
}

.custom-btn {
    background-color: #005BA2;
    border-color: #005BA2;
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 100%;
    font-weight: 500;
}

    .custom-btn:hover {
       background-color:black;
       color:white;
    }

/*.main-container {
    background-image: url('../images/background.jpg');
    background-repeat: repeat;
}*/