﻿html {
    /*background: url('../images/bg.jpg') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.landing-page .input-group {
    border: 2px solid #ffcc00;
}

.well {
    border: 2px solid #ffcc00;
}

hr {
    border-top: 2px solid #ffcc00;
}

.btn.custom-btn {
    background-color: #ffcc00;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4cd30), to(#ffcc00));
    background-image: -webkit-linear-gradient(#f4cd30, #ffcc00);
    background-image: -moz-linear-gradient(#f4cd30, #ffcc00);
    background-image: -ms-linear-gradient(#f4cd30, #ffcc00);
    background-image: -o-linear-gradient(#f4cd30, #ffcc00);
    background-image: linear-gradient(#f4cd30, #ffcc00);
}

.navbar-inverse {
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.form-control:focus {
    border-color: #ffcc00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 204, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 204, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 204, 0, 0.6);
}
