@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

body{
    
  height: 100%; 
  font-family: 'Noto Sans', Tahoma; 
  
}

.contact_form{  
    
  width: 460px; 
  height: auto;
  margin: 80px auto;
  border-radius: 10px;  
  padding-top: 30px;
  padding-bottom: 20px;  
  background-color: #fbfbfb; 
  padding-left: 30px;
  
}

input{
    
  background-color: #fbfbfb; 
  width: 408px; 
  height: 40px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color:  #FCCE01; 
  margin-top: 10px;  
  padding-left: 10px;
  margin-bottom: 20px; 
  
}

textarea{
    
  background-color: #fbfbfb; 
  width: 408px; 
  height: 150px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color:  #FCCE01; 
  margin-top: 10px;  
  padding-left: 10px;
  margin-bottom: 20px; 
  padding-top: 15px;
  
}

label{
    
  display: block; 
  float: center;  
  
}

button{
    
  height: 45px; 
  padding-left: 5px;
  padding-right: 5px;   
  margin-bottom: 20px; 
  margin-top: 10px;   
  text-transform: uppercase;
  background-color: #FCCE01; 
  border-color: #FCCE01; 
  border-style: solid; 
  border-radius: 10px;  
  width: 420px;   
  cursor: pointer;
  
}

button p{
    
  color: #fff; 
  
}

span{
    
  color: #FCCE01; 
  
}

.aviso{
    
  font-size: 13px;  
  color:  #FCCE01;  
  
}

h6{
    
  font-size: 12px; 
  padding-bottom: 20px;
  color: black;  
  
}

p{
    
  font-size: 14px; 
  color:  #FCCE01; 
  
}

::-webkit-input-placeholder {
    
 color: #a8a8a8;
 
}

::-webkit-textarea-placeholder {
    
 color: #a8a8a8;
 
}

.formulario input:focus{
    
  outline:0;
  border: 1px solid #97d848;
  
}

.formulario textarea:focus{
    
  outline:0;
  border: 1px solid #97d848;
  
}

.container {
    
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  
}/*Indented*/
