@import "main.css";

section .adress {
    margin-top: 40px;
    text-align: center;
    -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -o-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
section .adress p.phon {color: #555; font-family: "RobotoBold", sans-serif; font-size: 18px;}
section .adress p.email {color: #029FB2;}
.modal-header h3 {
	color: #444;
	font-family: 'Raleway', sans-serif;
    font-weight: 800;
    -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -o-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.modal-body form {color: #999;}
.g-recaptcha {margin-bottom: 15px;}
form .md-form.form-sm i.prefix {
	left: -15px;
	text-align: center;
}
form button.btn {
	background-color: #029FB2;
	font-family: 'Raleway', sans-serif;
    font-weight: 800;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}