/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.04.2019, 0:17:50
    Author     : avs
*/



.form_lable{font: bold 15px/1 Arial, Helvetica, sans-serif; color:#1e3150; text-shadow: 1px 1px 1px rgba(0,0,0,0.1); text-align:right; padding:10px 0px 10px 0px; margin-top: 15px;}
.form{
    margin: auto;
    color: #fff;
    font-size: 14px;
    max-width: 800px;
}

.form input, .form textarea{
      -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  margin: 16px 0 0 0;
}

.form DIV a{
    color: #881f0e;
    text-decoration: underline;
}

.input_alert {
  padding: 5px 0 0 0;
  text-align: left;
  font: normal 14px/1.3 Verdana, Geneva, sans-serif;
  color: rgba(107,107,107,1);
}

input[type="text"]::-webkit-input-placeholder { color: #262f3b; }
input[type="text"]:-ms-input-placeholder { color: #262f3b; }
input[type="text"]::-ms-input-placeholder { color: #262f3b; }
input[type="text"]::placeholder { color: #262f3b; }
textarea::placeholder { color: #262f3b; }
.submit_bt{
  font-family: Arial, Helvetica, sans-serif;
  margin: 16px 0 0 0;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 20px;
  color: rgba(255,255,255,1);
  font-size: 15px;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #000;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}


.submit_bt:hover{background: #49c0d0;}
.submit_bt:active{
    position: relative;
    top: 1px;
}

.submit_bt_disabled{
  font-family: Arial, Helvetica, sans-serif;
  margin: 16px 0 0 0;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: initial;
  padding: 10px 20px;
  color: rgba(255,255,255,1);
  font-size: 15px;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #b1b1b1;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;

}
.submit_bt_disabled:hover{background: #b1b1b1;}
.submit_bt_disabled:active{
    position: relative;
    top: 0px;
}




.container_contact{width:100%; padding:50px 5px; background-color:#f4f3ee; text-align:center}
.container_contact span{margin:20px;   font: normal 25px/1 Verdana, Geneva, sans-serif;
  color: rgba(107,107,107,1);
  text-align: center;}
  
.container_contact p{margin:10px;
  font: normal 14px/1.3 Verdana, Geneva, sans-serif;
  color: rgba(107,107,107,1);
  margin: 10px 10px 20px;
}


@media only screen and (max-width: 39.937em) {
.form_lable{display: none;}
} /* max-width 639px, mobile-only styles, use when QAing mobile issues */ 

/* Medium screens */
@media only screen and (min-width: 40em) and (max-width: 64em) {
.form_lable{display: none;}
} /* min-width 640px and max-width 1024px, use when QAing tablet-only issues */ 

