/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-Feb-2022, 02:42:54
    Author     : hp
*/
.error{
    background-color: rgba(255,56,113,0.807051282051282);
/*    max-width: 100% !important;
    transform: translateY(-50%);*/
}
.success{
    background-color:  rgba(60,84,255,0.7185897435897436);
}
.feedback{
    margin: .5rem 1.5%;
    border-radius: 10px;
}
.feedback p{
    
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: white;
    font-weight: bold;
}
.feedback span{
    margin-left: 1rem;
    cursor: pointer;
}
