.left_col,  .bg-dark, .nav_title{
    background: #1E1E1E;
}

.sidebar-footer, .sidebar-footer a {
    background: #3C3C3C;
}

.sidebar-footer a{
    color:white;
}
.nav_menu{
    background: white;
}

nav a i{
    color: #3C3C3C;
}

nav a i:hover{
    color:#1E1E1E;
}

.content-photo{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.content-photo .photo{
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 150px;
    overflow: hidden;
}
.content-photo .photo img{
    width: 100%;
    height: 100%;
}

.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-content-center{
    align-content: center;
}

.error{
  color: #711C24;
  padding: 0px;
  margin: 0px;
  float: left;;
}

.col-form {
    padding-top: 10px;
}

.img-long{
    width: auto;
    height: auto;
    min-height: 40px;
    min-width: 50px;
    max-height: 50px !important;
    max-width: 100px !important;
}
.text-warning{
    color:yellow !important;
}

.mt-2{
   margin-top: 22px !important;
}