
/* Warning Panel */


.pend-verif {
    border: 2px solid #ffe2d8;
    padding: 1rem;
    margin: 10px;
    color: #b54302;
    background-color: #ffe2d8;
    border-radius: 5px;
    height: 50%;
}


.pend-verif-title {
	text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    /* color: #ff4200; */
    color: #b54302;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}

.pend-verif-text {
    text-align: center;
    font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 2rem;
}

.pend-verif-text > a{
	color : #0000FF;
}