/* 
    CSS definition file for maintenance_message.html

    Created by : Wilmer Batista

    Last update: November 12, 2024

*/

/* Body definition parameters */
body {
          height: 100%;
          background-image: url("../images/maintenance_screen_photo_2_opacity25.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
     }    
  
/* Panel izquierdo */
.leftside {
              height: 95vh;
              width: 100%;

              display: flex;
              justify-content: right;
              align-items: center;
          }

/* Panel derecho */
.rightside {
              height: 90vh;
              width: 80%;

              display: flex;
              justify-content: left;
              align-items: center;
           }    
    
/* MiUpi logo size */    
#miupilogo {
             width:   40vh;
             height:  18vh    
           }    

/* uprrp footer logo size */        
#footerlogo {
             width:   28vh;
             height:  10vh    
           }       
    