@font-face {
  font-family: 'Poppins';
  src: url('../assets/fonts/Poppins-Regular.ttf');
}

body {
  background-color: #48484814;
}

#payment-form {
  display: none;
}

.hidden {
  display: none;
}

.logo {
  width: 80%;
  height: 80%;
}

.dormakaba-font {
  font-family: 'Poppins';
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.dormakaba-main {
  color: #003594;
}

.dormakaba-info {
  color: #82a3de;
}

.center {
  text-align: center;
}

.indication {
  font-size: 15px;
}

.custom-input {
  border: none;
  font-size: 15px;
  width: 100%;
  background-color: transparent;
}

.custom-input::placeholder {
  color: #959595;
  font-size: 15px;
}

.custom-input:focus {
  outline: none;
}

.dormakaba-button,
.mini-loader {
  margin-left: 15px;
}

.dormakaba-button-enabled {
  background-color: #003494;
  color: white;
  font-family: 'Poppins';
  border: none;
  padding: 10px;
}

.dormakaba-button-disabled {
  background-color: #f5f5f5;
  color: #dcdcda;
  font-family: 'Poppins';
  border: none;
  padding: 10px;
}

.push-right {
  float: right;
}
