.tableShcedual {
  border: 1 px solid;
  width: auto;
  border-radius: 3px;
  float: left;
  border-collapse: collapse;
  background-color: rgb(70, 100, 175);
  color: white;
  border-radius: 9px;
  font-size: 8px;
  margin: 20px;
}
.tableShcedual tr {
  border-bottom: 1px solid #000;
}
.tableShcedual tr td {
  padding: 6px;
}

.normal_login {
  font-size: 12px;
  width: 70%;
}

#login_css {
  width: 100%;
  display: flex;
  float: left;
  justify-content: space-around;
}

.or {
  text-align: center;
  align-items: center;
  font-size: 28px;
  font-family: "Courier New", Courier, monospace;
  color: gray;
  width: 10%;
  position: relative;
}
.or .h4 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login_social {
  display: flex;
  float: left;
  justify-content: space-around;
  flex-direction: column-reverse;
}

.delete_btn {
  background-color: rgb(69, 94, 150);
  font-size: 20px;
  font-weight: bold;
  color: white;
  border: 1px solid rgb(69, 94, 150);
  border-radius: 10px;
  width: 70%;
  margin-bottom: 15px;
}/*# sourceMappingURL=dev.css.map */