body {
  font-family: sans-serif;
}

.myButton {
  background: none;
    border: 1px solid white;
    color: white;
	padding: 7px 8px;
    
	width:100%;
	background-color: #f82479;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 8px;
	height:50px;
	
}
.myButton:hover {
  
  background-color: #f82479;
}
.myButton:active {
  background-color: #f82479;
  position: relative;
  top: 1px;
}
.myInput {
  
  display: inline-block;
  padding: 6px;
  border: 1px solid #f82479;
  outline: 0;
  font-weight: bold;
  background: #f5f5f5;
  color: #f82479;
  width:95%;
}

.warning-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 4px;
  color: #f82479;
  background-color: #f5f5f5;
}
.myImage {
  width: 100px;
  height: auto;
}




/*# sourceMappingURL=/styles.dd855970.css.map */