@charset "utf-8";
/* CSS Document */

/* Definiciones de variables en CSS */


body {
       background: url("../images/invtec_dtaa_login_background.jpg");
       background-repeat: no-repeat;
       background-size: 100% 110%;
     }

.titulo
{
   font-size: 24px;   
}

/* Settings del panel de autenticación */
.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 70px 0px 60px 0px;
  /* margin: auto; */
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Settings for screens with a max width of 1300px. */
@media (max-width: 1600px)
{
    /* default values for all objects on 1300px or less screens */ 
    :root 
    {
      font-size: 12px;    
    }
    
    /* DTAA image width and size on 1300px or less screens */
    #PI_DTAA_Image
{
  width: 300px;
  height: 120px;
}

    /* UPRRP image width and size on 1300px or less screens */
    .uprrp_img
    {
      width: 190px;
      height: 53px;
    }
    
    /* default title font size on 1300px or less screens */
    .titulo
    {
       font-size: 18px;   
    }
    
    /* default max width on 1300px or less screens */
    .form-signin
    {
      max-width: 320px;
    }
    
    .rightside
    {
    
    }
        
    
}


@media (max-width: 600px)
{
   
}


