﻿@charset "utf-8";
/* CSS Document */

/* Login */  

.panel-transparent {
    background-color: rgba(255,255,255,0.36);
    padding: 20px;
    color: #fff;
}

.login-cover {
    background-image: url('../images/login.jpg');
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {  
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    body {
        margin: 0 20px;
    }

/*.login-cover {
        background-image: none;
        background-color: #004494;
}*/

.login-cover {
	background-image: url('../images/login-mobile.jpg');
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}*/
	
	
    /*Modals component (modificato da bootstrap.css)*/
    input[type="radio"], input[type="checkbox"] {
        margin: 0 0 0 !important;
        margin-top: 2px \9 !important;
        line-height: normal;
    }
}

/*Custom style - Login*/
.icon-object-custom {
    border-style: none !important;
}
