.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}
/*
 {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow: hidden;
  font-family: "lato", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  background-color: #ecf0f3;
}

.login-div {
  width: 430px;
  height: 700px;
  position:relative;
  margin-left: 400px;
  padding: 35px 35px 35px 35px;
  border-radius: 40px;
  background: #ecf0f3;
  box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #ffffff;
  left:50%;
}
.logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  /* box-shadow: 0px 0px 2px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaaf,
    -8px -8px 15px #ffffff; */ /*
}
.title {
  text-align: center;
  font-size: 24px;
  padding-top: 20px;
  letter-spacing: 0.5px;
}
.sub-title {
  text-align: center;
  font-size: 15px;
  padding-top: 8px;
  letter-spacing: 3px;
}
.img {
  width: 100px;
  height: 100px;
}
.fields {
  width: 100%;
  padding: 45px 5px 5px 5px;
}
.fields input {
  border: none;
  outline: none;
  background: none;
  font-size: 18px;
  color: #555;
  padding: 20px 10px 20px 5px;
}
.cred {
  font-size: 20px;
}
.username,
.password {
  margin-bottom: 18px;
  border-radius: 25px;
  box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #ffffff;
}
.password {
  margin-bottom: 5px;
}
.check {
  margin-bottom: 5px;
}
.fields svg {
  height: 22px;
  margin: 0 10px -3px 25px;
}
.signin-button {
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 55px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-align: center;
  background: #24cfaa;
  box-shadow: 3px 3px 8px #b1b1b1, -3px -3px 8px #ffffff;
  transition: 0.5s;
}
.signin-button:hover {
  background: #4fd3c4;
  /*2fdbb6*/ /*
}
.signin-button:active {
  background: #1da88a;
}
.link {
  padding-top: 2px;
  text-align: center;
}
.link a {
  text-decoration: none;
  color: #42c2ff;
  font-size: 15px;
}
.forpass {
  margin-left: 5px;
}
.forpass a {
  text-decoration: none;
  color: #42c2ff;
  font-size: 15px;
}
a:hover {
  color: #1da88a;
}
*/

.form-label {
  margin-top: 0.5rem;
}
.form-control{
  border: none;
}
.form-control:focus {
  border: 1px solid #008aff;
}
/* #form1Example13,
#form1Example23 {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
#form1Example13 {
  border-bottom: 2px solid rgb(211, 51, 51);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}

#form1Example13:valid {
  border-bottom: 2px solid rgb(39, 216, 39);
} */
