﻿#admin_checkbox_label {
    width: auto;
    height: 22px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(16, 16, 16, 0.87);
    margin-bottom: 5px;
}

#field_label {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(16, 16, 16, 0.87);
    margin-bottom:5px;
}

#checked_label {
    width: 45.1px;
    height: 19px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3ab5b0;
}

#unchecked_label {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #bdbdbd;
}

#form_panel {
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.12);
    padding: 2em;
}

#form_title {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--color-form-title) !important;
    margin-left:auto;
    margin-right:auto;
}

.margin_button{
    margin-bottom:3em;
}

.width_obj{
    width:25em;
}


