* {
    margin: 0;
}

body {
    box-sizing: border-box;
    font: 16px/28px 'Arial', sans-serif;
    color: #000;
    background: url(/National_Library/oe_/https://fris.concordia.ca/Images/illustration.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 760px) {
    body {
        background: #fff;
    }
}

.container {
    width: 700px;
    margin: 25px auto;
    padding: 40px;
    background-color: rgba(255,255,255,0.92);
    border-radius: 16px;
}

@media (max-width: 760px) {
    .container {
        width: auto;
        margin: 0;
        padding: 20px;
        border-radius: 0;
    }
}

a {
    color: #0072a8;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #0072a8;
        text-decoration: underline;
    }

hr {
    margin: 30px 0;
    border: 0;
    border-bottom: 1px solid #ebe8e7;
    border-top: 1px solid #ebe8e7;
}

#concordia-logo {
    text-indent: -9999px;
}

    #concordia-logo span {
        display: block;
        width: 202px;
        height: 92px;
        margin: 0 0 15px 0;
        background: url(/National_Library/oe_/https://fris.concordia.ca/App_lib/Bootstrap/img/logo-concordia.png) 0 0 no-repeat;
        background-size: contain;
        padding-bottom:20px;

    }

@media (max-width: 480px) {
    #concordia-logo span {
        width: 150px;
        height: 40px;
    }
}

.small-text {
    font-size: 13px;
    line-height: 18px;
}

h2 {
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.3;
}

h3 {
    font: bold 20px/22px 'Arial', sans-serif;
    color: #000;
    letter-spacing: normal;
    text-transform: none;
}

h2,
h3 {
    margin: 0 0 15px;
}

.btn {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background: #932439;
    color: #fff;
    font: 14px/18px 'Arial', sans-serif;
    letter-spacing: .6px;
    border: none;
    text-shadow: none;
    margin-bottom: 10px;
    padding: 10px 12px;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.btn-ghost-burgundy {
    background: rgba(255, 255, 255, 0);
    color: #932439;
    font: bold 18px 'Arial', sans-serif;
    margin: 0 7px 10px 0;
    padding: 9px 12px;
    border: 1px solid #932439 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: background .2s;
    transition: background .2s;
}

    .btn-ghost-burgundy:hover,
    .btn-ghost-burgundy:focus {
        background: rgba(0, 0, 0, 0.1);
        color: #932439;
    }

.input-append .add-on:hover {
    background: #6e6e6e;
    color: #fff;
}

form span.required {
    color: #932439;
    font-size: 115%;
    font-weight: bold;
    margin-left: 5px;
}

label,
input,
button,
select,
textarea {
    font: normal 16px/22px 'Arial', sans-serif;
    ;
}

.form-horizontal .control-group {
    margin-bottom: 15px;
}

.form-horizontal .control-label {
    width: 200px;
}

.form-horizontal .controls {
    margin-left: 220px;
}

.input-append .add-on {
    cursor: pointer;
    background-color: #000;
}

.form-horizontal input + .help-block {
    margin-top: 3px;
    font-style: italic;
    font-size: 15px;
}


@media (max-width: 480px) {
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }

    .form-horizontal .controls {
        margin-left: 0;
    }
}

.bg-blue {
    background-color: #006fab;
}

    .bg-blue:not(.disabled):hover,
    .bg-blue:not(.disabled):focus,
    .bg-blue:not(.disabled):active {
        background: #004085;
        color: #fff;
    }
