* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  /* overflow-x: hidden; */
}

.user-form {
  height: auto;
  max-width: 550px;
  margin: auto;
  /* margin-top: 8%; */
}

.container {
  padding: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.title{
  text-align: center;
  margin-bottom: 15px;
}

.alignment {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.choice-btn {
  width: 140px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 4px #cfcfcf;
  cursor: pointer;
  transition: 0.2s ease;
  margin: 10px auto;
  padding: 5px;
}
.choice-btn:hover {
  box-shadow: 0px 0px 16px 8px #fff;
}

.bkash-btn {
  border: 2px solid #e5566e;
}

.nagad-btn {
  border: 2px solid #ee901d;
}

.ssl-btn {
  border: 2px solid #295cab;
}

.aamarpay-btn {
  border: 2px solid #4e4e4e;
}

.shade {
  height: 15px;
  background-image: linear-gradient(#d9d9d97a, #d9d9d9f8);
}

.logo {
  text-align: center;
  background-color: #d9d9d9f8;
}

.logo img {
  max-height: 95px;
}

.pad {
  padding:15px 0 15px 0;
}

.small {
  font-size: 12px;
}

.payment_section {
  text-align: center;
}

.swal-button--confirm {
  background-color: #2CAE4B;
}
.swal-icon:first-child {
  margin-top: 20px;
}
.swal-icon {
  width: 50px;
  height: 50px;
  margin: auto;
}
.swal-icon--warning__body {
  height: 20px;
}

/* .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
} */

@media screen and (min-width: 767px) {
  .user-form {
    height: 60vh;
    /* margin-top: 5%; */
  }
}