.webinar_button
{
	-webkit-appearance: none;
color: #fff;
width: 100%;
padding: 10px;
border-radius: 10px;
font-size: 15px;
margin: 10px 0;
border: none;
outline: none;
cursor: pointer;
background-color:#e3032e;
font-weight: bold;
}

.webinar_button-2
{
	margin:0;
	grid-column: 1 / -1;
}

.webinar_question_message
{
	opacity:0;
	position:absolute;
	right:-180px;
	width:150px;
	background-color:#CBCBCB;
	border-radius:15px;
	padding:10px;
	margin-bottom: 20PX;
}


.webinar_question_message-1
{
	animation-name: animation1;
	animation-duration: 5s;
	animation-fill-mode: backwards;
}

.webinar_logo_form
{
	width:500px;
	margin-bottom:30px;
	margin-top:40px;
}

.webinar_form_title
{
	text-align: center;
	font-family: 'DINPro';
	font-weight: 900;
	font-style: normal;
	margin-bottom: 30px;
	font-size: 19px;
	color: #fff;
}

.webinar_form_label
{
	font-family: 'DINPro';
font-weight: normal;
font-style: normal;
display: inline-block;
text-align: left;
float: left;
color: #fff;
margin-bottom: 3px;
}

.webinar_question
{
	display:grid;
	grid-template-columns: auto auto;
	grid-gap:10px;
	background-color:#1ba6df;
	padding:20px;
	border-radius:10px;
	position:relative;
	width:90%;
	max-width:600px;
	margin-bottom:40px;
}

.webinar_form
{
	font-family: 'DINPro';
	font-weight: normal;
	font-style: normal;
	width: 360px;
	max-width: 90%;
	box-shadow: 6px 6px 13px rgba(0,0,0,0.7);
	background: #000;
	padding: 20px;
	margin: 1% auto 0;
	text-align: center;
	display:flex;
	flex-direction: column;
	border-radius:10px;
}

.webinar_logo
{
	width:400px;
	margin-bottom:20px;
	margin-top:20px;

}


.SendMessagePanel
{
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
	position: relative;
	width:90%;
	min-width: 400px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 0px;
	display:flex;
	flex-direction: column;
}



.SendMessagePanel-2
{
	position:fixed;
	right:20px;
	bottom:0px;
}

.SendMessagePanel-3
{
	justify-content: space-around;
	flex-direction: row;
	max-width:300px;
	height:80px;
}

.SendMessagePanel_textInput
{
	width:100%;
	height:100px;
	padding:10px;
	margin-bottom:10px;
	color:black;
}

.SendMessagePanel_textInput-2
{
	height:auto;
}

.SendMessagePanel_title
{
	font-weight: bold;
	margin-bottom:10px;
	color: #fff;
}

.SendMessagePanel_messages
{
	height:200px;
	background:white;
	overflow-y:auto;
	padding:5px;
}

.webinar_video_cont_iframe
{
	position:relative;
	width: 960px;
	max-width: 90%;
	border: 3px solid #fff;
	border-radius:3px;
	margin-bottom:10px;
	padding: 0px;
	/*height:540px;*/
	padding-top:50%;
}

.webinar_logo_bottom
{
	width:300px;
	margin-top:50px;
}

* {
	color: #000;
}

.webinar_privacy
{
color:white;
}

a
{
	text-decoration: underline;
	color: white;
	
}