.tb-container {
    padding: 15px;
    padding-top: 20px;
    background-color: transparent;
    border-radius: 6px;
    width: 35%;
    margin: auto;
}

.tb-header div {
    margin: 5px 15px 15px;
}

.jumbotron .tb-title {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #959595;
    color: #000000;
}

.btn-group {
    margin-bottom: 15px;
}

.alert {
    display: none;
}

button.flag {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 1px solid black;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-size: 30px;
    padding: 5px;
}

button.flag:hover {
    opacity: 0.5;
    transition: 0.25s;
}

#password-strength-meter {
    height: 17px;
    width: 100%;
}

#password-strength-meter-label {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 11px;
}

.tb-tooltip {
    position: relative;
}
.tb-tooltip span {
    color: inherit;
}

.tb-tooltip-text {
    visibility: hidden;
    background-color: black;
    color: white;
    position: absolute;
    left: 110%;
    top: 0%;
    opacity: 0.7;
    z-index: 777;
}

.tb-tooltip:hover .tb-tooltip-text {
    visibility: visible;
}

.tb-indicator-required {
    color: #e66446;
    background-color: inherit;
    border: none;
}

.g-recaptcha {
    margin: 15px auto;
}

.password-policy {
    background-color: black;
    opacity: 0.7;
    z-index: 777;
    color: white;
    padding: 5px;
}
.password-policy-row {
    min-width: 250px;
    font-family: monospace;
    font-weight: normal;
    font-size: 12px;
}

.password-policy-row > span {
    padding: 3px;
}

.password-policy-status {
    min-width: 15px;
    padding-left: 5px;
    text-align: center;
}
.status-nok {
    color: #e66446 !important;
}

.status-ok {
    color: #7fba00 !important;
}

.template-link {
    font-weight: bold;
    text-decoration: underline;
}
