/* import chosen colour scheme here */
@import url("sea-green.css?rev=1.62");

.navbar-brand {
    padding: 3px 15px 1px;
}
.navbar-brand-logo {
    width:227px;
    height:45px;
}

.navbar-brand-text {
    display:none;
}

.login_orb_outer {
    position: relative;
    width: 358px;
    height: 342px;
    background-image: url(../images/login_orb.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
}
.login_orb_inner {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 215px;
    height: 205px;
    padding-top: 25px;
}
a.login-help {
    color:#01615a;
    font-weight: normal;
}
.login-text {
    font-size: 16px;
}
.login-welcome {
    font-size: 20px;
    margin-top:0;
}