#finishRegistration{
    width: 100%;
}

.alert{
    width: 30em;
    position: fixed;
    bottom: 1em;
    right: 1em;
    display:none;
}

.alertText-success {
    color: #4ebf56;
}

.alertText-error{
    color: #e23636;
}

.checkBoxWrapper{
    display:none;
}