div.sl-avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    border: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 5px;
}

div.sl-username-text {
    color: #8E9297;
    font-weight: normal;
    font-size: 16px;
    font-family: "Roboto";
    position: absolute;
    left: 50px;
    top: 10px;
    text-transform: capitalize;

}

div.sl-smalltext {
    color: #8E9297;
    font-size: 12px;
    font-family: "Roboto Condensed";
    position: absolute;
    left: 50px;
    top: 27.5px;
    text-transform: capitalize; 
}

div.sl-logout {
    border: solid 2.5px crimson;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    text-decoration: none;
}

div.sl-logout::after {
    content: "\2192";
    color: crimson;
    line-height: 23.25px;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 30px;
    font-size: 25px;
}

div.sl-logout::before {
    position: absolute;
    height: 15px;
    width: 5px;
    border: none;
    background-color: #23272A;
    content: '';
    left: 25px;
    top: 5.5px;
}

div.sl-login-button {
    border: solid 2.5px mediumspringgreen;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    text-decoration: none;
}

div.sl-login-button::after {
    content: "\2192";
    color: mediumspringgreen;
    line-height: 23.25px;
    font-weight: bolder;
    text-align: left;
    position: absolute;
    left: -5px;
    top: 0px;
    height: 30px;
    width: 30px;
    font-size: 25px;
}

div.sl-login-button::before {
    position: absolute;
    height: 15px;
    width: 5px;
    border: none;
    background-color: #23272A;
    content: '';
    left: -5px;
    top: 5.5px;
}