body {
  font-family: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  background-color: #36393f;
  color: #dcddde;
}

label {
  font-size: 1rem;
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  background-color: #40444b;
  color: #dcddde;
  font-family: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif;
  border-radius: 8px;
}

/* Set a style for all buttons */
button {
  font: 600 13.3333px Whitney,Helvetica Neue,Helvetica,Arial,sans-serif;
  background-color: #7289da;
  border-radius: 3px;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: opacity .17s ease,color .17s ease;
}

.custom-btn {
  font: 600 13.3333px Whitney,Helvetica Neue,Helvetica,Arial,sans-serif;
  background-color: #7289da;
  border-radius: 3px;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: opacity .17s ease,color .17s ease;
}

a.custom-btn:hover {
  color: white;
}

.custom-btn:hover {
  opacity: 0.9;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.9;
}

.red {
  background-color: #f04747;
}

.green {
  background-color: #43b581;
}

.blue {
  background-color: #7289da;
}

.login-form {
  background-color: #2f3136;
  border-radius: 4px;
  margin: auto;
  width: 400px;
}

.title {
  font-size: 24px;
  font-weight: 600;
}

.subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}

.subsubtitle {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 12px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.container {
  padding: 16px;
}

.divider {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  border-top: thin solid rgba(255,255,255,0.06);
}

.icon-text ion-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.2rem;
}

.icon-text span {
  display: table-cell;
  vertical-align: middle;
}

.success-text {
  color: #43b581;
  text-align: center;
  padding: 10px 10px;
  border: #43b581 solid 1px;
  border-radius: 4px;
  display: table;
}

.success-text:hover {
  color: #43b581 !important;
  text-decoration: none;
}

.success-text ion-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.2rem;
}

.success-text span {
  display: table-cell;
  vertical-align: middle;
}

.warning-text {
  color: #faa61a;
  text-align: center;
  padding: 10px 10px;
  border: #faa61a solid 1px;
  border-radius: 4px;
  display: table;
}

.warning-text:hover {
  color: #faa61a;
  text-decoration: none;
}

.warning-text ion-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.2rem;
}

.warning-text span {
  display: table-cell;
  vertical-align: middle;
}

.error-text {
  color: #f04747;
  text-align: center;
  padding: 10px 10px;
  border: #f04747 solid 1px;
  border-radius: 4px;
  display: table;
}

.error-text:hover {
  color: #f04747;
  text-decoration: none;
}

.error-text ion-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.2rem;
}

.error-text span {
  display: table-cell;
  vertical-align: middle;
}

.fake-button {
  font: 600 13.3333px Whitney,Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
  background-color: #7289da;
  border-radius: 3px;
  color: white;
  padding: 14px 0px;
  margin: 4px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: opacity .17s ease,color .17s ease;
  display: block;
  text-align: center;
}

.fake-button.sm {
  padding: 4px 0px;
}

.fake-button:hover {
  opacity: 0.9;
  text-decoration: none;
  color: white;
}

.fake-button.red {
  background-color: #f04747;
}

.fake-button.green {
  background-color: #43b581;
}

.card.dark {
  background-color: #2f3136;
}

.badge.badge-bot {
  background-color: #7289da;
  color: white;
}

a.without_deco {
  text-decoration: none;
  color: white;
}

a.without_deco:hover {
  color: white;
}