body {
    font-family: monospace;
    min-height: 100%;
    /*background: #f8f8f7 url('https://digitech.cat-sw.com/images/BG.jpg') no-repeat 50% 0;*/
    background: #fff  url(../images/wayak-big.jpg) no-repeat 50% 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    background-size: contain;
}
@media only screen and (max-width: 767px) {
    body {
        background: #fff  url(../images/wayak-big.jpg) no-repeat center;
        background-size: contain;
        height: 50vh !important;
    }
    .row-content{
        padding-top: 72% !important;
    }
}
@media only screen and (max-width: 470px) {
    body {
        background: #fff  url(../images/wayak-mobile.jpg) no-repeat center;
        background-size: contain;
        height: 35vh !important;
    }
}
@media only screen and (max-width: 350px) {
    body {
        background: #fff  url(../images/wayak-mobile.jpg) no-repeat center;
        background-size: contain;
        height: 32vh !important;
    }
}
.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;
}
.row-content{
    padding-top: 20%;
}
/* .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -75%);
} */
.radio-btns{
    margin-top: 25px;
}
.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: #6f004f;
    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;
}


.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;
}

::placeholder{
    font-weight: bold;
    color: #6f004f;
    font-size: 20px;
}

input[type='text']::placeholder,input[type='email']::placeholder{
    color: #fe7600;
}
input[type='text'],input[type='email']{
    color: #6f004f;
    /*border-color: #6f004f;*/
}

input[type="radio"] {
    accent-color: #fe7600 ;
    border-radius: 70%;
    width: 20px;
    height: 20px;
}


.danger {
    border: #ff0000 2px solid;
}
@media print {

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

    .btn {
        display: none;
    }

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