body {
    font-family: monospace;
    min-height: 100%;
    background-size: cover;
    background: #f8f8f7 url('https://digitech.cat-sw.com/images/BG.jpg') no-repeat 50% 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
}
.logo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px; /* adjust height to fit your logos */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; /* adjust padding as needed */
}

.logo-wrapper img {
    height: 100%;
    max-width: 100%;
}

.logo-wrapper img:first-child {
    position: absolute;
    left: 40px; /* adjust left positioning as needed */
    top: 40px;
}

.logo-wrapper img:last-child {
    position: absolute;
    right: 40px; /* adjust right positioning as needed */
    top: 40px;
}
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
::placeholder{
    font-weight: bold;
    color: #031250;
    font-size: 20px;
}
.slogan {
    padding-bottom: 50px;
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
    /*body {*/
    /*    font-family: monospace;*/
    /*    min-height: 100%;*/
    /*    !* background-position: center; *!*/
    /*    background: #f8f8f7 url(./BG_900px.jpg) no-repeat 50% 0;*/
    /*    background-size: cover;*/
    /*    width: 100%;*/
    /*}*/

    /*.container {*/
    /*    background: url(./BG_900px.jpg) no-repeat;*/
    /*    background-size: 100% 100%;*/
    /*    width: 100%;*/
    /*    height: 100vh;*/
    /*}*/
    .mainContainer {
        display: block;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 45% !important;
        left: 35% !important;
    }
}

.mainContainer {
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 45%;
    left: 19%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
}
.btnSave {
    padding-top: 20px;
}
#btnSaveSign {
    color: #fff;
    background: #47abdb;
    padding: 4px;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#signArea {
    max-width: 600px;
    width: 100%;
    margin: 10px 10px;
}

.sign-container {
    width: 60%;
    margin: auto;
}

.p-25 {
    padding: 27px 0;
}

.sign-preview {
    width: 150px;
    height: 50px;
    border: solid 1px #CFCFCF;
    margin: 10px 5px;
}

.tag-ingo {
    font-family: cursive;
    font-size: 12px;
    text-align: left;
    font-style: oblique;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: bold;
    cursor: pointer;
    font-size: 11px;
}

.danger {
    border: red 2px solid;
}

.coloRed {
    color: darkred;
}

.consent {
    color: #555;
    font-size: 12px;
    padding-top: 7px;
    padding-left: 20px;
    border-top: #555 solid 1px;
}

#subs-content {
    padding-left: 40px;
}

@media print {

    body,
    container {
        padding: 0 !important;
        margin: 0 !important;
    }

    .btn {
        display: none;
    }

    .form-control {
        border-bottom: 1px;
    }
}