a, a:visited{
    text-decoration: none;
}
a:hover{
    color:orange;
}
.login-form{
    width: 345px;
    margin: auto;
    margin-top: 100px;
}
nav ul{
    list-style: none;
    display: flex;
    flex-direction: row;
}
nav ul.navbar-nav li{
    margin:0px 4px;
}
.progress {
	height: 32px;
}

a.btn {
	margin-bottom: 2px;
}
.bar{
    background:green;
}
.thumbnail{
    width:200px;
}
.td-img{
    /* display: flex; */
    flex-direction: column;
}
.custom-file-label::after {
    color: white !important;
    background-color: #007bff !important;
}
#exampleFormControlFile1{
    padding-left: 56px;
}
#selected-file{
    margin-bottom: 16px;
}
.alert-info {
    background-color: #d1e9f5;
    color: #111;
}
.container-fluid{
    background: white;
    width: 95%;
    padding:0;
    border-radius: 0.5rem;
}
#results {
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
}
