html,
body {
  min-height: 100%;
  min-width: 100%;
}

body {
  background-image: linear-gradient(to right top, #fff,#000);
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

.login {
  background: #FFF;
  color: #000;
  border-radius: 90px 90px 90px 90px;
}

.form-group .form-control {
  background-color: transparent;
  padding: 25px 15px;
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}

.form-control:focus {
  background-color:rgba(243, 207, 0, 0.2);
  border-color: #f7cf00;
}

.btn-btc {
  color: #fff;
  background-color: #cb1925;
  padding: 10px 25px;
  font-size: 18px;
}

.btn-btc:hover {
  color: #fff;
  background-color: #0057aa;
}

input::-webkit-input-placeholder {
  color: #808B96 !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #808B96 !important;
}

input:-moz-placeholder {
  /* Firefox 19+ */
  color: #808B96 !important;
}

input:-ms-input-placeholder {
  color: white !important;
}