body {
    font-family: RedHat, arial, sans-serif;
}
.background-brand {
    background: linear-gradient(180deg, #eaeadd, #fee8b2);
}
.Security [type="submit"] {
    font-size: 1rem!important;
    font-weight: 600;
    color: #fff;
    padding: 0 18px;
    border-style: solid!important;
    border-width: 3px!important;
    border-radius: 6px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    background-color: #000;
    border-color: #000!important;
}
.Security [type="submit"]:hover {
    color: #000!important;
    background-color: transparent;
}


.field {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    text-transform: uppercase;
}

#ForgotPassword {
    margin-top: 24px;
}

@media screen and (min-width: 0) {
    #ForgotPassword a {
        font-size: 16px!important;
    }
    label {
        font-size: 13px!important;
    }
}

@media screen and (min-width: 1200px) {
    #ForgotPassword a {
        font-size: 18px!important;
    }
    label {
        font-size: 15px!important;
    }
}

.dropzone-holder {
    color: #000;
}
.dropzone-holder p {
    margin: 0;
    padding:0;
    white-space: normal;
}


.field.fileattachment {
    padding: 10px;
    margin: 0;
}


.dropzone-holder p {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (min-width: 800px) {
    .dropzone-holder p {
        font-size: 1.5rem;
    }
    .field.fileattachment {
        min-width: 50%;
        flex: 1;
    }
}

.fileattachment ul.file-attachment-field-previews .overlay,
.fileattachment ul.file-attachment-field-previews.grid .overlay {
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    display: none;
}
.fileattachment ul.file-attachment-field-previews {
    position: absolute;
    width: calc( 100% - 2rem );
    top: 0;
    padding: 1rem 0;
    height: 100%;
    pointer-events: none;
}
.dropzone-holder {
    border-radius: 1em !important;
    border-width: 3px !important;
}
.fileattachment ul.file-attachment-field-previews li {
    line-height: initial !important;
}
.fileattachment ul.file-attachment-field-previews.list li {
    display: flex;
    max-width: none !important;
    border: 0;
    margin-bottom: 0 !important;
    background: white;
    height: 100% !important;
    pointer-events: all;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
.fileattachment ul.file-attachment-field-previews .file-meta {
    max-width: none !important;
    font-size: 1.3rem !important;
    flex: 1;
}
.fileattachment ul.file-attachment-field-previews .dropzone-action {
    height: auto !important;
    width: auto !important;
}
.fileattachment ul.file-attachment-field-previews .dropzone-actions {
    position: initial !important;
}
.fileattachment ul.file-attachment-field-previews .file-progress {
    float: left;
}
.fileattachment ul.file-attachment-field-previews.list li.removed {
    display: none;
}

@media screen and (max-width: 1200px) {
    /* .dropzone-holder {
        min-height: 126px !important;
    } */
    .fileattachment ul.file-attachment-field-previews .file-meta {
        font-size: 1rem !important;
    }
    .fileattachment ul.file-attachment-field-previews.list li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .fileattachment ul.file-attachment-field-previews.list li > span {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .fileattachment .file-meta.file-size {
        display: none !important;
    }
}
.fileattachment ul.file-attachment-field-previews .file-progress-holder {
    display: block;
    text-align: left;
    padding-left: 13px;
}
.fileattachment ul.file-attachment-field-previews .success .file-progress-holder {
    display: none;
}
.fileattachment ul.file-attachment-field-previews .file-progress-wrap {
    width: 90% !important;
    margin-top: 1rem;
}

#Form_UploadForm [type="submit"] {
    font-size: 20px;
}
#Form_UploadForm fieldset {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}
@media screen and (min-width: 800px) {
    #Form_UploadForm fieldset {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
#Form_UploadForm .btn-toolbar {
    padding: 0 10px;
}
.fileattachment .form__field-label {
    font-size: 18px !important;
    font-weight: bold;
    text-transform: none;
}

.dropzone-select {
    display: inline-block !important;
    border: 3px solid black !important;
    font-weight: 600;
    font-size: 20px;
    color: black !important;
    border-radius: 6px;
    height: 43px;
    line-height: 38px;
    padding: 0 18px;
    align-items: center;
    opacity: 1;
}
.dropzone-select:hover {
    background: #000 !important;
    color: white !important;
}

.multicolumn .fieldgroup {
    display: flex;
    gap: 8px;
}

.multicolumn .fieldgroup .fieldgroup-field {
    flex: 1;
}
.login-form__content, .Security .message {
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 14px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
}
.login-form__content p:last-child {
    margin-bottom: 0;
}

.Security .message.bad {
    background-color: #f8d7da;
    border-color: #ff6978;
}
