.dnnFormItem input[type="text"]
{
    width:100% !important;
}
#disclaimer.show {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

#disclaimer .modal-dialog {
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
}

#disclaimer .modal-body {
    display: flex;
    justify-content: end;
    padding: 0;
    font-size: larger;
    color: white;
    filter: drop-shadow(-10px 3px 15px black);
}

#disclaimer .body-clip {
    display: flex;
    clip-path: polygon(40% 0, 101% 0, 101% 101%, 52% 101%, 40% 0);
    background-color: #00783D;
    padding: 4%;
    justify-content: end;
}

#disclaimer .modal-logo {
    width: 45%;
    position: absolute;
    top: 42%;
    left: 10%;
}

#disclaimer .modal-logo img {
    width: 50%;
    height: 50%;
}

#disclaimer .modal-text {
    width: 50%;
    text-align: right;
    padding-left: 3%;
}

#disclaimer .modal-text .text-high {
    font-weight: 600;
    text-decoration: underline;
}

#disclaimer .modal-text button {
    color: white;
    background-color: #00783D;
    padding: 1% 4%;
    border-color: white;
    outline: none;
}

#disclaimer .modal-text button:disabled {
    pointer-events: none;
    opacity: 0.5;
}

#disclaimer .modal-text button:hover {
    background-color: #87C668;
}

#disclaimer .modal-text label {
    font-size: smaller;
    text-align: justify;
    margin-left: 5%;
}

#disclaimer .modal-text .checkbox-container {
    display: flex;
    align-items: start;
}
