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

html, body {
    height: 100%;
    background: white;
    font-family: 'Amaranth','Open Sans',sans-serif !important;
}
#div_body {
  width: 100%; height: 100%; top: 0; left: 0;
  background: white;
  font-family: 'Amaranth','Open Sans',sans-serif !important;
}
.ui-draggable .ui-dialog-titlebar {
    font-family: 'Amaranth','Open Sans',sans-serif !important;
}
.ui-dialog .ui-dialog-content {
    font-family: 'Amaranth','Open Sans',sans-serif !important;
}
#contenitore {
    margin: 0 auto;
    height: 100%;
    max-width: 500px;
    padding: 0;
}
.form-control {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    
  }
input{
    border-bottom: 1px solid darkgray !important; 
}
.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;
    min-height: 30%;
}
.img-responsive {
    margin: 0 auto;
}
.input-black{
background: transparent;
    border: none;
    border: 0;
    outline: 0;
    border-radius: 0px;
}
.input-black:focus{
background: white;
    border: none;
    border: 0;
    outline: 0;
    border-bottom: 2px solid lightgrey;
    border-radius: 0px;
    color: black !important;
}
.form-control {
    color: black !important;
}


#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: 13px;
}
#title{
    font-weight: 400;
    font-family: Open Sans;
    font-size: 16px;
}
#row_padre{
    height: calc(100vh - 60px);
}
.autentication{
	width: 100%;
	height: 50px;
	background: #000000;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}

.btn-login{
	width: 100%;
	margin-top: 10px;
	background: #e1a63a;
	border-color: #e1a63a;
	color: white;
    font-size: 16px
}
.btn-login:hover{
	background: #dcb366;
	border-color: #dcb366
}

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

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


.registrati{
	color: black;
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
    background-color: rgba(255,255,255,0.9);
}
.input-margin{
	margin-top: 30px;
}
.container{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.row{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.password-lost{
	margin-top: 10px;
    color: black;
	text-align: center;
	font-size: 13px;
    background-color: white;
}
.text-align-center{
	text-align: center;
}
.navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -45px !important;
    display: block;
}
a {
    color: red;
    font-weight: 800;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}
.ui-draggable .ui-dialog-titlebar {
    background-color: #fdebc8;
    color: #49301B;
}

