.center{
    align-items: flex-end;
    justify-content: center;
}

.error{
    color: red;
}

.hidden{
    visibility: hidden;
}

.cover-view{
    position:absolute;

    width: 100vw;
    height: 100vh;
    padding:0px!important;
    
}
.flex-center{
    display: flex;
    align-items: center!important;
    justify-content: center;
}
.soffuse-black{
    background-color: #00000061 !important;
}

.white-panel{
    max-width: 24em;
    margin: 4px;
    background-color: white;
    box-shadow: 0 17px 9px -15px #00000061 !important;
    padding: 1.5em;
    border-radius:3px ;
}

.white-panel > .text{
    width : 100%;
    margin: 0.4em;
    margin-bottom: 2em;
}

.white-panel > .button{
    width : 100%;
    margin: 0.4em;
    background: linear-gradient(103deg, #101a1a 0%, #515151 100%);
}