
#customer-id .logo{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
    border-radius: 13px;
}

#customer-id .qr{
    width: 80px;
    position: absolute;
    right: 10px;
    top: 90px;
    border-radius: 13px;
    z-index: 1;
}

#customer-id .name{
   color:  #1c87ce
}

#customer-id h6{
    position: absolute;
    right: 100px;
    color:  #1c87ce;
    font-weight: bold;
}

#customer-id .data{
    line-height: 16px;
    margin-top: -12px;
}

#customer-id{
    width: 350px;
    height: 200px;
    padding: 20px;
    border: 1px rgba(0,0,0,0.15) ;
    border-radius: 6px;
    margin-right: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: #eee ;
    border: 1px solid #1c87ce;
    color: #555;
    letter-spacing: 1px ;
    /*font-weight: 100;*/
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 25px 15px -20px rgba(0,0,0,0.2);
    position:relative;
    transition-duration: .5s;

  }


#customer-id  h2{
    font-size: 25px;
    font-weight: 700;
  }

#customer-id h2 span{
    font-size: 12px;
  }

#customer-id  p{
    font-size: 12px;
    line-height: 22px;
  }


  #customer-id  .circle{
    width: 100px; height: 100px;
    border-radius: 100%;
    position: absolute;

  }

#customer-id .circle1{
    border: 3px solid
    #1c87ce;
    right: -40px;
    bottom: -40px;
    z-index: 0;
    width: 80px;
    height: 80px;
  }

#customer-id .circle2{
    border: 3px solid #1c87ce;
    width: 80px;
    height: 80px;
    right:-40px;
    top:-40px;
  }


#customer-id .Name{
    font-size: 240px;
    color: #ccc;
    position: absolute;
    display: block;
    font-weight:100 ;
    right: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }


#customer-id:hover{
    bottom:30px;
    transition-duration: .5s;
    transition: all 0.5s ease-in-out;

  }

  .text-success{
      color: green;
  }

  .text-danger{
    color: red;
}
.bold{
    font-weight: bold;
}
