.camera-picture-box {
    display: none;
}

.camera-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.editform{
    text-align: center;
}

#errorMessages{
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 56px;
    border-radius: 0;
}

.badge {
    font-size: 100% !important;
}