body
{
/*background-image: url('../images/bg.png');*/
font-family: 'Open Sans', sans-serif;
}
.form-signin {    
 /*background-color: rgb(255,255,255) !important;*/
 background-color: #ffffff !important;
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 40px auto;
  border: 1px solid #ddd;
}

.form-signin {  
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.07);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.07);
}
.form-signin .copy
{  
font-size: 11px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;  
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*------------Alert login*/
.alert-fca
{
  border-radius: 0px !important;
  /*background-color: #DC143C !important;*/
  background-color: rgba(220,20,60,.8);
  color: #fff;
  padding: 3px !important;  
}
.alert-fca-warning
{
  border-radius: 0px !important;
  /*background-color: #DC143C !important;*/
  background-color: rgba(255,165,0,.8);
  color: #fff;
  padding: 3px !important;  
}

.alert-fca-success
{
 border-radius: 0px !important;
  /*background-color: #DC143C !important;*/
  background-color: rgba(34,139,34,.8);
  color: #fff;
  padding: 3px !important;   
}
#particles-js{position:absolute; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; z-index: -1 }



