/* ######################  CAPTCHA CENTRATO ##################### */

.g-recaptcha {
  display: inline-block;
}

.captcha.panel .panel-body{
  text-align: center;
}

.captcha.panel{
  border:0px !important;
}

/* ######################  PORTALE PUBBLICO CSS ##################### */







.not-logged-in.page-user {
background-color: #FFF;

}

.not-logged-in.page-user *{
font-size:13px;
}
.not-logged-in.page-user div,
.not-logged-in.page-user span,
.not-logged-in.page-user input{
font-family: 'Poppins', sans-serif;
}

.not-logged-in.page-user .nav-tabs {
width: 500px;
margin: 50px auto 0px auto;
}



.not-logged-in.page-user #navbar, .not-logged-in.page-user  .tabs--primary.nav.nav-tabs{
display:none;
}

.not-logged-in.page-user #colonna-centrale{
padding-left:0px;
padding-right:0px;
}


.not-logged-in.page-user .login-left{
float:left;
width:600px;
height:100vh;
/*background: url('/sites/all/themes/cartellasociale/img/background-login_1.png'), linear-gradient(180deg, rgba(60,88,170,1) 0%, rgb(18 49 140) 110%);*/

background: linear-gradient(180deg, var(--backoffice-header-topbar) 0%, var(--backoffice-header-topbar2));
  background-repeat: no-repeat;
  background-position:left center;
position:relative;
display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
padding:40px;
color:#FFF;
  background-size: contain;
}

/*.not-logged-in.page-user .login-left .login-logo{
  position:absolute;
  left:40px;
  top:40px;
}*/

.not-logged-in.page-user .login-left .login-welcome{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width:calc(100% - 80px);
text-align:center;
}
.not-logged-in.page-user .login-left .login-welcome h1{
  font-size: 27px;
  font-weight: bold;
}

.not-logged-in.page-user .login-left .login-welcome h2{
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.not-logged-in.page-user h1.page-header{
  display:none;
}


.not-logged-in.page-user .login-left .login-footer{
position:absolute;
bottom:40px;
left:40px;
}

.not-logged-in.page-user .login-left .login-footer a{
color:#FFF;
}

.not-logged-in.page-user #block-system-main {
float:right;
width: calc(100% - 600px);
background-color:#FFF;
height:100vh;
position:relative;
}

.not-logged-in.page-user form#user-login, .not-logged-in.page-user form#user-pass{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding:0px 40px 0px 40px;
width: 527px;

padding: 40px;
  border: 1px solid #eeeeee;
  background-color:#FFF;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
  box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.not-logged-in.page-user.page-user-reset form.hideSubmitButton-processed{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding:0px 40px 0px 40px;
width: 527px;

padding: 40px;
  border: 1px solid #eeeeee;
  background-color:#FFF;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
  box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}



.not-logged-in.page-user.page-user-password .login-recupera{
display:none;
}

.not-logged-in.page-user .login-recupera{
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 95vw;
  top: 40px;
  height:50px;
color:var(--backoffice-accent-color-1);
    text-align: right;
      font-weight: bold;
}

.not-logged-in.page-user .login-recupera a{
  color: var(--backoffice-accent-color-1) !important;
}

.not-logged-in.page-user .alert.alert-dismissible {
  position: fixed;
  z-index: 100;
  left: 600px;
  margin: 0px;
  top: 0;
  width: calc(100% - 600px);
}

.not-logged-in.page-user.login-recupera a{
color:#4570d0;
}

.not-logged-in.page-user form#user-login .form-control{
background-color:#f3f3f4;
border:1px solid #f3f3f4;
border-radius:4px !important;
-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}


.not-logged-in.page-user .login-torna{
display:none;

}

.not-logged-in.page-user.page-user-password .login-torna{
display:block;
    position: absolute;
  bottom: 40px;
  left: 0;
  width: 95vw;
  top: 40px;
  height:50px;
color:#333333;
text-align: right;
}

.not-logged-in.page-user.page-user-password .login-torna a{
  font-weight:bold;
  color:#4570d0;
}


