﻿body {
            background: url(../Images/background.png) repeat;
        }

        .wrapper {
            margin-top: 90px;
            margin-bottom: 80px;
            border-radius: 5px;
        }

        .form-signin {
            max-width: 340px;
            padding: 15px 35px 45px;
            margin: 0 auto;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 6px #888888;
            border-radius: 8px;
        }

            .form-signin .form-control {
                position: relative;
                font-size: 16px;
                height: auto;
                padding: 8px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .form-signin .form-control:focus {
                    z-index: 4;
                }

        .btn-custom {
            background-color: #16064f;
            color: white;
        }

            .btn-custom:hover {
                background-color: #e90b4e;
                color: white;
                border: 1px solid #e90b4e;
            }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
            display: block;
            max-width: 95%;
            height: 55px;
        }

.form-control {
    height: 32px;
    line-height : 1;
}
