@charset "utf-8";
/* CSS Document */
.container {
/* margin:125px auto; */
}
.btn-block {
border:0;
text-align:center;
display:inline-block;
font:600 14px/16px 'Manrope', 'Medium', Arial, sans-serif;
color:#fff;
padding:18px 50px;
background:#000;
box-sizing:border-box;
height:60px;
transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn_block {
border:0;
background:#fff;
}
.btn-block:hover {
background:#333;
cursor:pointer;
}
.box-modal {
float:left;
width:500px;
background:#fff;
}
legend {
padding:0 0 30px 0;
font:600 30px/30px 'Manrope', 'Medium', Arial, sans-serif;
color:#333;
}
.description-form {
padding:0;
font:500 15px/24px Arial, sans-serif;
color:#666;
}
/* @media screen and (min-width:260px) {
.btn-form-wrapper{
width:100%;
}
}
@media screen and (min-width:760px) {
.btn-form-wrapper{
}
} */
@media screen and (min-width:260px) {
.btn-block, .btn-form-wrapper{
width:100%;
}
}
@media screen and (min-width:480px) {
.btn-block, .btn-form-wrapper{
width:100%;
}
}
@media screen and (min-width:640px) {
.btn-block, .btn-form-wrapper{
width:33.33%;
/* 	width:66%; */
}
}
@media screen and (min-width:640px) {
.btn-block{
width:100%;
/* 	width:66%; */
}
}
@media screen and (min-width:760px) {
.btn-form-wrapper{
width:20%;
}
}
@media screen and (min-width:260px) {
.input-medium{
width:100%;
}
}
@media screen and (min-width:480px) {
.input-medium{
width:100%;
}
}
@media screen and (min-width:640px) {
.input-medium{
width:66%;
}
}
@media screen and (min-width:760px) {
.input-medium{
width:80%;
}
}
.input-medium, textarea{
float:left;
color:#333;
font:400 18px/20px 'Medium', Arial, sans-serif;
height:60px;
padding:15px 15px;
border:2px solid #e2efea;
box-sizing:border-box;
}
.input-medium:focus, textarea:focus{
color:#000;
box-sizing:border-box;
}
textarea {
min-height:150px;
resize:vertical;
}
.row {
margin-bottom:30px;
}
.btn-form-wrapper {
float:left;
text-align:center;
}