.avatar {
  vertical-align: middle;
  max-width: 350px;
  min-width: 200px;
  max-height: 350px;
  min-height: 200px;
  /* border-radius: 50%; */
}

.bg-login-image {
  background: url("../img/login_img.jpg");
  background-position: center;
  background-size: cover;
}

.link-child{
  padding: 0rem 2rem 1rem 2rem !important;
}

.front-border-round{
  border-radius: .35rem 0 0 .35rem;
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 30px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.cust-fornt-12{
  font-size: 12px;
}