.max-width {
    width: 100%;
}

.text-dominio-da-verificare {
    font-weight: bold;
    padding-bottom: 3px !important;
    margin-left: 1px !important;
    color: white;
}

.queryErrorDiv {
    padding: 10px;
    margin: 20px 10px 0px 20px;
    border: 2px solid red;
    background-color: rgba(255, 0, 0, 0.9);
    text-align: center;
    font-weight: bold;
}

#errorText {
    padding: 0px;
    margin-top: 12px;
}

.comtelLogo {
    width: 100px; 
    height:25px; 
    margin-top: 5px;
    margin-left: 3px;
}

.poweredBy {
    color: black;
}

.poweredBy:hover {
    color: black;
    text-decoration: none;
}

button {
    min-width: 87px;
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: RoyalBlue;
}

body {
    height: 100%;
    background: linear-gradient(180deg, rgba(12,7,93,1) 25%, rgba(135,144,148,1) 88%, rgba(255,255,255,1) 100%); 
}

input {
    min-width: 350px;
}


.full-width-container {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
}

input.txt-bx {
    text-align: center;
}

@media screen and (min-width: 600px) {
    div.centered-container {
        width: 70%;
        min-width: 500px;
        max-width: 1000px;
        margin: 0px 5px 0px 5px;
    }
    div.input-zone-container {
        width: 100%; 
        display: flex;
        flex-wrap: wrap;
    }
    input.txt-bx {
        width: 75%;
        min-height: 36px;
    }
    div.btn-cont {
        width: 20%;
    }
    button.searchBTN {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    div.centered-container {
        width: 100%;
        min-width: 250px;
        max-width: 1000px;
        margin: 0px 5px 0px 5px;
    }
    div.input-zone-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    input.txt-bx {
        width: 100%;
        min-height: 36px;
    }
    div.btn-cont {
        width: 100%;
        display: flex;
        justify-content: end;
        margin-top: 3px;
    }
    button.searchBTN {
        width: 25%;
        min-width: 102px;
    }
}