@font-face {
    font-family: Politica;
    src: url(../../fonts/Politica.ttf);
}

html, body {
    font-family: 'Politica';
    height: 100%;
}
#div_body {
  width: 100%; height: 100%; top: 0; left: 0;
}
input[id="pwd_dimenticata"] {
    margin-left: -85px;
    height: 25px;
    width: 85px;
    color: white;
    border: 0;
    -webkit-appearance: none;
    font-weight: 700;
}
input[id="pwd_dimenticata"]:hover {
   cursor: pointer;
}
input[id="inputPassword"] {
    display: inline-block;
}
hr{
  border-top: 1px solid #f44336;
}

#contenitore {
    margin: 0 auto;
    height: 100%;
    max-width: 500px;
    padding: 0;
}


.form-control::-webkit-input-placeholder { color: darkgray; }
.form-control:-moz-placeholder { color: darkgray; }
.form-control::-moz-placeholder { color: darkgray; }
.form-control:-ms-input-placeholder { color: darkgray; }

.btn{
    min-height: 50px;
}
#logo{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 30%;
}
.img-responsive {
    margin: 0 auto;
}
.input-white{
    background: #F7F7F7;
    border: none;
    border: 0;
    outline: 0;
    border-bottom: 2px solid white;
    border-radius: 5px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}


#testo{
    font-weight: 400;
    font-family: Open Sans;
    text-align: justify;
    text-justify: inter-word;
    max-height: 100%;
    overflow-y: auto;
    font-size: 13px;
}
.font-size-16{
    font-size: 18px;
}
#title{
    font-weight: 400;
    font-family: Open Sans;
    font-size: 18px;
}
#row_padre{
    height: calc(100vh - 60px);
}
.autentication{
	width: 100%;
	height: 50px;
	background: #1d3370;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}

.btn-login{
	width: 100%;
	margin-top: 10px;
    font-size: 20px;
}
.btn-login:hover{
	background: #c9263d;
	border-color: #c9263d;
}

.btn-facebook{
	width: 100%;
	margin-top: 20px;
	background: #45629A;
	border-color: #45629A;
	color: white;
}

.error-label{
	color: red;
	font-weight: 600;
	font-size: 18px;
	visibility: hidden;
}

textarea:focus, input:focus{
    outline: none;
}
.registrati{
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
input{
    outline: none;
}
.input-margin{
    box-shadow: none;
    border-radius: 0;
}

.container{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.row{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.password-lost{
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
}
.text-align-center{
	text-align: center;
}
.navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -45px !important;
    display: block;
}
a {
    font-weight: 700;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}
.ui-draggable .ui-dialog-titlebar {
    background-color: #B80039;
    color: white;
}

.ui-draggable .ui-dialog-titlebar {
    background-color: #c9263d;
    color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.ui-widget.ui-widget-content {
    border-radius: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #63244a;
}



/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 0.8s;
  }
  .ripple:hover {
    background: #c9263d radial-gradient(circle, transparent 1%, #c9263d 1%) center/15000%;
  }
  .ripple:active {
    background-color: #c9263d;
    background-size: 100%;
    transition: background 0s;
  }
  
  /* Button style */
  button {
    border: none;
    border-radius: 2px;
    padding: 12px 18px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    background-color: #c9263d;
    box-shadow: 0 0 4px #999;
    outline: none;
  }