.messaggi {
    width: 40%;
    margin-left: 5px;
    float: left;
    display:none;
    }

form{
    
}
label{
	margin:0;
	padding:0;
	padding-top:10px;
}
input{
	padding:0;
}
input[type="text"], input[type="password"]{
	padding:5px;
	font-size:14px;
	border:1px solid #CCC;
	border-radius:3px;
    text-align:center;
    margin:10px 0;
    width:100px;
}
input[type="text"]:focus, input[type="password"]:focus{
	border-color:rgba(82, 168, 236, 0.8);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}
input[type="submit"]{
	font-size:16px;
	padding:6px;
	width:100px;
	cursor:pointer;
}

label#username, label#password {
    padding:15px 0 15px 0;
    color:black;
    text-transform: capitalize;
    font-size:18px;
}

.box-input {
    width:150px;
    margin:10px auto;
}

#container-form {
    background:rgba(229, 224, 224, 0.9);
    width:200px;
    float:right;
    border-radius:10px;
    margin:20px 240px 0 0;
    padding:10px;
}

#table-form {
    width:700px;
    height:250px;
    margin:auto;
    background:rgba(229, 224, 224, 0.76);
    border-radius:10px;
    padding: 20px;
    text-align:center;
    background:transparent;
}

.login {
        width:100%; 
        height:300px ;
        margin:auto;
        margin-top: 10%;
        padding:0; 
        text-align:center; 
        visibility: visible; 
        font-size: 1.0em;
        background-image: url("fb_login.png");
        background-repeat:no-repeat;
        background-position: center center;
}

:root {
  --dark: #34495E;
  --light: #ffffff;
  --success: #0ABF30;
  --error: #E24D4C;
  --warning: #E9BD0C;
  --info: #3498DB;
  --loading: black;
}

#message-box {
    background:rgba(229, 224, 224, 1);
    background-color: whitesmoke;
    width:250px;
    border-radius:4px;
    margin:auto;
    margin-top: 20px;
    display: none;
    width: 300px;
    color:black;
    padding: 8px 17px;
}

#message-box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    margin: auto;
}

#message-box-container.error {
    color: var(--error);
}
#message-box-container.loading {
    color: var(--loading);
}

#message-box > div > i {
    font-size: 1.75rem;
}

#message-box > div > span {
    font-size: 1.07rem;
    margin-left: 12px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:0px;
}

#message-box-icon {
    font-size: 30px;
    background-color: yellow;
}

#message-box-text {
    background-color: yellowgreen;
    text-align: center;
    vertical-align: middle;
}

/*** Custom Message Box ***/
#custom-message-box {
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background: #18121f;
    z-index: 100;
    display: flex;
}

#custom-message-box > div {
    width: 90%;
    margin: auto;
}

#custom-message-box h1 {
    font-size: 3rem;
    margin: 30px 0;
}

#custom-message-box p {
    font-size: 1.2rem;
    margin: 10px 0;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}

#custom-message-box p.title {
    font-size: 2.5rem;
    margin: 30px 0;
    line-height: initial;
    text-align: center;
}

#button-continua {
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    background-color: #E9BD0C;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}

#table-form > h1 {
    color: rebeccapurple;
}

@media only screen and (max-width: 320px){
    
}

@media only screen and (max-width: 768px){
    
    form {
        text-align:center;
        width:100%;
        padding-top:30px;
    }
    
    table {
        width:30%;
        margin:auto;
        margin-right:30%;
    }
    
    #table-form {
        width:250px;
        height:250px;
        margin:auto;
        background:rgba(229, 224, 224, 0.76);
        border-radius:10px;
        padding: 20px;
        text-align:center;
        background:transparent;
    }
    
    #container-form {
        background:rgba(229, 224, 224, 0.9);
        width:200px;
        float:none;
        border-radius:10px;
        margin:0;
        margin:auto;
        padding:10px;
    }
    
    input[type="text"], input[type="password"]{
        padding:5px;
        font-size:14px;
        margin:5px 0;
        width:100px;
    }
    
    label#username, label#password {
        padding:8px 0;
        color:black;
        font-size:18px;
    }
    
    .logo {
        float:none;
        display:none;
    }

    img {max-width: 100px; margin-top: 10px}

    /* css della pagina login.html*/
    .login {
        width:100%; 
        height:370px;
        margin-top: 10%;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
        padding:0; 
        text-align:center; 
        visibility: visible; 
        font-size: 1.0em;
        background-repeat:no-repeat;

    }

    .ins {
        margin-top: 40%;
        padding:20px;

    }
    .user{
        margin-bottom: 10px
    }

    .bottonemaps { width:45%; height:100px ;  float: left; display:inline; margin: 5px;
        padding:5px; text-align:center; visibility: visible; font-size: 1.0em;
        background-image: url("../image/maps.png");
        background-position: center;
        background-repeat:no-repeat;
        background-color: #b0b0b0;

        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        border-radius:10px;
        box-shadow: 3px 3px 3px #f2f0e4;
    }

    input[type="text"], input[type="password"] {
        margin-right: 0;
        display: inline-block;
        display:inline;
        clear:both;
        font-size:19px;
    }
    
    input[type="submit"] {
        font-size:18px;
        width:auto;
        padding:5px 25px;
    }
    
    label {
        display:none;
    }
    
    label#username, label#password {
        display: inline-block;
        margin-bottom: 10px;
        margin-right:8px;
        font-size:19px;
    }
/*fine*/
}
@media only screen and (min-width: 480px){
    .ins {
        margin-top: 30%;
        margin-left: 30%
    }
    .bottonemaps { width:46%; height:100px ;  float: left; display:inline; margin:5px;
        padding:5px; text-align:center; visibility: visible; font-size: 1.0em;
        background-image: url("../image/mapsxl.png");

        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        border-radius:10px;
        box-shadow: 3px 3px 3px #f2f0e4;
    }
}

@media only screen and (min-width: 769px){



    /* css della pagina login.html*/

    .imagedropshadow{
    position:relative;
        left:30px;
        top:15px
    }
    .ins {
        margin-top:1%;
        margin-left: 10%;

    }

    .bottonemaps { width:120px; height:100px ;  float: left; display:inline;  margin: 5px;
        padding:10px; text-align:center; visibility: visible; font-size: 1.0em;
        background-image: url("../image/maps.png");

        position:relative;
        z-index:0;

        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        border-radius:10px;
        box-shadow: 3px 3px 3px #f2f0e4;
    }
/*fine*/
}