html, body {
  background-color: #fbfbf2;
}

.btn {
  font-size: large;
}

input, button {
  max-width: 480px !important;
}

.uk-flex {
  margin-top: 15%;
}

.scroll {
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  width: 95%;
  height: 171px;
}

.scroll::-webkit-scrollbar{
  width: 12px;
  background: #e3ecf3;
}

.scroll::-webkit-scrollbar-thumb {
  background: #bec9d1;
  border-radius: 5px;
}

.uk-grid>* {
  padding-left: 10px !important;
}

@media (max-width: 600px) {
  .modal_outer-small {
    width: 300px;
  }
}
