﻿html {
  background: url("../../img/auth/Sfondo.png");
  background-size: cover;
  background-position-y: 73px; }

body {
  padding-top: 100px;
  background-color: transparent !important; }

.maincontainer,
.maincontent {
  background-color: transparent !important; }

.header {
  height: 48px; }
  .header .header-bottom {
    display: none; }

.header .header-top,
body.sidebar-compact .header .header-top,
body.body-compact .header .header-top {
  padding-left: 0;
  text-align: center; }

.bodycontent,
body.sidebar-compact .bodycontent,
body.body-compact .bodycontent {
  margin-left: 0; }

.dashboard-wrapper {
  padding: 10px 10px;
  max-width: 600px;
  margin: 0 auto; }

.dashboard-inner {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  grid-template-columns: 100%; }
  .dashboard-inner > div {
    background-color: #fff;
    /*        min-height: 450px;*/
    box-shadow: 1px 2px 6px #ddd; }

.dashboard-item-title {
  color: #334;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 4px 8px;
  position: relative;
  background-color: #fcfaf3;
  text-align: center;
  display: none; }

.dashboard-field {
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 10px; }
  .dashboard-field input {
    width: 200px;
    text-align: center; }

.dashboard-btn {
  background-color: #eb903f;
  color: #fff;
  text-decoration: none;
  padding: 6px 8px;
  display: inline-block;
  border-radius: 6px;
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
  cursor: pointer;
  line-height: 16px; }
  .dashboard-btn:hover {
    background-color: #c55f03; }
  .dashboard-btn.btn-facebook {
    background-color: #3b5998; }
  .dashboard-btn.btn-facebook:hover {
    background-color: #1b3978; }
  .dashboard-btn.btn-width-1 {
    width: 160px; }

.dashboard-toolbar {
  margin-top: 10px; }

.dash-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none; }

.dashboard-item-content label.error {
  color: red;
  font-weight: normal;
  font-size: 10px;
  margin: 0;
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  width: 100%;
  text-align: center; }

.form-register {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px; }
  .form-register label.error {
    position: absolute; }
  .form-register .new-code {
    color: #358aca !important;
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
    margin-right: 12px; }
  .form-register .div-captcha {
    position: absolute;
    text-align: right;
    right: -8px; }
    .form-register .div-captcha .layer-captcha-img {
      display: inline-block; }

.dashboard-goto a {
  color: #eb903f;
  font-size: 12px; }

.server-error,
.server-message {
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px; }

.server-error {
  color: #c00; }

.server-message {
  color: #0c0; }

.check-div {
  position: relative;
  margin-top: 6px;
  margin-bottom: 12px; }
  .check-div a {
    color: #358aca !important;
    position: relative;
    top: -2px; }
  .check-div label.error {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%; }

.dashboard-col-title {
  color: #2B66AC;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px; }

.dashboard-col-subtitle {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px; }

.form-login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative; }
  .form-login .dashboard-col-subtitle {
    height: 30px;
    margin-bottom: 40px; }
  .form-login .dashboard-col {
    padding: 0 10px 70px; }
  .form-login .dashboard-col-reg {
    background-color: #EAEBF0; }
  .form-login .back-right {
    position: absolute;
    background: url("../../loginLayer/NotRegisteredBackgr.png");
    right: 0;
    bottom: 0;
    width: 370px;
    height: 165px; }
