﻿.wrapper {    
	margin-top: 10px;
	margin-bottom: 20px;
    border: 0px solid red;
    position:relative;
    z-index: 200;
}

.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #888; 
  border-radius: 30px;
}

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
  color: black;
}

.colorgraph {
    height: 4px;
    border-top: 0;
    border-radius: 5px;
    background-color: #1387c7;
}

/* X bottone Gestione occhio password */
.reveal-pwd:focus, .reveal-pwd:active {
    outline: none !important;
    box-shadow: none;
}

.frame-avviso {
    max-width: 1000px;
    padding: 30px 38px 66px;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #888;
    border-radius: 30px;
}



