.mijn-button{
    position: absolute;
    top: 0;
    margin-top: 0px;
    right: 0;
    font-weight: bold;
    color: white;
    padding: 12px;
    text-decoration: none;
    background-color: #33006D;
    border-radius: 0px 0px 5px 5px;
}
#top-top{
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
}
.mijn-button a:hover {
        text-decoration: underline;
}
.mijn-button .fa-lock{
    color: #fff;
    margin-right: 10px;
    font-size: inherit;
    background-color: #33006D;
    float: left;
}
a.mijn-button:before{
    font-family: FontAwesome;
    content: "\f023";
    padding-right: 10px;
}  

.fa-lock:before {
    font-family: FontAwesome;
    content: "\f023";
}
.container-top {
    width: 96%;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}
