/*
Bootstrap 3.1 overrides from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

body {
    padding-top: 90px;
    height: 100vh;
}

.form-control:focus {
    border-color: #4f9301;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: white;
    background-color: #59a305;
    border-color: #4f9301;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:visited {
    color: white;
    background-color: #4f9301;
    border-color: #4f9301;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar {
    background-color: white;
}

h1, h2 {
    color: #59a305;
    font-weight: 300;
}

@media (min-width: 768px) {

    .container-table {
        display: table-cell; vertical-align: middle;
    }

    .title {
        margin: 40px 0;
        font-size: 4em;
        font-weight: 300;
    }

    .subtitle {
        margin-top: 30px;
        font-size: 3em;
    }

    .well.alert.alert-success {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .title {
        margin: 20px 0;
        font-size: 1.8em;
        font-weight: 300;
    }

    body > div > div.container:first-child {
        padding-right: 110px;
    }

    .subtitle {
        margin-top: 20px;
        font-size: 1.5em;
    }

    .gt-logo {
        padding-left: 15px;
    }

    body {
        padding-top: 70px;
    }

    .well {
        margin-top: 10px;
    }

    .navbar {
        max-height: 71px;
    }
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}