﻿.lnkLogin {
    max-width:100px;
    display:inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.button.btn-hero2 {
    border-radius: 30px;
    font-size: 1em;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding-left: 2.5em;
    padding-right: 2.5em;
    animation-delay: 1s;
}
.button.btn-hero2:hover {
    border-radius: 30px;
    font-size: 1em;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    padding-left: 2.5em;
    padding-right: 2.5em;
    animation-delay: 1s;
}