﻿.loginusername {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    /* text-transform: lowercase;*/
    padding: 5px;
    width: auto;
    float: right;
    /*  margin-right: 10px;*/
    height: 27px;
    background: #183153; /* #0889c9;*/
    position: relative;
    min-width: 200px;
}

.login {
    background: #0F6AA8; /* #0889c9;*/
    color: #ffffff;
}

.logout {
    background: #183153; /* #0889c9;*/
    color: #ffffff;
}

.message {
    background: #FFF8DC; /* #0889c9;*/
    color: #ffffff;
}


.loginuser-content-align {
    position: absolute;
    right: 0;
    bottom: 0;
    /* width: 100px; */
    left: 0;
    /* margin-bottom: 10px;*/
}
