.im-btn {
  outline: none;
  box-sizing: content-box;
}

.im-btn.btn-primary {
  background-color: #2196f3;
}

.im-btn.btn-primary:hover {
  background-color: #71bcf7;
}

.im-btn.btn-primary:active {
  background-color: #99cff9;
  color: rgba(255, 255, 255, 0.5);
}

.im-btn.btn-default {
  border: 1px solid #e8edf1;
  color: #6d767f;
  background-color: #fff;
}

.im-btn.btn-default:hover {
  color: #2196f3;
  background-color: #eaf5fd;
  border: 1px solid #eaf5fd;
}

.im-btn.btn-default:active {
  color: #2196f3;
  background-color: #eaf5fd;
  border: 1px solid #eaf5fd;
  opacity: 0.5;
}

.im-btn.btn-s {
  line-height: 36px;
  border-radius: 18px;
  min-width: 100px;
  padding: 0 1em;
}

.im-btn.btn-m {
  font-size: 16px;
  line-height: 40px;
  min-width: 160px;
  border-radius: 2px;
  padding: 0 1em;
}

.im-btn.btn-l {
  font-size: 16px;
  line-height: 50px;
  min-width: 200px;
  padding: 0 1em;
}

.disabled.im-btn, .disabled.im-btn:hover, .disabled.im-btn:active {
  background-color: #f2f7fb !important;
  color: #bdcad5 !important;
  opacity: 1 !important;
  border: 0;
}

.im-danger {
  background-color: #ff3d00;
  color: #fff;
}

.im-link {
  color: #2196f3;
  text-decoration: none;
  cursor: pointer;
}

.btn-s--link {
  font-size: 14px;
}

.btn-m--link {
  font-size: 16px;
}

.btn-l--link {
  font-size: 18px;
}
