.form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
label {
    display: inline-block;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.input-icon {
    position: relative;
}
.icon-login {
    position: absolute;
    top: 10px;
    left: 1px;
    width: 32px;
    text-align: center;
    border-right: 1px solid #8692A6;
    height: 20px;
    line-height: 21px;
    font-size: 14px;
    color: #113950;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.btn-primary {
    background: #07CFAA;
    color: #fff;
    cursor: pointer;
}
.btn-primary:hover {
    background: #07CFAA;
    color: #fff;
    border-color: #07CFAA;
}
a {
    color: black;
    text-decoration: underline;
}
a:hover{
    color: #07CFAA;
}

.btn:focus:not([disabled]):not(.disabled) {
    border-color: rgb(7,207,170, 0.10);
    box-shadow: 0 0 0 0.25rem rgb(7,207,170, 0.25);
}
.form-check-input:focus {
    background-color: #07CFAA;
    border-color: rgb(7,207,170, 0.10);
    box-shadow: 0 0 0 0.25rem rgb(7,207,170, 0.25);
}
.form-check-input:checked{
    background-color: #07CFAA;
    border-color: rgb(7,207,170, 0.10);
}
.form-control:focus{
    color: inherit;
    background-color: #fdfdfd;
    border-color: rgb(7,207,170, 0.10);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(7,207,170, 0.25);
}
::selection{
    background-color: #07cfaa9c;
}
.alert-title{
    color: #07CFAA;
}
.alert-warning{
    --tblr-alert-color:#ff0000ab;
}

.container {
    background-color: white;
}
.container-logo{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.logo-sm{
    padding-top: 1.5rem !important;
    text-align: center;
}
@media (min-width: 768px){
    .logo-sm {
        display: none!important;
    }
}
.logo-footer {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: -1;
    display: none;
}

@media (min-width: 768px){
    .logo-footer {
        display: block;
    }
}
.container-inputs {
    margin: 0 auto;
    max-width: 30rem;
    float: right;
    margin-top: 15rem;
}
.fw-700 {
    font-weight: 700;
    color: #07CFAA;
}
.title {
    margin: 0 !important;
    font-size: 25px;
    line-height: 25px;
    padding-top: 15px;
}

/* -------------------------------------------- */

.image-container {
    position: relative;
}

.base-image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 70px;
}

.submit{
    background-color: black;
    color: #07CFAA;
    border-radius: 20px;
}
.container-login{
    overflow-x: hidden;
}
.inputs-container{
    padding: 60px;
    padding-top: 170px;
    background-color: white;
}
@media (max-width: 995px) {
    .inputs-container{
        padding: 20px;
        padding-top: 100px;
    }
    #presentation{
        display: none;
    }
    .container-password{
        background-color: red;
        background-image: none;
    }
}
.logo-tic{
    max-width: 45% !important;
}
.container-password{
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-image: url("/pics/back_password.png");
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-container {
    max-width: 400px;
    width: 100%;
}
.inputs-password{
    background-color: black;
    border-color: #07CFAA;
    border-radius: 20px;
}
.container-password .btn-primary{
    background-color: #07CFAA;
    color: black;
}

.container-password a {
    color: #07CFAA;
}

.justify-password{
    text-align: justify;
}
@media (max-width: 995px) {
    .container-password{
        background-color: black;
        background-image: none;
    }
    .form-container{
        margin: 30px;
    }
}