
@font-face {
    font-family: "Roboto";
    src: url("/font/roboto/Roboto-Regular.eot");
    src: url("/font/roboto/Roboto-Regular.eot?#iefix") format('embedded-opentype'),
         url("/font/roboto/Roboto-Regular.woff2") format('woff2'),
         url("/font/roboto/Roboto-Regular.woff") format('woff'),
         url("/font/roboto/Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
  background-color: #202634;
}

.wrapper {    
	margin-top: 25px;
	margin-bottom: 20px;
    /* margin-top: 10px; */
}

.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #293042;
  border: 3px rgba(0,0,0,0.1);  
  border-radius : 5px;
  -webkit-box-shadow: 110px 10px 7px 5px rgba(89, 98, 104, 0.62); 
  box-shadow: 10px 10px 7px 5px rgba(89, 98, 104, 0.62);
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
  margin-top:30px;
  color:white;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius:5px; 
  text-align:center;
}
.cl-bold{
    font-weight:bold;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#reqEmail{
    border-radius:5px; 
    text-align:center;
}

/* EFFETTO BORDO RETTANGOLARE SFUOCATO*/
/* img {
    border: 4px solid #ffffff;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    box-shadow: 0 0 17px 7px whitesmoke;
} */
#username{
  margin-bottom: 5%;
  border-radius:5px; 
  text-align:center;
}

#rememberme{
  margin-bottom: 15%;
}

/* .modal-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
} */

.modal-header {
    text-align:center; 
    background:#1F72B8; 
    color:white; 
    font-weight: bold;
}


/* ANIMAZIONI */

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

body{
  background-color: #202634;
}

.mw-400 { max-width: 400px; }

.hr-white{
    background: white;
}

#formReqEmail{
    position: absolute; 
    top: 30%; 
    display: none;
}

/* @-webkit-keyframes Pulse {
	0% { -webkit-box-shadow: 0 0 17px grey; }
	50% { -webkit-box-shadow: 0 0 17px rgb(255, 250, 250); }
	100% { -webkit-box-shadow: 0 0 17px rgb(255, 250, 250); }
}

@keyframes Pulse {
	0% { box-shadow: 0 0 17px grey; }
	50% { box-shadow: 0 0 17px rgb(255, 250, 250);}
	100% { box-shadow: 0 0 17px rgb(255, 250, 250); }
}

.pulsa {

    
    -webkit-animation: Pulse 3s infinite ease-in-out;
    -o-animation: Pulse 3s infinite ease-in-out;
    -ms-animation: Pulse 3s infinite ease-in-out; 
    -moz-animation: Pulse 3s infinite ease-in-out; 
    animation: Pulse 3s infinite ease-in-out;
} */

.c-lightcyan
{
  color: lightcyan; 
  font-size: 14px;
  text-align: center;
}

.td-underline
{
  text-decoration: underline;
}

.c-lightgray
{
  color:lightgray;
}