@font-face {
	font-family: 'Roboto';
	src: url('/static/fonts/Roboto/Roboto-Regular.eot');
	src: url('/static/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    	 url('/static/fonts/Roboto/Roboto-Regular.woff') format('woff'),
    	 url('/static/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body {
  font-family: Roboto;
}

.loginbox {
	width: 500px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -285px;
	padding-right: 35px;
	/*background-color: #DDE3E1;*/
}

.loginbox--sisar {
	height: 530px;
	top: 50%;
	margin-top: -265px;
	background-image: url(http://veterinaria.regione.sardegna.it/personalizations/img/logo_europa_sisar.jpg);
	background-position: bottom;
	background-position-y: 313px;
	background-repeat: no-repeat
}

input[type="submit"], #spid_login, #regular_login {
	padding: 0px 12px 0px;
	height: 40px;
	width: 100%;
	text-transform: uppercase;
	color: white;
	border: transparent !important;
	font-size: larger;
	background-color: #782679;
}
input[type="submit"]:hover,  #spid_login:hover, #regular_login:hover{
  cursor: pointer !important;
}
input[type="submit"]:active, #spid_login:active, #regular_login:active {
  cursor: pointer !important;
  -webkit-box-shadow: inset 0px 0px 34px 1px rgba(133,133,133,1);
  -moz-box-shadow: inset 0px 0px 34px 1px rgba(133,133,133,1);
  box-shadow: inset 0px 0px 34px 1px rgba(133,133,133,1);
}
label {
    text-transform: capitalize;
    color: black !important;
    font-size: smaller;
		display: none;
}
form {
}
h2 {
    text-transform: capitalize;
    color: #7A7A7A !important;
}
p {
  color: #0288D1;
}

body.yui-skin-sam {
	/*background-image: url('/static/images/background/gray.png');*/
	background-color: #white;
}
p.server {
    color: #7A7A7A;
    font-size: 20px;
    float: right;
    font-family: 'Roboto';
}
.loginbox h2
{
	font-size: 60px;
	margin-top: 5px;
	color: #EC6500 !important;
	font-weight: 300;
}

.loginbox p
{
    font-family: "Trebuchet MS";
    font-size: 13px;
    color: Red;
}

.loginbox table
{
    table-layout: fixed;
    border-spacing: 5;
}

.loginbox td.label
{
    text-align: right;
}

.loginbox td.field
{
}

.loginbox td.field input{
	height: 56px;
  width: 380px;
  margin-left: -10px;
  border: 1px solid #80808033;
  border-radius: 7px;
}

.loginbox td.buttons
{
    text-align: right;
}

.label label {
	display: none;
}
.log-img-square-user {
	height: 56px;
	width: 56px;
	border: 1px solid gray;
	position: absolute;
	top: 5px;
}
.form-login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -91px;
    margin-left: -196px;
}
.login_line {
	border-right: 2px solid #F5B482;
}
.login_text {
}
.head_login {
	width: 100%;
}
.login_line img {
  width: 129px;
  margin-left: 100px;
}
