﻿/* 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: 222px;
    height: 54px;
    background-image: url(/Registration/Content/logo.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#btnCancel {
    margin-right: 10px !important;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
}

body.modal-open {
    position: fixed;
    width: 100%;
}

#title {
    padding-top: 20px;
}

#intro {
    padding-top: 20px;
    padding-bottom: 20px;
}

h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.modal-content {
    border: none;
    border-image-width: 0;
}

.modal-header {
    border: 0 solid #000;
    border-image-width: 0;
    background: #eee;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.modal-footer {
    margin: 0;
    border-top: none;
    padding-top: 10px;
}

.modal-body {
    padding-bottom: 0;
}

.modal-title h3 {
    margin-bottom: 0;
    padding-left: 10px;
}

.register-error {
    margin-bottom: 0;
}

.hlabel {
    display: none;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.form-group hr {
    margin-bottom: 10px;
    margin-top: 0;
}