.contactForm{

    display: flex;
    width: 70%;
    height: 800px;
    background-color: rgba(221, 207, 177, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
  
  }

  .loginForm{
    display: flex;
    width: 70%;
    height: 500px;
    background-color: rgba(221, 207, 177, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
  
  }

  
  p{
    font-size: 2em;
    opacity: 100%;
  }
  
  .material-icons.md-48{

    color: rgb(216, 146, 59);
    font-size: 30px;
  }
   .material-icons.md-48.profile{
    vertical-align: text-bottom; 
    color: #D8923B;
    font-size: 30px;
  }
 

  .contienePerfil
  {
    display: flex;
    align-content: center;
    width: 50%;
  }

  .txtCorreo{
    width: 49%;
  }
  .formData{
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  label{
    padding-left: 40px;
    font-size: 1.6em;
  }
  
  .form-error{
    font-size: 0.75rem;
    padding-left: 40px;
    font-weight: bold;
    color: red;
  }
  .txtInput{
    cursor: auto;
    padding-left: 5px;
    height: 20px;
    width: 100%;  
    border: 1px black solid;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
  }
  
 
  .title{
    font-size: 2em;
    font-weight: bold;
    text-align: center;

  }

  .txtInputArea{
    font-size: 16px;
    height: 150px;
    width: 100%;
    white-space: pre-wrap;
    border: 1px black solid;
    background-color: rgba(255, 255, 255, 0);
  }
 
  .ck-content{
    height: 200px;
    width: 100%;
  }

  
  .btnSubmit{
    margin-top: 1rem;
    width: 45%;
    height: 40px;
    background-color: #D8923B;
  }
  
  .btnBack{
    margin-top: 1rem;
    width: 20%;
    height: 40px;
    background-color: #D8923B;
  }
  
  .buttonHolder{
    width: 100%;
    text-align: center;
  }
  
  .backbutton{
    width: 90%;
    height: 50px;
    display: flex;
    padding-left: 20px;
    justify-content: flex-start;
    padding-bottom: 50px;
  }
  
  .btnBack{
    background-color: #D8923B;
    font-size: 20px;
    height: 100%;
    width: 100%;
  }
  .alert{
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 16px;
    height: 50px;
    width: 100%;
    background-color: rgba(116, 222, 95, .6);
    border: #ffffff 1px solid;
    font-weight: bold;

  }



  .failalert{
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    height: 50px;
    width: 100%;
    background-color: rgba(245, 45, 61, 0.6);
    border: #ffffff 1px solid;
    font-weight: bold;

  }

  
  .formUpload{
    width: 100%;
    
  }

  .inputDoc{
    cursor: auto;
    padding-left: 5px;
    height: 20px;
    width: 50%;  
    border: 1px black solid;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
  }

  select{
    height: 20px;
    width: 100%;  
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
  }

  .categoria{
    height: 20px;
    width: 20%;  
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
  }

  .comment{
    width: 100%
    ;height: 500px;
  }

  .emptyTable{
    text-align: center; font-weight: bold;
  }

  .datosMensaje{
    width: 50%;
  }

  .contenedorMensaje{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
  }

.contieneDatos{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contieneMensaje
{
  padding-top: 5rem;
  width: 60%;
}

.buttonRead{
  border: 1px black solid;
  width: 14rem;
}