html {
    font-size: 16px;
}

body {
    background-color: #f5f5f5;
    color: #232323de;
    font-size: 14px;
}

h1 {
    font-size: 5.25rem !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    text-align: center !important;
    margin: 0 !important;
    margin-bottom: 1rem !important;
}

h2 {
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

h6 {
    font-size: 0.87rem;
    font-weight: 500;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.login-content {
    background: #252829;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 #25282a4d;
    margin: 3rem .5rem .5rem;
    min-width: min(calc(100% - 1rem), 37rem);
    max-width: min(calc(100% - 1rem), 37rem);
}

.login-content.responsive {
    max-width: none;
}

.login-header {
    background-color: #0f4c81;
    color: #fff;
    width: 5rem;
    height: 5rem;
    margin: -2.5rem auto 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.25rem;
}

.login-body {
    margin: 1rem 2.25rem;
}

.login-body form {
    margin-bottom: 0 !important;
}

.login-body .login-title {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 1rem;
}

.login-footer {
    padding: .7rem 0;
    border-top: 1px solid rgba(0,0,0,.125);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-body form {
    /*margin-top: 1.4rem;*/
}

.label_small {
    color: #efefef !important;
    font-size: 12px;
    user-select: none;
}

.label_small i {
    margin-right: 0.5rem;
}

.hr-ou {
    padding-top: 10px;
    display: flex;
    align-items: center;
    text-align: center;
}
.hr-ou span {
    padding: 0 10px;
}

.hr-ou hr {
    flex: 1;
}

.btn-primary {
    margin-top: 1em;
    background: #0f4c81 !important;
    color: #efefef !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary:hover, .btn-primary:focus {
    background: #06345d !important;
    transition: .3s;
}

ul.causas {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

ul.causas > li {
    margin-bottom: 3px;
}

#tableConveniada > thead > tr > th {
    border-top: 0;
    background: #144c81;
    border-color: rgba(255,255,255,.1);
    color: #efefef;
    font-size: 13px;
}

#tableConveniada > tbody > tr > td {
    border-top: 0;
    background: #25282a;
    border-color: rgba(255,255,255,.1);
    color: #979797;
    font-size: 12px;
}

#tableConveniada > tbody > tr.info > td {
    background: #171717;
    border-color: rgba(255,255,255,.1);
}

#tableConveniada > tbody > tr:hover td, #tableConveniada > tbody > tr:focus td {
    cursor: pointer;
    color: #FFF;
    background: rgba(20, 76, 129, 0.9);
}

#lsimplificado .login-usuarios th{
    padding: 0 22px !important;
    line-height: 40px;
}