

/* Start:/bitrix/templates/.default/components/bitrix/main.feedback/AB_free-vebinar/style.css?16502693271948*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

	.actionForm  {
		clear: both;
	}
	
	.actionForm .form-control {
		width: 100%;
		padding: 5px 14px;
		border: 2px solid #ECECEC;
		border-radius: 4px;
		background: #fff;
		color: #777;
		font-size: 12px;
        padding: 20px 20px;
        transition: all 0.25s ease;
	}
	
		.actionForm .actionForm__Submit {
			background: #2B9AF3 none repeat scroll 0 0;
			border: medium none;
			border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			color: #fff;
			cursor: pointer;
			margin-bottom: 10px;
		    padding: 1ex 1.5rem;
			position: relative;
			transition: background-color 300ms ease-out 0s;
			font-size: 20px;
			height: auto;
			line-height: 1;
		}
			.actionForm .actionForm__Submit:hover {
				background: #0c80d9 none repeat scroll 0 0;
			}
			

		
		.form-control:focus {
			border-color: #999999;
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(153, 153, 153, 0.6);
			outline: 0 none;
		}
		.form-control::-moz-placeholder {
			color: inherit;
			opacity: 0.80;
		}
		.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
			background-color: #eeeeee;
			cursor: not-allowed;
			opacity: 1;
		}
		textarea.form-control {
			height: auto;
		}
			.validMark_false {
				border-color: #ac2925!important;
			}

			.validMark_true {
				border-color: #4CAE4C!important;
			}


    input:focus:required:invalid {
            border-color: #ac2925;
    }
     input:required:valid {
            border-color: #4CAE4C;
    }

    input:focus:required:invalid {
            border-color: #ac2925;
    }
     input:required:valid {
            border-color: #4CAE4C;
    }
/* End */
/* /bitrix/templates/.default/components/bitrix/main.feedback/AB_free-vebinar/style.css?16502693271948 */
