.tns-menu {
    display: flex;
    position: relative;
    margin-right: 25px;
}

.btn-login i{
    font-size: 20px;
    color: #03488e;
}


.btn-dropbown {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    font-family: 'PFBagueSansPro-Bold',sans-serif;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: normal;
    color: #03488e;
    width: 24px;
    height: 24px;
    justify-content: center;
    border: 2px solid #03488e;
    border-radius: 50%;
}



.btn-dropbown:hover,
.btn-dropbown:focus{
    color: #03488e;
    text-decoration: none;
    cursor: pointer;
}

.tns-menu .dropdown-menu {
    top: 50px !important;
    left: -45px !important;
    position: absolute !important;
    background-color: #fdc32e;
    border-radius: 0;
    border: 0;
    border-top: 2px solid #03488e;
}

.tns-menu .dropdown-item {
    font-size: 14px;
    line-height: 17px;
    color: #03488e !important;
    font-family: 'PFBagueSansPro-Bold',sans-serif;
    text-transform: uppercase;
}

