.btn-circle {
	position: absolute;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%) scale(0);
	animation: scaling 0.35s ease-in-out;
}
#de_checks_alert{
    display:none !important;
}
.closedMsg {
    text-align: center;
    display: grid;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    min-height: 33vh;
    height: auto;
    margin-bottom: 50px;
}

.closedMsg h1{
    color: #356845;
    font-size: 2.3rem;
}
.closedMsg h3{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.closedMsg p{
    font-size: 1.2rem;
}
.closedMsg a{
    color:#356845;
}
.returning-wrapper{
	text-align:center;	
}
.returning-wrapper #returning{
	transition:all 0.3s ease;
	transform:scale(1);
	padding: 21px 34px;
	font-size: 1.3rem;
	font-weight: normal;
	border-radius: 55px;
	text-decoration: none;
}
.returning-wrapper #returning:hover,
.returning-wrapper #returning:focus{
	transition:all 0.3s ease;
	transform:scale(1.075);
	box-shadow:0px 3px 10px rgba(00,00,00,0.2);
}
.banner{
	background-color : #396846!important;
}
.img-landing{
	background: url(https://mycs-cdn.myconferencesuite.com/other/Project/3741/44/20/44207719d1770bf3143496f482a1e688480cafb129b77763e6a486e4e87bad6b.jpg) no-repeat center center / cover;
    height: 330px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 35px 0px;
}
.img-landing .img-txt {
    width: 92%;
    padding: 25px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    height: 85%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 0px 20px rgba(00, 00, 00, 0.3);
}
.img-landing .img-txt h1 {
    color: #154379;
    font-weight: bold;
    font-size: 3rem;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    margin: 0 0 10px 0;
    padding: 0;
}
.img-landing .img-txt h2 {
    margin: 0;
}