.btnLoginColor {
  background-color: #2A3F54;
  color: white;
}

.btnLoginColor:hover {
  background-color: #2A3F54;
  color: white;
}

.btnLoginColor:active {
  background-color: #2A3F54;
  color: white;
}

.loginType {
  width: 33.33%;
  float: left;
  text-decoration: none;
  color: #333;
}

.loginTypeSelected {
  border-bottom: solid 10px #8B8D8E; 
  background-color: #ebebeb;
}

.loginType:hover {
  text-decoration: none;
  color: #333;
}

.loginTypeIcon {
  display:inline-block;
  font-size: 50px;
  line-height: 60px;
  width: 100%;
  height: 55px;
  text-align: center;
  vertical-align: bottom;
}

.loginTypeText {
  text-align: center;
}

.userInput {
  border-bottom: solid 1px #8B8D8E !important;
}

.userInputSelect {
  border-bottom: solid 10px #8B8D8E !important;
}

#inputIndicator {
    padding-left: 142px;
    width: 500px;
    height: 20px;
    margin-bottom: 20px;
}

.numberInputIndicator span {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
    background-color: #FFF;
    border: 1px solid #2A3F54;
    border-radius: 100% !important;
}

@media (max-width: 606px) {
  #inputUserId > .row > .col-xs-3 {
    font-size: 40px !important;
  }
  #inputUserPin > .row > .col-xs-3 {
    font-size: 40px !important;
  }
  #inputUserId > .row > .col-xs-9 {
    height: 60px !important;
  }
  #inputUserPin > .row > .col-xs-9 {
    height: 60px !important;
  }
  #inputUserIdNumbers {
    padding-top: 17px !important;
  }
  #inputUserPinNumbers{
    padding-top: 17px !important;
  }
  .numberInputIndicator span {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 525px) {
  #inputUserId > .row > .col-xs-3 {
    font-size: 30px !important;
  }
  #inputUserPin > .row > .col-xs-3 {
    font-size: 30px !important;
  }
  #inputUserId > .row > .col-xs-9 {
    height: 50px !important;
  }
  #inputUserPin > .row > .col-xs-9 {
    height: 50px !important;
  }
  #inputUserIdNumbers {
    padding-top: 13px !important;
  }
  #inputUserPinNumbers{
    padding-top: 13px !important;
  }
  .numberInputIndicator span {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 445px) {
  #inputUserId > .row > .col-xs-3 {
    font-size: 25px !important;
  }
  #inputUserPin > .row > .col-xs-3 {
    font-size: 25px !important;
  }
  #inputUserId > .row > .col-xs-9 {
    height: 40px !important;
  }
  #inputUserPin > .row > .col-xs-9 {
    height: 40px !important;
  }
  #inputUserIdNumbers {
    padding-top: 12px !important;
  }
  #inputUserPinNumbers{
    padding-top: 12px !important;
  }
  .numberInputIndicator span {
    width: 10px;
    height: 10px;
  }
}

.indicatorActive {
    background-color: #2A3F54 !important;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  text-align: center;
}

#numbers {
  max-width: 360px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  display: block;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 1;
}

.numberButton {
  width: 100px;
  margin-bottom: 10px;
  background-color: #2A3F54;
  border: 0;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  border-radius: 100%;
  opacity: 1;
  outline: 0;
  display:inline-block;
  text-align: center;
  vertical-align: bottom;
  user-select: none;
  height: 80px;
}

.resetButton {
  width: 100px;
  margin-bottom: 10px;
  background-color: rgba(42, 63, 84, 0.6);
  border: 0;
  color: #fff;
  font-size: 40px;
  border-radius: 100%;
  opacity: 1;
  outline: 0;
  display:inline-block;
  line-height: 80px;
  text-align: center;
  vertical-align: bottom;
  user-select: none;
  height: 80px;
}

.loginButton {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background-color: rgba(42, 63, 84, 0.6);
  border: 0;
  color: #fff;
  font-size: 40px;
  line-height: 68px;
  border-radius: 100%;
  opacity: 1;
  outline: 0;
}

.resetButton:link {
    color: #FFF;
}

.loginButton:link {
    color: #FFF;
}

.loginButton:hover{
    text-decoration: none;
}

.numberButton:active {
  background-color: rgba(42, 63, 84, 0.6);
  outline: 0;
}

.loginButton:active {
  background-color: rgba(42, 63, 84, 0.6);
  outline: 0;
}

.resetButton:active {
  background-color: rgba(42, 63, 84, 0.6);
  outline: 0;
}

#hastylink {
  position: fixed;
  bottom:5px;
  left: 0;
  right: 0;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.pinCode {
  margin-top: 30px;
  text-align: center;
}

.pinCode .col-xs-4 {
  padding-left: 0;
  padding-right: 0;
}

.pinCode .col-xs-4:nth-child(1) {
  text-align: right;
}

.pinCode .col-xs-4:nth-child(3) {
  text-align: left;
}