github.com/grafviktor/keep-my-secret@v0.9.10-0.20230908165355-19f35cce90e5/website/src/components/Login/style.css (about)

     1  .form-signin {
     2    max-width: 330px;
     3    padding: 1rem;
     4    /* margin-top: 30%!important; */
     5  }
     6  
     7  .form-signin .form-floating:focus-within {
     8    z-index: 2;
     9  }
    10  
    11  .form-signin input[type="email"] {
    12    margin-bottom: -1px;
    13    border-bottom-right-radius: 0;
    14    border-bottom-left-radius: 0;
    15  }
    16  
    17  .form-signin input[type="password"] {
    18    margin-bottom: 10px;
    19    border-top-left-radius: 0;
    20    border-top-right-radius: 0;
    21  }