.not-logged-in.page-user .form-group label{
  font-size:13px;
}

.not-logged-in.page-user .form-group.error label,
.not-logged-in.page-user .form-group.has-error label,
.not-logged-in.page-user .form-group.error .control-label,
.not-logged-in.page-user .form-group.has-error .control-label {
  color: var(--backoffice-accent-color-1);
  font-weight: 600;
  font-size:13px;
}

.not-logged-in.page-user div.error {
  background-color: #f5f5f5;
  color: var(--backoffice-header-topbar2);
  border-color: #f5f5f5;
}

.not-logged-in.page-user .btn-primary{
  display: inline-block !important;
  color: #ffffff !important;
  padding: 5px 35px !important;
  border-radius: 5px !important;
  background-color: var(--backoffice-accent-color-1) !important;
  border: 1px solid var(--backoffice-accent-color-1) !important;
  margin-top: 10px !important;
  font-weight: 300 !important;
}

.not-logged-in.page-user .btn-primary:hover{
  background-color: var(--backoffice-header-topbar2) !important;
  border: 1px solid var(--backoffice-header-topbar2)!important;
}



.not-logged-in.page-user .has-error .form-control {
  border-color: var(--backoffice-accent-color-1);
}

img.computer-image {
  width: 202px;
  margin-bottom: 50px;
}

.not-logged-in.page-user .alert.alert-dismissible{
  padding:30px;
}

.not-logged-in.page-user .alert.alert-dismissible .close{
  font-size:25px !important;
}

@media all and (max-width: 1200px) {
.not-logged-in.page-user .login-left .login-welcome h2{
  display:none;
}
.not-logged-in.page-user .nav-tabs {
  width: 100%;
}
.not-logged-in.page-user .region-content {
  width: 100%;
}

.not-logged-in.page-user .login-recupera {
      position: fixed;
      bottom: 0px;
      left: 0;
      padding-top: 18px;
      width: 100%;
      top: auto;
      color: #333333;
      text-align: center;
      z-index: 1;
      background-color: #f3f3f4;
}

.not-logged-in.page-user .alert.alert-dismissible {
  position: relative;
  z-index: 100;
  left: 0;
  margin: 0px;
  top: 324px;
  width: 100%;
}

.not-logged-in.page-user #block-system-main {
float:right;
width:100%;
background-color:#FFF;
height:340px;
position:relative;
margin-top:320px;
}



.not-logged-in.page-user .login-left{
float:left;
width:100%;
height:auto;

position:absolute;
top:-19px;
display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
padding:40px;
color:#FFF;
}

.not-logged-in.page-user .login-left .login-footer {
  position: static;
  bottom: 40px;
  left: 40px;
  margin-top: 14px;
  text-align: center;
}

img.computer-image{
  width: 103px;
  margin-bottom: 30px;
  margin-top:10px;
}

.not-logged-in.page-user form#user-login, .not-logged-in.page-user form#user-pass{
  position: static;
  top: 0;
  left: 0;
  transform: translate(-0%, -0%);
  padding: 40px 40px 120px 40px;
  width: calc(100% - 60px);
  margin: 0px 30px;
}

.not-logged-in.page-user.page-user-reset form.hideSubmitButton-processed{
  position: static;
  top: 0;
  left: 0;
  transform: translate(-0%, -0%);
  padding: 40px 40px 120px 40px;
  width: calc(100% - 60px);
  margin: 0px 30px;
}

.not-logged-in.page-user .login-left .login-welcome {
  position: static;
  top: 0;
  left: 0;
  transform: translate(-0%, -0%);
  width: calc(100% - 0px);
}
.not-logged-in.page-user .btn-primary{
white-space: break-spaces;
width: 100%;
}

.not-logged-in.page-user.page-user-password .login-torna {
  position: fixed;
  bottom: 0px;
  left: 0;
  padding: 18px;
  width: 100%;
  top: auto;
  color: #333333;
  text-align: center;
  z-index: 1;
  background-color: #f3f3f4;
  display:block !important;
}

}