.bf-calculator-container {
  /*color: #fff;*/
  border-radius: 10px;
}

.bf-calculator-input {
  /*font-size: .8em;
  font-weight: bold;
  color: #dcdcdc;
  border: 0;
  border-radius: 30px;*/
  
      /*position: relative;*/
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 14px 22px;
    z-index: 1;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #e4e9f6;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

 .input-icon {
    position: absolute;
    right: 0px;
   /* top: 20px;*/
    width: 40px;
    z-index: 1;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    padding-left: 0px;
}

.bf-calculator-input:focus {
  /*background-color: #7b7b7b;*/
}

.bf-calculator-item-container label {
 /* font-size: 13px;*/
 position: relative;
    color: #002176;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.bf-calculator-submit,
.bf-calculator-reset {
  text-align: center;
  border-radius: 30px;
}

.bf-calculator-reset {
  margin-top: 0;
}

.bf-buttons {
  text-align: center;
}

.bf-input-label {
 /* color: #dcdcdc;
  border-right: 1px solid #444;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;*/
}

.bf-error-display {
  color: #ffeb3b;
}

.bf-split-button {
  color: #fff;
  border: 0;
  border-radius: 30px;
}

.bf-sb-1 {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bf-sb-2 {
  margin-left: -5px;
  border-left: 1px solid #333;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Tooltip */
.bf-tip {
  color: #e9e9e9;
}

.bf-tip .bf-tiptext {
  color: #fff;
}

.bf-tip .bf-tiptext::after {
  border-color: #3f6cc3 transparent transparent transparent;
}

.bf-print-button {
  color: #fff;
  background-color: #000;
  border: 0;
  border-bottom: 1px solid #fff;
}

/* Colors */
/* Inputs, reset buttons, etc */
/*.bf-calculator-input,*/
.bf-calculator-reset,
.bf-split-button {
  background-color: #565656;
}

/* Calculate button, labels, etc */
.bf-calculator-submit,
.bf-input-label,
.bf-split-button:hover,
.bf-active,
.bf-tip,
.bf-tip .bf-tiptext {
  background-color: #3f6cc3;
}

/* Header line (bottom-border) */
.bf-calculator-header {
  border-bottom: 1px solid #3f6cc3;
}

/* Calculator background */
.bf-calculator-container {
  /*background-color: #2e2e2e;*/
}
