/* CSS DEL BODY*/
body {
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: gray;
    position: relative;
    z-index: 0;
    padding: 0;
  }
  body::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: .3;
    z-index: -1;
  }
  .img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('background.jpg');
  }
  /* CSS DEL LOGIN */
  .heading-section {
    font-size: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heading-section h1{
    visibility: hidden;
    position: absolute;
  }
  .login-section{
    padding: 20px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .irent-logo {
    background-image: url('logo.png');
    height: 50px;
    width: 150px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .login-wrap {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
  }
  .form-group {
    position: relative;
  }
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
      padding-right: 0.75rem;
      padding-left: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  .form-control {
    background: transparent;
    border: none;
    height: 50px;
    color: white;
    border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .form-control:hover, .form-control:focus {
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .form-control:focus {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .form-background{
    background: rgba(255, 255, 255, 0.09);
    padding: 30px;
    border-radius: 30px;
  }
  .field-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.9);
  }
  .btn.btn-primary {
    background: #00ADEE;
    border: 1px solid #00ADEE;
    color: #fff;
  }
  .checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox-primary {
    color: #00ADEE;
    margin-bottom: 0;
  }
  .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .checkmark::after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(255, 255, 255, 0.40);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .checkbox-wrap input:checked ~ .checkmark::after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
  }
  .checkbox-primary input:checked ~ .checkmark::after {
    color: #00ADEE;
  }
  a:hover, a:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .message-container p{
    text-align: justify;
    padding: 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  .language{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px;
  }
  .d-md-flex{
    display: flex;
    margin-bottom: 0;
  }
  .text-md-right{
    text-align: right;
  }
  .text-md-right a{
    color:#fff;
  }
  .text-md-right a:hover{
    color:#0056b3;
  }
  .message-error{
    background: rgba(255, 2, 2, 0.4);
  }
  .message-logout, .message-forgot, .reset-pass, .message-register{
    background: rgba(2, 27, 255, 0.4);
  }
  #lost_password{
    display: none;
  }
  .button.button-large.form-control.btn.btn-primary.submit.px-3:hover{
    background-color: #0484b3;
  }
  .button.button-large.form-control.btn.btn-primary.submit.px-3.update{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #toggle-password{
    cursor: pointer;
  }
  .form-control:focus {
    color:#fff;
  }
