body {
  padding-bottom: 70px;
  padding-top: 80px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.errorMessage {
  color: #F00;
  margin-bottom: 5px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}
.childSection {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.childDetail {
  float: none;
  display: inline-block;
  margin: 5px 15px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #FFF;
  cursor: pointer;
}

.childMale {
  background-color: #73C6FF;
}

.childFemale {
  background-color: #FDBCC7;
}

.childName {
  font-size: 26px;
  color: #FFF;
}

.childDOB {
  color: #FFF;
  padding-left: 5px;
}

.dayHeader {
  border: solid 0px #808080;
  border-bottom-width: 1px;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #F9F9F9;
}

.dayHeaderDate {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.logEntry {
  border: solid 0px #808080;
  border-bottom-width: 1px;
  padding: 10px;
}

.logTime {
  display: inline-block;
  font-size: 18px;
}

.logDetails {
  padding-left: 5px;
}

.logIcon {
  width:32px;
  height:32px;
  background-size: contain;
  margin-right: 10px;
  display: inline-block;
}

.BreastLeft {
  background-image: url("../images/LeftBreast@2x.png");
}

.BreastRight {
  background-image: url("../images/RightBreast@2x.png");
}

.Bottle {
  background-image: url("../images/Bottle@2x.png");
}

.Growth {
  background-image: url("../images/Growth@2x.png");
}

.LeftRightBreast {
  background-image: url("../images/Left&RightBreast_v@2x.png");
  height:56px;
}

.RightLeftBreast {
  background-image: url("../images/Right&LeftBreast_v@2x.png");
  height:56px;
}

.NappyDirty {
  background-image: url("../images/Nappy_dirty@2x.png");
}

.NappyWet {
  background-image: url("../images/Nappy_wet@2x.png");
}

.NappyWetDirty {
  background-image: url("../images/Nappy_wet+dirty@2x.png");
}

.Reminder {
  background-image: url("../images/Reminder@2x.png");
}

.Sleep {
  background-image: url("../images/Sleep@2x.png");
}

.Solid {
  background-image: url("../images/Solids@2x.png");
}

.Express {
  background-image: url("../images/BreastPump@2x.png");
}
