/*
Theme Name: Готовое решение - Landing Page
Theme URI: https://rosait.ru/
Author: ООО "Сайт"
Author URI: https://rosait.ru/
Description: На базе этого готового решения можно собрать Landing Page
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.success {
    font-weight: bold;
    color: green;
	margin-top: 10px;
}

.bg-success {
    padding: 15px;
    border-radius: 4px;
}

.error_input {
    border: 1px solid red !important;
}

.alignleft{
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) { 
	.alignleft{
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
	.alignright {
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
}