.lbl-assign {
    display: inline-block;
}

h2.lbl-assign {
    margin-bottom: 0;
}

.btn-assign {
    margin: 0 20px;
}

.btn-toggle-password {
    position: relative;
    float: right;
    top: -26px;
    right: 11px;
    font-size: large;
    cursor: pointer;
}

span.logged-in-tag {
    font-style: italic;
    color: #aaa;
    margin-left: 10px;
    font-weight: 100;
    font-family: monospace;
}

.card {
    margin-bottom: 10px !important;
}

div.password-warning {
    background-color: #f3f3f3;
    color: #f00;
    padding: 20px;
    font-size: 13px;
    font-weight: 400 !important;
    font-family: sans-serif !important;
    letter-spacing: 0.1rem;
    border-radius: 5px;
    display: inline;
    margin: 0 15px;
}

div.password-warning .errormsg {
    background-color: #ff0;
    padding: 12px;
    font-weight: 600;
}

div.password-warning a {
    color: #00f;
    text-decoration: underline;
}

.btn-module {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: none;
    background-color: transparent;
}

.uuid-tag {
    border: 1px dotted #ccc;
    padding: 5px;
    border-radius: 5px;
    /* background-color: #a7a7a7; */
    color: #a9a9a9;
    font-family: monospace;
    font-weight: 100;
}


span.expired-dte {
    font-size: 0.68rem;
    vertical-align: bottom;
    margin-left: 6px;
    /* font-style: italic; */
    font-family: monospace;
    letter-spacing: 0.1em;
    color: #ff1818;
    background-color: #fffdfd;
    display: inline-block;
    border-radius: 5px;
    border-color: #989898;
    border: 1px dotted #989898;
    padding: 5px 10px;
    margin: 3px -1px 0;
    display: block;
}

.btn-module:not(.btn-disabled):hover {
    background-color: #82849f;
    color: #fff;
}

.btn-default {
    border:1px solid gray;
}

.icon-pwd-msg,
.icon-pwd-msg-close {
    position: relative;
    top: -8px;
    margin-left: 20px;
    margin-right: -17px;
    font-size: x-large;
    color: #bbb;
}

.icon-pwd-msg-close:hover {
    cursor: pointer;
    color: #000;
}

.main-placeholder {
    padding:25px;
}

span.red-asterik {
    color:red;
}