﻿* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
}

#main, #main section:first-child {
    height: 100%;
}

.ts-banner-area {
    background-color: #5b9bd5;
    height: 100%;
    text-align: center;
    padding-top: 30px;
}

    .ts-banner-area article {
        margin-top: 20px;
    }

    .ts-banner-area p {
        font-weight: 200;
        color: #9db8de;
    }

        .ts-banner-area p small {
            color: #fff;
        }

    .ts-banner-area h1, h2, h3 {
        font-family: 'Segoe UI Light';
        font-weight: lighter;
        color: #fff;
    }

.ts-login-area {
    padding-top: 40px;
}

    .ts-login-area h1 {
        font-family: 'Segoe UI Light';
        color: #333;
    }

    .ts-login-area h2, h3 {
        color: #333;
        font-weight: bold;
    }

    .ts-login-area input[type=text], input[type=password] {
        border: 1px solid #808080;
        border-radius: 0px;
    }

.btn-primary.custom {
    padding:8px 30px;

    background: #5b9bd5; /* Old browsers */
    background: -moz-linear-gradient(top, #5b9bd5 0%, #5b9bd5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b9bd5), color-stop(100%,#5b9bd5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5b9bd5 0%,#5b9bd5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5b9bd5 0%,#5b9bd5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5b9bd5 0%,#5b9bd5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5b9bd5 0%,#5b9bd5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9bd5', endColorstr='#5b9bd5',GradientType=0 ); /* IE6-9 */
}
