body {
  font-family: 'Roboto', sans-serif;
  transition: 3s;
  background: #f5f5fc;
  vertical-align: middle;
}


.login-container {
  vertical-align: middle;
  border: .5px solid #f5f5fc;
  border-radius: 20px;
  background: white;
  min-height: 500px;
  margin-top: 6%;
  /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.left-container{
  background: #edf1f3;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}
.left-container-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

#fl {
  font-weight: 600;
}

#sl {
  font-weight: 100 !important;
}

.profile-img {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.profile-img img {
  height: auto;
}

@keyframes mymove {
  from {border: 1px solid #F2F3F4;}
  to {border: 8px solid #F2F3F4;}
}

.login-form {
  padding: 15px;
}

.login-form h3 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-control {
  font-size: 14px;
  padding: .8em .75em;
}

.forget-password a {
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}

.divider {
  height: auto;
  width: 2px;
  background-color: white;
}