.lex-login-body{
  background: linear-gradient(135deg, #2b0f19 0%, #7d2447 55%, #a02c53 100%);
}

.lex-logo{
  width: 280px;
  height: 100%;
  object-fit: contain;
}

.lex-btn{
  background-color: #7d2447;
  color: #fff;
  border-radius: 12px;
}

.lex-btn:hover{
  background-color: #6a1f3d;
}

.lex-link{
  color: #7d2447;
  text-decoration: none;
}
.lex-link:hover{
  text-decoration: underline;
}

.form-control:focus{
  border-color: rgba(125,36,71,.5);
  box-shadow: 0 0 0 .2rem rgba(125,36,71,.2);
}

.thumb
{
    height: 6em;
    border: 1px solid #848482;
    margin: 10px 5px 0 0;
}
