﻿.navbar-nav-bottom > li {
    float: none;
    display: inline-block;
    width: 150px!important;
    font-weight: 600;
}

.navbar-nav > li > button {
    text-align: center!important;
    padding: 0px 0px!important;
    color: white;
}

.navbar-nav > li > button > p {
    margin-bottom: 0px!important;
}

.otp-genmodal-container {
  padding: 10px;
  max-width: 350px;
  width: 100% !important;
  background-color: white;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-top: 120px;
  z-index: 200;
}

.otp-genmodal-container h1 {
  text-align: center;
  font-size: 1.4em;
  color: #4F2683;
  font-weight: bold;
}

.otp-genmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
  /*margin-top: 30px!important;*/
}

.otp-genmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.otp-genmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.otp-genmodal {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

.otp-genmodal-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-size: 14px;
}

.otp-genmodal-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
}

.otp-genmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.char-space {
    letter-spacing: 0.4em;
    margin: 0 0 10px 2px;
    background: #f2f2f2;
    border-radius: 3px!important;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px #666;
    border: 1px solid #ccc!important;
    padding: 6px 10px;
    color: #000;
    width: 100%!important;
    min-width: 100px;
}

.enroll-btn-success {
    background: #AF006E;
    color: #fff;
    padding: 0.7em 2em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 150px;
}
.btn-otpgen {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.navbar-nav {
    float: none!important;
}


@media screen and (max-width: 360px) and (min-width: 310px) {
    #otp_cc_credentials_wrap > div {
        padding: 0px 25px!important;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: initial;
}

.keypad-popup {
    z-index: 3000;
    margin: 30px 30px!important;
}

.otp-char-space {
    letter-spacing: 0.4em;
    margin: 0 0 10px 2px;
    color: #000;
    width: 100%!important;
    min-width: 100px;
}