
            .sg-btn{
                background-color:darkblue;
                height:30px;
                width:250px;
            }
            .sg-btn span{
                text-align:center;
                color:white;
            }
         
            .loginger {
                display: flex;
                justify-content: center;  /* Centra horizontalmente */
                align-items: center;      /* Centra verticalmente */
                height: 40vh;          /* height: 40vh;  El div ocupa el 100% de la altura del viewport */
            }
            .login-form{
                font-size:1.5rem
            }
            .login-logo img{
                max-width:250px;
                
            }
            .login-logo{
                padding:1rem;
            }
            .login-form label{
                color:gray;
            }
            .login-form input{
                height:30px;
                width:250px;
            }
            .nomarge{
                padding:0rem;
                width:100%;
                height:100%;
            }
            .login-form p{
                font-size:9px;
                text-align:justify;
                padding-top:1rem;
                
            }
            .whet p{
                text-align:justify;
                color:darkred;
            }
            .lgs{
                padding:2rem;
                color:gray;
            }