html{
height:100%;
padding:0;
margin:0;
position:relative;
   
}


body {
    
 
  padding-top:7px;
  padding-bottom:7px;
  font-size:14px;
  font-family:Verdana,sans-serif;
  width:97%;
  height:97%;
  padding-left:1%;
  padding-right:1%;
  background-color:#ffffff;
  margin:0;
  
  z-index:1;
  
}

textarea{
    padding:7px;
}

input{
    
    padding-left:7px;
}



div.flex-c-p{

    display:flex;
    width: 95%;
    align-items: center;
    justify-content: center;
    padding:10px;

}

div.flex-center{
   height:90%;
   display:flex;
   width: 95%;
   align-items: center;
   justify-content: center;
   padding:10px; 
    
    
}

div.flex-conftext{
    
    
}

div.flex-right{
    
   column-gap:7px;
   display:flex;
   align-items: center;
   justify-content: flex-end;
   padding:10px;  
    
}

span.uname{
 
  color:#1826e7;
  font-weight:bold;
 
    
}

div.grid-2-9{
    
  display:grid;
  column-gap: 14px;
  row-gap: 7px;
  grid-template-columns:150px 800px;
    
}

div.grid-2-small{
    
  display:grid;
  column-gap: 14px;
  row-gap: 7px;
  grid-template-columns:100px 350px;   
}



div.message-table{
  display:grid;  
  grid-template-columns:30px 750px;
  column-gap: 7px;
  margin-top:7px;
  margin-bottom:7px;
  margin-left:450px;
}

div.message-text{
  display:block;
  
    
}

div.simple-block{
    
  display:block;

}

div.save-button,div.login-button {
    display:block;
    width:60px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #80c242;
    background-color: #fff;
    border: solid 1px #80c242;
    border-radius: 3px;
    padding: 17px 20px;
    cursor: pointer;
    transition: all 0.3s;
    text-align:center;
}

div.logout-button{
   
    display:block;
    width:60px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #752813;
    background-color: #fff;
    border: solid 1px #752813;
    border-radius: 3px;
    padding: 17px 20px;
    cursor: pointer;
    transition: all 0.3s;
    text-align:center; 
    
}

div.logout-button:hover{
     color: #fff;
     background-color:#752813;
}

div.save-button:hover,div.login-button:hover{
    
     color: #fff;
     background-color:#80c242;
}

div.title{
    width: 100%;
    font-size: 40px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-device-width: 480px){
  
     
    
    div.grid-2-9{
    grid-template-columns:30% 70%;
}

 div.message-text{
  display:block;
  max-width:300px; 
    
}
   
  div.message-table{
  display:grid;  
  grid-template-column:5% 92%;
  column-gap:3%;
  margin-left:0;
  
}
  
div.flex-c-p{
      
      width:95%;
      padding:7px;
      align-items: center;
      justify-content: center;
}  

div.grid-2-small{
    
  display:grid;
  column-gap: 14px;
  row-gap: 7px;
  grid-template-columns:20% 75%;   
}
   
div.title{
    width: 100%;
    font-size: 20px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
}   
   
    
}