﻿/* 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: 133px; /*863*/
    height: 80px; /*518*/
    background-image: url(/Registration/Content/logo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.jumbotron p {
    margin-top: 20px;
}

select:invalid {
    color: #999;
}

option {
    color: #333;
}

.btn-group-radio input {
    display: inline-block !important;
    margin-top: -1px;
    vertical-align: middle;
    cursor: pointer;
}

.btn-group-radio .btn {
    white-space: normal;
    text-align: left;
}

.btn-group-radio .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#usernames a {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
