.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
 /*   background-image: url("../images/cassero.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    overflow-y: scroll;
}

* {
    font-size: 1rem;
}

#login {
    /*padding-top: 5%;
	padding-left:20%;*/
    /*position: absolute;
    text-align: center;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);*/
    /*display: flex;
    justify-content: center;*/    
}

@media (max-width: 500px) {
  #login {/*
    min-width: 280px;
    top: 40%;
    left: 50%;*/
  }
}

@media (max-width: 767px) {
  #logo {
    width: 100px !important;
  }
}



#login .form-wrap {
    /*border-radius: 20px;
    border-width:thin;
    border-style:solid;
    position: absolute;
    margin: 0 auto;
	padding:30px;
    background-color:#FFFFFF;
    min-width:280px;
    height:auto;
    min-height:40%;
    left:30%;franz
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    max-width: 600px;
}

.eye { 
    width:40px;
    height:40px;
    margin-right: -5px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
#login .form-wrap { 
	min-width:280px;	
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
#login .form-wrap { 
	min-width:280px;	
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
#login .form-wrap { 
	min-width:280px;
	}
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
#login .form-wrap { 
	min-width:280px;	
}

}



#login h1 {
    /*color: #000099;*/
    font-size: 18px;
    /*text-align: center;*/
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    /*color: #000099;*/
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    /*color: #000099;*/
    /*font-size: 13px;*/
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}

/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */
.form-control {
    /*color: #000099;*/
}
.btn-custom {
    color: #fff;
	background-color: #000099;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}

/*    --------------------------------------------------
    :: Footer
	-------------------------------------------------- */
#footer {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
}
#footer p {
    margin-bottom: 0;
}
#footer a {
    color: inherit;
}









 
.footer {
/*position: absolute; 
left: 0 ; right: 0; bottom: 0; 
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:16px;
z-index:100;*/
font-size: 90%;
}	

 

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

