#frmWebexReg .form-Webex-control
{
 border-bottom:1px solid #f1a27e;
}
#frmWebexReg .form-group
{
	margin-bottom: 25px;
}
#frmWebexReg .form-group:first-child
{
	margin-bottom: 25px;
}
#frmWebexReg .form-Webex-control.error
{
	    border-bottom: 1px solid #f00;
}
#frmWebexReg .btnwebex 
{
	padding: 15px;
	padding-left: 40px;
    padding-right: 40px;
    border: none !important;
}
#frmWebexReg .btnwebex-disable
{
	opacity: .6;
}
.success
{
	 margin-bottom: -38px;
	 background: #edacac;
	 border-radius: 10px;
}
.success.active
{
		background: #9eff9e;
	   
}
.formFooter 
{
	padding-bottom: 50px;
}
#webex-register
{
	padding-bottom: 50px;
}
.webex-btn-register
{
	background: #ff9329;
	color: #fff;
	margin-top: 100px;
}
#webex-register .ispBlock
{
	padding-top: 220px;
}
#frmWebexReg .formSubmit:hover:after
{
	opacity: unset;
}
@media(max-width: 767px)
{
	.webex-btn-register
	{
		margin-top: 50px;
	}
}