
    .reg {
          position: relative;
          top: 110px;
        }

        #error-message{
            color: red;
            opacity: 0.7;
            font-size: 0.9rem;
            position: relative;
            top: 20px;
            }
        
    .title{
        position: relative;
        top: 45px;
    }

    body {
        /* user-select: none; */
        background-image: url('/img/blurrywedding.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        color: white;
        background-color: black; 
        
    }


.transparent-input{
    background-color:rgb(255, 255, 255,0.7);
    border: 2px solid white;
    color: white !important;
    border-radius: 12px;
}



.transparent-button {
    background-color: rgb(59, 61, 59);
    border: 2px solid transparent;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-flex; 
    justify-content: center; 
    align-items: center; 
    font-size: 0.875rem;
    /* line-height: 2.25rem; */
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s, color 0.3s; /* Add smooth transition effect */
    width: 9rem;
    
}

    
    
    .transparent-button:hover {
        background-color: white;
        color: transparent;
        text-decoration: none;
    }

    .blur-background {
    position: relative;
    padding-top: 20px; /* Adjust as needed */
    padding-bottom: 20px; /* Adjust as needed */
    padding-left: 20px; /* Changed to positive value */
    width: 100%;
    height: 100%;
    backdrop-filter: blur(50px); /* Adjust the blur effect */
    -webkit-backdrop-filter: blur(50px); /* Safari blur effect */
    border-radius: 40px; /* Adjust the border radius */
}
