Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 38e0abad5b94888c5c7300e43d25424eec3ec98c
  • main default protected
  • revert
  • 64160159
  • 64160292
  • 64160073
  • html-v_page
  • 64160174
  • 64160072
  • 64160295
  • production
11 results

Login.css

Blame
  • Login.css 2.40 KiB
    @import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@500&display=swap');
    
    .img_resize{
        width: 200px;
        height: 100px;
    }
    .split {
        height: 100%;
        width: 50%;
        position: fixed;
        z-index: 1;
        top: 0;
        overflow-x: hidden;
        padding-top: 0px;
      }
    
      /* Control the left side */
      .left {
        left: 0;
        background-color: #a3a2ff;
      }
    
      /* Control the right side */
      .right {
        right: 0;
        background-color: rgb(255, 255, 255);
      }
    
      /* If you want the content centered horizontally and vertically */
      .centered {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    
      /* Style the image inside the centered container, if needed */
      .centered img {
        width: 150px;
        border-radius: 50%;
      }
      .img{
        overflow:hidden;
        width: 100%;
        height: 100%;
        max-height: 100%;
        position: absolute;
      }
    
      .font{
        font-family: 'Sarabun', sans-serif;
        font-size: 15px;
        padding: 10px;
        text-align: left;
      }
      .login-position{
        position: absolute;
        top: 40%;
        left: 50%;
        text-align: center;
        transform: translate(-50%);
    
      }
    
    .div-between > * {
        padding: 10px;
    }
    .button-register{
        float:inherit;