.input-box{
    height: 45px;
    width: 90%;
    font-size: 18px;
    padding-left: 10px;
    border-radius: 10px;
    margin-left: 10px;
    outline: none;
}

span.circle {
    background: dodgerblue;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em; 
  }

  .generate-cert-btn{
      background-color: dodgerblue;
      font-size: 18px;
      color: white;
      font-weight: bold;
      text-transform: capitalize;
      border:none;
      outline: none;
      border-radius: 10px;
      padding:10px;
      margin-left: 10px;
  }

  .generate-cert-btn:hover{
    background-color: rgb(91, 164, 238);
  }