@font-face {
  font-family: aileron;
  src: url('http://www.edupack.io/aileron-light/aileron_light.woff');
}

@font-face{
  font-family: Montserrat;
  src: url('https://fonts.googleapis.com/css?family=Montserrat:700');
  } 

.widget {
  border: 5px solid #FFCC01;
  border-radius: 10px;
  margin: 50px;
  padding: 10px;
  width: 300px;
  height: 300px;
  background: #FFCC01;
}
.span-result {
  font-weight: 900;
  font-size: 34px;
  color: #103393;
  float: right;
  display: none;
}
.title {
  font-family: 'aileron', 'Montserrat',sans-serif;
  font-weight: 900;
  color: #103393;
  font-size: 55px;
  letter-spacing: -3px;
}
.calculate {
  margin-top: 10px;
}
.input-group {
  padding-top: 10px;
}
sup {
  font-size: 20px;
  position: relative;
  top: -25px;
}

@media (min-width: 620px) {
    .widget {
      width: 100%;
      height: 100%;
      padding:0;
      position: absolute;
      margin:0;
    }
    .title {
      font-family: 'Montserrat',sans-serif;
      font-size: 12em;
      text-align: center;
      font-weight: 900;
    }
input#weight {
    height: 100px;
    text-align: right;
    display: inline-block;
    position: absolute;
    padding-right: 150px;
}
    form#calc-form {
    margin: 20px;
    }
    button.btn.btn-primary.form-control.calculate {
    height: 100px;
    margin-top: 80px;
    font-size: 40px;
    }
    button.dropdown-toggle.btn.btn-primary {
    height: auto;
    position: absolute !important;
    display: inline-block;
    margin-bottom: 80px;
    font-size: 50px !important;
    }
    input.form-control{
    font-size:50px !important;
    height: auto;
    }
    .form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    margin-bottom: 80px;
    }
    .span-result {
    font-weight: 900;
    font-size: 100px !important;
    color: #103393;
    float: right;
    display: none;
    }
    span.text{
      font-size: 50px;
    }
    .input-group-addon:last-child {
    border-left: 0;
    z-index: 100;
    position: relative;
    font-size: 75px;
    background-color: white;
}
}