#msg-container{
  position: relative;
  font-size: 24px;
}

#pop-msg{
  border: 1px solid lightgray;
  border-radius: 5px;
	Box-sizing: border-box; 
	Padding: 1.5rem;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
}

.under-input-msg{
  margin-top: 0.3rem;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  padding: 5px;
  color: white;
  background-color: #eb6864;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-msg {
  color: #DFF2BF;
  background-color: #22b24c;
}

.error-msg {
  color: white;
  background-color: #eb6864;
}