.btn {
  position: relative;
  display: inline-block;
  margin: 5px;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #7A00E6;
  color: #FFFFFF;
  padding: 0.7em 1.5em;
  font-size: 18px;
  font-family: "Calibri", sans-serif;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  white-space: normal;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.btn:disabled {
  background: rgba(217, 217, 217, 0.38) !important;
  cursor: not-allowed
}

.btn.btn-small {
  padding: 0.7em 1.5em;
  font-size: 14.4px
}

.btn.btn-large {
  padding: 0.7em 1.5em;
  font-size: 21.6px
}

.btn.red {
  background: red
}

.btn.red:hover {
  background: #f33
}

.btn>.icon {
  float: left;
  margin: 0 15px 0 0;
  line-height: 20px
}

.register-button {
  font-weight: bold;
  border: none;
  font-size: 16px;
  color: #313762;
}
