body {
  font-family: 'Roboto', sans-serif;
  transition: 3s;
  background: #f5f5fc;
  vertical-align: middle;
}


.login-container {
  vertical-align: middle;
  border: .5px solid #f5f5fc;
  border-radius: 5px;
  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: #17a2b8;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

#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;
}
