#registration-container {
    margin: 0 auto;
  }
  
  .loginradius--form-element-content {
    position: relative;
    margin-bottom: 15px;
  }
  .text-center {
    text-align: center;
  }

  button {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
  }
  
  input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575;
    margin: 0 auto;
  }
  input:focus {
    outline: none;
  }
  
  /* LABEL ======================================= */
   /* label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }  */
  
  /* active state */
  input:focus ~ label,
  input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #5264ae;
  }
  
  .loginradius-submit {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    margin: 0 auto;
  }
  
  #login-container,
  #registration-container,
  #forgotpassword-container,
  #resetPasskey-container
  #resetpassword-container,
  #changepassword-container,
  #autologin-container,
  #passwordLessLogin-container,
  #forgotpin-container,
  #changepin-container,
  #resetPIN-container,
  #reauth-container,
  #resetPINBySecQ-container {
    margin: 0 auto;
    width: 300px;
  }
  #resetPasswordBySecQ-container {
    margin: 0 auto;
    width: 300px;
  }

  #cooltoast-container {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    /*   font-family: 'Helvetica'; */
  }
  
  /* toast css */
  
  .cooltoast-toast {
    position: relative;
    padding: 8px 12px;
    margin: 16px;
    border-radius: 8px;
    background: #f5f5f5;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.19);
    animation-duration: 0.3s;
    animation-name: cooltoast;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .cooltoast-fadeOut {
    animation-name: cooltoastFadeOut;
    animation-duration: 0.3s;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: forwards;
  }
  
  #cooltoast-container p,
  #cooltoast-container h4 {
    margin: 3px 0 !important;
  }
  
  .cooltoast-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
  }
  
  .cooltoast-text {
    font-size: 14px;
    color: #777;
  }
  
  .cooltoast-icon {
    position: absolute;
    top: 5px;
    left: -40px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
  }
  
  .cooltoast-toast a,
  .cooltoast-toast a:hover {
    color: #549edb !important;
    text-decoration: none !important;
  }
  
  /** toast types */
  .cooltoast-success {
    border-bottom: 2px solid #51c625;
  }
  
  .cooltoast-warning {
    border-bottom: 2px solid #db9215;
  }
  
  .cooltoast-error {
    border-bottom: 2px solid #db2b1d;
  }
  
  .cooltoast-info {
    border-bottom: 2px solid #27abdb;
  }
  
  @keyframes cooltoast {
    from {
      transform: translate3d(400px, 0, 0);
      opacity: 0;
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes cooltoastFadeOut {
    from {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
    to {
      transform: translate3d(400px, 0, 0);
      opacity: 0;
    }
  }
  
.icon-align-right {
  float: right;
  position: relative;
  top: 3px;
  margin-left: 15px;
}

.main-container {
  display: inline-block;
  width: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1020px;
  margin: 0 auto;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  display: table;
  padding: 20px;
}
.main-container h3 {
  text-align: center !important;
}

.alert {
  padding: 20px;
  color: white;
  position: relative;
  width: 800px;
  height: auto;
  margin: 10px auto;
  display: none;
}
.alert-success {
  background-color: #4CAF50;
}
.alert-error {
  background-color: #F44336;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.json-body {
  white-space: pre;
  font-family: monospace;
}

.app-btn-container {
  height: 20px;
  padding: 15px 0;
}

div.nav-wrapper ul a {
  padding: 0 10px;
} 
.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.flex-item {
  background-color: transparent;
  padding: 5px;
  width: 525px;
  height: 300px;
  margin-top: 10px;
  border: none;
  text-align: left;
}


.json-holder {
  width:100%;
  height:300px;
  overflow: auto;
  border: 2px solid #ccc;
  color:#131313;
  font-size: 14px;
  background: #fafafa;
}
.api-fw-payload-block {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: auto;
  height:300px;
  overflow: auto; 
}

.info-block {
  padding: 20px;
  background-color: #fafafa;
  color: #131313;
  border: 1px solid #131313;
  border-radius: 5px;
  margin:10px;
}

.syntax-code {
  font-family: 'Courier New', Courier, monospace;
  color:green;
}

.response-block {
  width: 100%;
}

.custom-small-table td,
.custom-small-table th {
  padding: 2px;
}

.login-block {
  height: 120px;
}

#reset_password_by_security_question {
  margin: 20px auto;
  width: 300px;
  padding: 10px;
  background: #ec4b52;
  text-align: center;
}
#reset_password_by_security_question a {
  color: #fff;
}

#reset_pin_by_security_question {
  margin: 20px auto;
  width: 300px;
  padding: 10px;
  background: #ec4b52;
  text-align: center;
}
#reset_pin_by_security_question a {
  color: #fff;
}

/* account linking template css  */
#accountlinking-container {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  margin: auto;
  background-color: DodgerBlue;
}

.lr-unlinked,
.lr-linked {
  background-color: #f1f1f1;
  width: 380px;
  margin: 10px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  border-radius: 10px;
}

.del-btn {
  width: 35%;
  background: red;
  color: #fff;
  float: right;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}

.connected-provider {
  width: 65%;
  background: #6aef70;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
  float: left;
  cursor: default;
}