input[type=text],[type=password], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.submit1 {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    width: 150px;
    height: 40px;
}

#nuovosito {
    margin-bottom: 20px;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-sx {
    float: left;
    width: 17%;
}

.col-centro {
    float: left;
    width: 80%;
    margin-top: 6px;
}

.col-dx {
    float: right;
    width: 8%;
    margin-top: 6px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (min-width: 501px) {
    .notifica, .notifica2 {
        margin: auto;
        position: absolute;
        top: 50%;
        left: 40%;
        right: 40%;
    }
}

@media (min-width: 301px) and (max-width: 500px) {
    .notifica, .notifica2 {
        margin: auto;
        position: absolute;
        top: 50%;
        left: 20%;
    }    
}

@media (max-width: 300px) {
    .notifica, .notifica2 {
        margin: auto;
        position: absolute;
    }    
}


@media (max-width: 800px) {
        .col-sx, .col-centro, col-dx {
          width: 100%;
          margin-top: 0;       
    }
    .submit1 {
        min-width: 100px;
    }   
}

h1, h2 {
    text-align: center;
}

#esci, #home {   
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;   
    top: 10px;
}

#esci {
    background-color: #4CAF50;
    right: 10px;
}

#home {
    background-color: cornflowerblue;
    left: 10px;
}

.informazione {
    position: absolute;
    top: 0%;
}

.DatiSito {
    height: 30%;
    margin-bottom: 20px;
}

.aprimodcancsito {
    color: white;
    padding: 8px 10px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin: 2px 0px;
    width: 55px;
    height: 30px;
}

#urlsito {
    background-color: #4CAF50;
}

#modificasito {
    background-color: darkmagenta;
}

#cancellasito {
    background-color: crimson;
}

.notifica {
    display: block;
    width: 250px;
    border-radius: 30px;
    background-color: beige;
    position: fixed;
    top: 30%;  
    text-align: center;
    line-height: 200%;
    color: brown;
}

.notifica2 {
    display: none;
    width: 250px;
    height: 130px;
    border-radius: 30px;
    background-color: beige;
    text-align: center;
    line-height: 200%;
    color: brown;
    position: fixed;
    top: 30%;
}

.labelnotifica {
    margin-left: 10px;
    text-align: center;
}

.modificasito {
    display: none;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

#nuovapswnoncorrisponde {
    height: 120px;
}