	.rasssend {
		background: #7266F3;
		border-radius: 5px;
		color: #fff;
	}
	.rassform{
		background-image: url("/mcall/img/rasspimge.png");
        background-size: no-repeat;
        background-position: center;
        background-size: cover;
        /*height: 550px;*/
		height: auto;
        width: auto;
		}
		textarea {
		resize: vertical;
		min-height: 90px;
		}
		button,
		input[type="submit"],
		input[type="reset"] {
		cursor: pointer;
		}
	p.thanks {
		background: url(/mcall/img/02.png) repeat center center;
		background-size: cover;
		border-radius: 5px;	
		bottom: 20rem;
		padding: 20px;
		box-sizing: border-box;
		padding: 35px 25px;
		margin: 0 auto;
		max-width: 500px;
		display: inline-block;
    
		}
	.form__field {
		margin-bottom: 15px;
	}

		.form__field label {
			display: inline-block;
			margin-bottom: 5px;
			cursor: pointer;
		}

		.form__field textarea,
		.form__field input[type="text"],
		.form__field input[type="email"] {
			display: block;
			width: 100%;
			border: 1px solid #ccc;
			padding: 5px 7px;
		}

		.form__field .error {
			border-color: #973d3d !important;
			color: #a35959;
		}

	.form__action {
		text-align: center;
	}
		.form__action button,
		.form__action input[type="submit"],
		.form__action input[type="reset"] {
			display: inline-block;
			padding: 7px 9px;
			border: 1px solid #ccc;
			min-width: 20rem;
			height: 5rem;
		}