/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #9d9d9d;
 /*margin: 40px 0px 70px;*/
  text-align: center;
}

div.login-frameTC {
  background-color: rgb(235, 235, 235);
}
div.login-content {
    background-color: rgb(255,255,255);
    border: 4px solid #005196;
    border-radius: 10px;
  /*  height: 600px;
    width: 460px;*/
    /*border: 4px solid #9d9d9d;*/

}
div.login-content.usa-otp {
    height: 600px;
}
div.logo-app {
    background-image: url(images/Logo_EIBManager_Sinistri.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    left: auto;
    top: 30px;
    bottom: 0px;
    height: 120px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
 /*   margin-top: 10px;
    margin-bottom: 15px;*/
}
div.logo-edp {
    background-image: url(images/spacer.png);
    height: 0px;
    left:   0px;
    bottom: 0px;
}
div.logo-azienda {
    background-image: url(images/Logo_azienda.png);
    height: 80px;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    left: auto;
 
/*    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 80px;
    bottom: 0px;*/
}
.login-link {
    text-decoration: underline; 
    color: #005196;
    cursor: pointer; 
    text-align: center;
  }
.blue_button {
    border: solid 1px #005297;
    background-image: -moz-linear-gradient(top, #005297, #005297);
    background-image: -o-linear-gradient(top, #005297, #005297);
    background-image: -ms-linear-gradient(top, #005297, #005297);
    background-image: -webkit-linear-gradient(top, #005297, #005297);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #005297), color-stop(1, #005297));
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#005297, EndColorStr=#005297)";
    background-image: linear-gradient(top, #005297, #005297);
    background-color: #2b96f1;
}  
.inset_input_field {
    border: 1px solid  #005196;
    height: 40px;
    background: #ebebeb;
    font-size: 16px;
    border-radius: 5px;
}

.label_login {
    font-size: 16px;
}
div.login-form {
    margin-top: 40px;
}
div.login-link-recupera-pwd {
    color: navy; 
    text-align: center;
}