html,body{margin:0;padding:0}
body {
  font-family: Arial, Helvetica, sans-serif;
}

.logo{
  height: 30px;
  width: 30px;
  z-index:1000;
  position: absolute;
  top: 4px;
  left: 4px;
}
img.logo{
  top: 0px;
  lefT: 0px;
}


.log {
  color: rgb(104, 85, 224);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(104, 85, 224, 1);
  border-radius: 15px;
  padding: 10px 40px 10px 40px;
  font-weight: 600;
}

button.log:hover {
  color: white;
  width:;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.6);
  background-color: rgba(104, 85, 224, 1);
}

  img.profile{
    border-radius: 50%;
        max-height: 100%;
        max-width: 100%;
        display: block;
  }
  div.profile{
    height: 28px;
    width: 28px;
    flex: 1;
  }
  div.email{
    flex: 1;
        margin-right: 10px;
        display: table;
  }
  span.email{
  display: table-cell;
        vertical-align: middle;
  }
  div.user{
    display: flex;
  border: 2px solid rgba(104, 85, 224, 1);
  border-radius: 15px;
  padding: 8px;
  font-weight: 600;
  color: white;
/*  background-color: rgba(104, 85, 224, 1); */
  }

button.tool{
  width:90%;
  font-size: x-large;
  margin: 10px;
  padding: 5px;
  border: 2px solid rgba(104, 85, 224, 1);
  border-radius: 5px;
  cursor: pointer;
}

div.tool{
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
}
