﻿/*.top-nav {
    a {
        text-decoration: none;
        font-weight: normal;

        &:hover {
            text-decoration: underline;
        }
    }
}*/
.login-view {
  text-align: right;
  margin-top: 10px;
}
.login-view a {
  font-weight: normal !important;
}
#container_menu ul li a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}