

body {
    background: url(../img/sfondo_restat_new1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: Lato !important;
    padding: 0px;
    margin:0px;
}

img {
    margin: 0px 0px 0px 0px !important;
}

.sis-container {
    padding:0px;
}

.sis-header {
    margin-top:50px;
    width:85%;
}

.sis-header h1 {
    margin: 0px 0px 0px 30px;
    font-weight:bold;
    font-size:26px;
    font-family: Lato;
}

.sis-header div {
    height:26px;
    width: 100%;
    background:rgba(255,255,255,0.9);
    margin-top:-15px;
}

.sis-list-box {
    margin:0 auto;
    /* margin-top: 40px; */
    width: 80%;
}

.sis-list-box a {
    color:#69686d !important;
    font-size:9px;
    cursor: pointer;
}

.sis-list-box a:hover {
    text-decoration: underline !important;
}

.sis-logo-box {
    background:#DADADA;
    text-align:center;
    padding:25px 0px;
}

.sis-logo-box img {
    width:40%;
}

.sis-login-box {
    margin-top:15px;
    background:#DADADA;
    text-align:center;
    padding:40px 40px;
}

.sis-login-box h2 {
    color: #69686d;
    clear: both;
    margin: 10px 0px 0px 0px;
    float: left;
    font-weight: bold;
    font-size: 1em;
}

.sis-login-box table {
    width: 100%;
    margin:0px 0px 10px 0px;
    border-spacing: 0px;
}

.sis-login-box table td {
    vertical-align: top;
}

.sis-textbox {
    width: 100%;
    font-size: 13px;
	border: 0px;
    border-radius: 0px;
    margin: 10px 0px 0px 0px;
    background-color: #ededed;
}

.but_login {
    background: #00A3DB;
    border: 0;
    width: 100%;
    padding: 8px 8px;
    font-size: 1em;
    margin: 10px 0px 0px 0px;
    color: #fff;
    cursor: pointer;
}

.but_login:hover {
    background: #6CB8E2;
}

.but_login_recupera {
    background: #69686d;
    border: 0;
    width: 100%;
    padding: 8px 8px;
    font-size: 10px;
    margin: 6px 0px 6px 0px;
    color: #fff;
    cursor: pointer;
}

.but_login_recupera:hover {
    background: #6bbfc1;
}

.rec_pas {
    background: #00a3db;
    border: 0;
    width: 200px;
    padding: 8px 0px;
    font-size: 13px;
    margin: 6px 0px 10px 0px;
    color: #fff;
    cursor: pointer;
}

.rec_pas:hover {
    background: #878787;
    color: #fff !important;
}


.sis-dialog-body {
    text-align: center;
}

.k-dialog {
    background-color: rgba(255, 255, 255, 1) !important;
}

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

    .sis-header {
        margin-top:80px;
        width:60%;
    }

    .sis-header h1 {
        margin: 0px 0px 0px 70px;
        font-size: 35px;
    }

    .sis-header div {
        height: 35px;
        margin-top:-22px;
    }

}

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

    .sis-list-box {
        /* margin-top: 50px; */
        width: 70%;
    }

}

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

    .sis-list-box {
        width: 25%;
    }

}

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

}
