@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700|Lato:100,300,400);

html {
    height: 100%;
}

body {
    background: url('https://cdn.n2g-dev.net/iona/login_portal/images/login_background_3.png') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.blue {
    color: #447FC8;
}

img {
    max-width: 50%;
    max-height: 50%;
}

.btn-black {
    box-shadow: none;
    padding: 5px 20px;
    background: #222222 none;
    color: white;
    text-shadow: none;
}

.btn-black:hover {
    background: #333333;
    color: white;
}

.navbar .brand {
    margin-top: 20px;
    padding-bottom: 8px;
    max-height: 40px;
    width: auto;
}

.navbar .navbar-inner {
    height: 80px;
    background: white;
    filter: none;
}

.navbar .nav {
    margin-top: 20px;
}

.navbar .nav > li > a {
    padding: 10px 10px 11px;
    color: #333333;
    text-shadow: none;
}

.navbar .nav > li > a:hover {
    color: #111111;
}

.navbar .nav > li.active > a {
    background: none;
    color: #111111;
}

.navbar .nav > li.active > a:hover {
    background: none;
    color: #111111;
}

#login-wrapper {
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    padding: 25px;
    width: 420px;
    background: white;
    text-align: center;
}

.login-form legend {
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.login-form .body {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.login-form label {
    display: block;
}

.login-form .footer {
    margin-top: 15px;
}

.redirecturl {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.boxcontent {
    height: 120px
}

.session {
    font-size: 11px;
    padding-top: 10px;
}

.loggedin {
    font-size: 15px;
    font-weight: bold;
}

.login-form .footer .checkbox.inline {
    display: inline;
}

.login-form .footer .checkbox.inline input[type="checkbox"] {
    float: none;
    margin-top: -4px;
}

.login-form .footer .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 15px;
    padding: 7px 25px;
    background-image: none;
}

#register-wrapper {
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    margin-top: 25px;
    margin-bottom: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: white;
    text-align: center;
}

#register-form {
    margin: 0 auto;
    width: 350px;
}

#register-form .control-inline {
    display: inline-block;
}

#register-form legend {
    margin-bottom: 15px;
    border-bottom: none;
}

#register-form input.input-huge {
    width: 318px;
}

#register-form .control-group {
    margin-bottom: 0;
}

#register-form .checkbox.inline {
    margin-bottom: 10px;
    padding: 0;
    font-size: 98%;
}

#register-form .checkbox.inline input {
    margin-right: 10px;
}

#register-form .body {
    overflow-y: auto;
    height: auto;
}

#register-form .btn {
    padding: 10px 40px;
    background-image: none;
    box-shadow: none;
}

.register-info-wrapper {
    background: rgba(0, 0, 0, 0.2);
}

#register-info {
    position: relative;
    padding: 25px;
}

#register-info ul {
    margin-right: 25px;
}

#register-info ul li {
    margin-bottom: 25px;
}

footer.white {
    padding-top: 20px;
    height: 50px;
    background: white;
    text-align: center;
}

.navbar {
    font-family: Calibri, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.login-form legend,
#register-form legend {
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #333333;
    -webkit-font-smoothing: subpixel-antialiased;
}

.login-form label,
#register-form label {
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    font-weight: 300;
}

input {
    width: 206px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 4px 6px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear .2s, box-shadow linear .2s;
}

input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.login-form label.errorlabel {
    color: #FF0000;
}

#register-info h1 {
    font-size: 42px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    line-height: 55px;
    font-weight: 700;
    text-align: right;
    padding-bottom: 50px;
    color: white;
}

#register-info ul {
    text-align: right;
    color: white;
    font-size: 24px;
    font-family: "Calibri", Arial, Helvetica, sans-serif;
}

footer.navbar-fixed-bottom {
    font-size: 16px;
    font-family: "Calibri", Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-weight: 400;
}

@media (max-width: 980px) {
    .navbar {
        height: auto;
        margin-bottom: 0;
    }

    .navbar .brand {
        margin-top: 0;
    }

    .navbar .navbar-inner {
        height: auto;
    }

    .navbar .nav > li > a:hover {
        color: white;
    }
}

@media (max-width: 495px) {
    #register-form {
        width: auto;
    }

    #register-form .control-inline {
        display: block;
    }

    #register-form input {
        display: block;
        margin: 0 auto;
    }

    #register-form input.input-huge, #register-form input.input-medium {
        width: auto;
        display: block;
    }

    #register-form .btn {
        display: block;
        margin: 0 auto;
    }
}
