.SignIn {
    border: 1px solid white;
    background-color: #555;
    color: white;
    border-radius: 4px 4px 4px 4px;
    min-width: 100px;
    min-height: 35px;
}

.SignOut{
    border: 1px solid white;
    background-color: #c63f3f;
    color: white;
    border-radius: 4px 4px 4px 4px;
    min-width: 100px;
    min-height: 35px;
    
}

.SignIn img {

    float: left;
    height: 20px;
    width: 20px;
}