﻿/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    background: #aeaeae; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#aeaeae, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#aeaeae, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#aeaeae, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#aeaeae, #fff); /* Standard syntax */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 200px;
    background: url('/landingpage/Content/images/banner.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

label.error {
    color: red;
    font-size: 0.9em;
    font-weight:normal;
}

input.error {
    border-color: red;
}

label sup {
    color: red;
}

#action-button {
    display:inline-block;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    padding: 48px 0px 0px 0px;
    font-size: 1.7em;
}
