
.btn-label {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    border-color: #002CC4;
    border: 1px solid;
    font-family: lato;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: center;
    margin-top: 2rem;
  }
  
  .btn-cancel {
    color: #002CC4;
    margin-right: 0.5rem;
  }
  
  .btn-cancel:hover {
    background-color: #002CC4;
    color: #fff;
  }
  
  .btn-continue {
    width: 113px;
    color: #fff;
    background-color: #002CC4;
  }
  
  .btn-continue:hover {
    background-color: #004285;
  }
  
  .session-form {
    width: 504px !important;
    padding: 29px !important;
  }
  
  .session-form-group {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
  }
  .a {
    color: #002CC4;
  }
  
  .suspicious-text__session_remove {
    color: #616161;
    font-size: 14px;
    margin-top: 10px;
  }

  .session-kc-header-wrapper {
    margin-bottom: 1rem;
  }

  .session-header-title {
    font-size: 24px !important;
  }