
.custom-input {
    width: 100%;
    height: auto;
    border-radius: 4px;
    opacity: 0px;
    border: #E6E6E6;
    padding: 10px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    background-color: #E6E6E6;
    color: #9C9C9C;
  }
  .log-content {
    gap: 10px;
  }
  .log-content i {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #0071B7;
    color: white;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.log-content h5 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}
.p-number1 p {
    margin-top: 52px;
    margin-left: -180px;
}
.p-number1 p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #717171;
}
.log-content .p-number {
    margin: auto auto auto 6px;
}