/* #e82e4a */
/* #e72e4a */
/* #8a0f5b */
/* #4270c8 */

body {
  background-color: #ebeaef;
}

.container {
  flex-wrap: wrap;
}

.loader_div {
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  z-index: 99;
  opacity: 0.7;
  display: none;
  background: lightgrey url('../img/loader1.gif') center center no-repeat;
}

.card {
  border: none;
  border-radius: 10px;
  background-color: #8a0f5b;
  width: 350px;
  margin-top: -60px;
}

.card2 {
  border: none;
  border-radius: 10px;
  background-color: #8a0f5b;
  width: 450px;
  margin-top: -60px;
}

p.mb-1 {
  font-size: 25px;
  color: #9fb7fd;
}

.btn-primary {
  border: none;
  background: #8a0f5b;
  margin-bottom: 60px;
}

.btn-primary:hover {
  border: none;
  background: #ad1e60;
  margin-bottom: 60px;
}

.btn-primary small {
  color: #9fb7fd;
}

.btn-primary span {
  font-size: 13px;
}

.card.two {
  border-top-right-radius: 60px;
  border-top-left-radius: 0;
}

.card2.two {
  border-top-right-radius: 60px;
  border-top-left-radius: 0;
}

.form-group {
  position: relative;
  margin-bottom: 2rem;
}

.form-control {
  border: none;
  border-radius: 0;
  outline: 0;
  border-bottom: 1.5px solid #e6ebee;
}

.form-control:focus {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid #8a97a8;
}

.form-control-placeholder {
  position: absolute;
  top: 15px;
  left: 10px;
  transition: all 200ms;
  opacity: 0.5;
  font-size: 80%;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 80%;
  transform: translate3d(0, -90%, 0);
  opacity: 1;
  top: 10px;
  color: #8b92ac;
}

.btn-block {
  border: none;
  border-radius: 8px;
  background-color: #8a0f5b;
  padding: 10px 0 12px;
}

.btn-block:hover {
  border: none;
  border-radius: 8px;
  background-color: #ad1e60;
  padding: 10px 0 12px;
}

.btn-block:focus {
  box-shadow: none;
}

.btn-block span {
  font-size: 15px;
  color: #d0e6ff;
}

.cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc-selector-2 input {
  position: absolute;
  z-index: 999;
}

.momo {
  background-image: url(../img/momo.png);
}
.credit-card {
  background-image: url(../img/visa-mastercard.jpg);
}

.cc-selector-2 input:active + .drinkcard-cc,
.cc-selector input:active + .drinkcard-cc {
  opacity: 0.9;
}
.cc-selector-2 input:checked + .drinkcard-cc,
.cc-selector input:checked + .drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 70px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
  filter: brightness(1.8) grayscale(1) opacity(0.7);
}
.drinkcard-cc:hover {
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}

/* Extras */
a:visited {
  color: #888;
}
a {
  color: #444;
  text-decoration: none;
}
p {
  margin-bottom: 0.3em;
}
* {
  font-family: monospace;
}
.cc-selector-2 input {
  margin: 5px 0 0 12px;
}
.cc-selector-2 label {
  margin-left: 7px;
}
span.cc {
  color: #6d84b4;
}
