body { padding-top:102px!important; font-family:Arial, Helvetica, sans-serif; }

.exam.navbar .navbar-brand img { 
    max-height: 50px 
}

a.navbar-brand {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.jumbotron {
    /*background-image: url("../assets/img/jumbotron-tech-bg.jpeg");*/
    background-image: url("../assets/img/red-tech.png");
    background-size: cover;
}

.jumbotron .jumbo-content {
    background: rgba(0,0,0,.7);
    border: 10px solid rgba(0,0,0,.3);
}

.jumbotron h1, .jumbotron p {
    padding:1rem;
}

 .form-signin input[type="password"].certbro-registration { 
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom:-1px;
 }

 .hidden { display:none; }
 .certbro-register-btn { margin-left:12px }

 .important { background:#000; color:yellow; padding:10px; }
 .standout { text-align:center; border:1px solid #1fdb51; background-color:#91f9bc; border-radius:6px; }

 .member-tag { border-radius:3px; padding:3px 2px; background-color:green; color:#fff; }
 .member-container { margin-bottom:6px;}
 .slashed-price {color:red; text-decoration:line-through; font-style:italic;}

 .account-access-row { border-bottom:1px solid #d3d3d3; }