
    .centralize {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .form-field {
        margin-bottom: 10px;
    }
   input {
        padding: 10px;
        width: -webkit-fill-available;
    }
    .register2 {
        height: 3rem;
    }
  
    .loading { 
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .loading label {
        color: white;
        font-size: 24px;
    }
    button {
        cursor: pointer;
    }
    button:active {
        opacity: 0.8;
    }
    button[disabled] {
        opacity: 0.7;
    } 
    
    .clear {
        background: transparent;
        border: none;
        color: white;
  
    }
    .solid {
        background: white;
        border: none;
        color: rgb(45, 211, 111);    
    }
    .outline {
        background: transparent;
        color: white;
        border: 1px solid white;  
        width: 100%;
        height: 2.5rem;
    }

    .error {
        color: red;
        background: transparent;
        font-weight: 700;
        size: 14px;
        display: none;
    }