body
{
 font-size: 16px;
 //background-color: rgb(171, 170, 170);
background: #D5D2D2; /* Old browsers */
background: -moz-linear-gradient(left,  #D5D2D2 0%, #DDDDDD 50%, #D5D2D2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#D5D2D2), color-stop(50%,#DDDDDD), color-stop(100%,#D5D2D2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #D5D2D2 0%,#DDDDDD 50%,#D5D2D2 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #D5D2D2 0%,#DDDDDD 50%,#D5D2D2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #D5D2D2 0%,#DDDDDD 50%,#D5D2D2 100%); /* IE10+ */
background: linear-gradient(to right, #D5D2D2 0%,#DDDDDD 50%,#D5D2D2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D5D2D2', endColorstr='#D5D2D2',GradientType=1 ); /* IE6-9 */ 
-ms-text-size-adjust:auto;


background-image: url("maasto2.jpg");
background-size:cover;
background-repeat: no-repeat;
background-attachment:fixed;
//background-size: 100% 100%;
}

/*
html {
    height: 100%
}
*/

.form-control
{
 font-size: 16px;
}

.form_container
{
 border: 1px solid black;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 background-color: #6D6F74;
 padding: 20px;
}
@media (max-width: 992) and (min-width: 0px) 
{
 @-viewport 
 {
   width: 
 }
  
 @-ms-viewport 
 {
    width:992;
 }  
}

.container
{
width: 1024px;
}

textarea {
    resize: none;
}


