#email {
  font-family: "Josefin Sans", Tacoma;
  text-align: left;
}

.reset {
 color: #1d4060;
  text-align: center;
  font-family: "Josefin Sans", Tacoma;
}

h2 {
  color: #1d4060;
  text-align: center;
  font-family: "Josefin Sans", Tacoma;
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.button2 {
  text-align: center;
  font-family: "Josefin Sans", Tacoma;
  color: #3f6c96;
}

#save {
  margin-right: 25px;
}

#save:hover {
  background-color: #437eb5;
}

#go {
  margin-top: 20px;
}

#go:hover {
  background-color: #437eb5;
}

#enter:hover {
  background-color: #437eb5;
}

#acc_mng tr {
  height: 25px;
}

.button_center {
  text-align: center;
  font-family: "Josefin Sans", Tacoma;
  color: #3f6c96;
}
#history_table tr{
  height: 35px;
}

#history_edit {
  margin-left: 150px;
}

#history_show {
  margin-left: 25px;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #d2e7f3;
  position: sticky;
  top: 0;
}

li{
  float: left;
  font-family: "Josefin Sans", Tacoma;
}

li a {
  display: block;
  color: #3f6c96;
  text-align: center;
  padding: 14px 25px;
  text-decoration: none;
}

li a:hover {
  background-color: #c1d4df;
}

#current_tab a{
  color: #fff;
  background-color: #68b2f8;
}

#right {
  float: right;
}

.button {
  display: block;
  text-align: center;
  font-family: "Josefin Sans", Tacoma;
}
.line {
  width: 100%;
  height: 3px;
  background-color: #3f6c96;
  border: none;
  margin-right: 0;
}
.square {
  width: 30px;
  height: 30px;
  background-color: #3f6c96;
  border: none;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 30px;
  color: #fff;
  border-radius: 10px;
}

.square:hover {
  background-color: #437eb5;
}

.square_current {
  width: 30px;
  height: 30px;
  background-color: #68b2f8;
  border: 2px solid #3f6c96;
  margin-bottom: 25px;
  margin-right: 10px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-family: "Josefin Sans", Tacoma;
}

.square_current:hover {
  background-color: #5592cc;
}

.button1 {
  text-align: center;
  font-family: "Josefin Sans", Tacoma;
  color: #3f6c96;
  margin-right: 110px;
}

td, th {
  text-align: center;
  width: 100px;
  font-family: "Josefin Sans", Tacoma;
  color: #1d4060;
}
table {
  margin: auto;
  margin-bottom: 25px;
}
body {
  background-color: #94c2dc;
  font-family: "Josefin Sans", Tacoma;
}
#clock2 {
  margin-top: 50px;
}
#small {
  font-size: 15px;
  margin-top: -20px;
  text-align: center;
  font-family: "Josefin Sans", Tacoma;
}

td input[type=text], select {
  width: 100px;
}

.form {
  display: block;
  text-align: center;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  margin-bottom: 50px;
}
h1 {
  color: #1d4060;
  text-align: center;
  font-family: "Josefin Sans", Tacoma;
  font-size: 55px;
}
#pass, .form {
  font-family: "Josefin Sans", Tacoma;
  color: #3f6c96;
  text-align: center;
  font-size: 25px;
  display: block;
}
.long #date, #caretakers {
  width: 350px;
}
#acctname {
  width: 200px;
}
.long {
  text-align: center;
}
input[type=submit], button {
  width: 100px;
  padding: 6px 10px;
  margin: 8px 0;
  border: 1px solid #3f6c96;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  background-color: #3f6c96;
  margin-bottom: 15px;
  cursor: pointer;
}
input[type=checkbox] {
  width: 20px;
  height: 20px;
}
input[type=text], select, #uname, #pword, #repword, #email, #name, #phone {
  width: 250px;
  padding: 12px 20px;
  margin: 8px 0;
  border-radius: 4px;
  box-sizing: border-box;
}
#numhours {
  width: 100px;
  padding: 12px 20px;
  margin: 8px 0;
  border-radius: 4px;
  box-sizing: border-box;
}

.delete {
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 16px;
  font-family: "Josefin Sans", Tacoma;
}

.delete:hover {
  background-color: #437eb5;
}
#joe {
  float: right;
  margin-top: 15px;
}
#incorrect {
  text-align:center;
  color: #d8273b;
  padding-bottom: 25px;
}
#empty {
  text-align:center;
  color: #d8273b;
  padding-bottom: 25px;
}


