*{
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    
    background-size: cover;
    background-position: center;
}

.container{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.box{
    height: fit-content;
    
    padding: 1.5rem;
    position: relative;
    
    display: flex;
    flex-flow: column wrap;
    align-items: center;    
    border-radius:1rem;
    background-color: rgba(253, 240, 213, 0.2);  
    /* background-color: #fdf0d5;     */
}

.box p{
    text-align: center;
    color: #fdf0d5;
    /* background-color: #fdf0d5;     */
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    
}

.box input{
    height: 3rem;
    width: 90%;
    border-radius:0.5rem;
    border-style:dashed;
    border-color: #003049;
    margin-bottom: 1rem;
    align-content: center;
    justify-content: center;
    font-size: large;
    padding-left: 1rem;

    
}

.box button{
    border-style: none;
    background-color: #c1121f;
    border-radius:0.5rem;
    width: 10rem;
    height: 2rem;
    color: #fdf0d5;
    font-weight: 600;

}


.qr-code{
    margin-bottom: 1rem;
    color: #fdf0d5;
}