.mb-3 {
    box-shadow: 0px 15px 10px -15px #11111161;
    padding: 15px;
}

.imogo {
    padding-left: 10px !important;
}

.log-sess {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
}

.btn-temp2 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    color: #00193A;
    border: 1px solid #00193A;
    border-radius: 5px;
    width: 120px;
    padding: 10px;
    background-color: white;
    transition: all .3s ease-in-out;
}

.btn-temp2:hover {
    background-color: #00193A;
    color: white !important;
    cursor: pointer;
    box-shadow: 1px 1px 8px 2px #80808363;
}

.btn-temp2:focus {
    color: #00193A !important;
}