﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#logo {
    width: 286px;
    height: 60px;
    background-image: url(/RegisterExternal/Content/logo.png);
    background-repeat: no-repeat;
    background-size:contain;
    margin-bottom: 1.5em;
}

#intro {
    padding-top: 20px;
}

.placeholdersjs {
    color: #999 !important;
}

.form-control,
.form-control:focus {
    border-color: #009DFF;
}
 
select:disabled,
select:invalid {
    color: #999;
}

option {
    color: #555555;
}

.btn-primary
{
    background-color: #009DFF !important;
    border-color: #009DFF !important;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media screen and (min-width: 450px) {

    #logo {
        width: 358px;
        height: 75px;
    }
}

@media screen and (min-width: 992px) {

    #logo {
        width: 477px;
        height: 100px;
    }
}
