.navbar-header > .navbar-brand {padding-top:0px; height:90px;}
.container .page-header {margin-top:100px;}

.prepaid_info { display: none; }

.login_note { text-align: center; font-size: 14px !important; margin: 0 !important; padding: 0;}

.alert {
    font-weight: bold;
    font-size: 18px;
}

td.payment_type {
    font-weight: bold;
    font-size: 120%;
}

.register-login .jumbotron {
    padding-bottom:24px;
}

.text-primary-darker {
    color: #316DAB;
}
.font-bold {
    font-weight: bold;
}
.text-underline {
    text-decoration: underline;
}

.password-wrapper
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.password-wrapper > input{
    width: 100%;
    width: calc(100% - 34px);
    background-image: none !important;
}

.password-wrapper > button
{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
    outline: none; 
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-tap-highlight-color: rgba(255, 255, 255, 0);
    -o-tap-highlight-color: rgba(255, 255, 255, 0);
    tap-highlight-color: rgba(255, 255, 255, 0);

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.password-wrapper > input:focus ~ button{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0 0 rgba(0,0,0,0.0), 0 0 8px rgba(102, 175, 233, .6);
}

.password-wrapper > input[type="password"] ~ button:before{
    content: "\e106";
}

.password-wrapper > input[type="text"] ~ button:before{
    content: "\e105";
}