html{
    font-family: 'Open Sans', sans-serif !important;
}
body{
    margin-top: 90px;
}
.navbar{
    font-size: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-bottom-color: #1B989D;
    border-bottom-width: thin;
    
}
.nav-link{
    color: #1B989D !important;
}
.nav-link:hover{

}
.nav-item.active{
    
}
.img-dropdown{
    width: 30px;
    height: 30px;
}

.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
}
.brand-content{
    width: 150px;
    color: white;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    background-color: white;
    background-color: #1B989D !important;
}
.dropdown-icons{
    color:#1B989D;
}
.user-image{
    width: 120px;
    height: 120px;
    border-style: solid;
    border-radius: 50%;
    border-width: thin;
    
    border-color: #00FF95;
    transition: all 0.4s;
}
.user-image:hover{
    border-width: thick;
}
.dropdown-item:active{
    background-color: white !important;
    color:black;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: white !important;
}
@media(min-width:992px){
    .dropdown-menu.user-dropdown{
        min-width: 350px !important;
        font-size: 16px;
    }
    .user-image{
        width: 120px;
        height: 120px;
        padding: 1.2%;
    }
}
@media(max-width:992px){
    .user-image{
        width: 60px;
        height: 60px;   
        padding: 0.3%;
    }
}
.content-center{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.div-1{
    padding-top: 15% !important;
}
.spa-login{
    color: #1B989D;
}
.btn-login{
    color: white;
    background-color: #1B989D;
}
.btn-login:hover{
    color: white;
}