body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eee;
}

.form-signin {
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}

.form-signin, #error-msg-container {
    max-width: 350px;
    width: 350px;
}

#error-msg-container {
    width: auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#company-logo {
    padding-bottom: 15px;
}

#inputEmail, #inputPassword {
    margin-bottom: 10px;
}

.centered {
    height: 50%;
    position: absolute;
    top: -20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.invisible {
    visibility: hidden;
}

/* LOADER */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #02abff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/* LOADER */
.card {
  width: 100%;
  border: none;
  height: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}
.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}
.otp-alert {
  font-size: 11px;
  padding: 2px 5px;
  margin-bottom: 5px;
}

.card h6 {
  color: #337ab7;
  font-size: 20px
}

.inp-otp {
  width: 40px;
  height: 40px
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}

.card-2 {
  background-color: #fff;
  padding: 10px;
  width: 350px;
  height: 100px;
  bottom: -50px;
  left: 20px;
  position: absolute;
  border-radius: 5px
}

  .card-2 .content {
    margin-top: 50px
  }

    .card-2 .content a {
      color: red
    }

.inputs .form-control:focus {
  box-shadow: none;
  border: 2px solid #337ab7;
}

.validate {
  border-radius: 20px;
  height: 40px;
  width: 140px
}
.rounded {
  border-radius: 0.25rem !important;
}

.text-center {
  text-align: center !important;
}

.m-2 {
  margin: 0.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.otp-resend-text {
  color: red;
  margin-left: 1rem !important;
}
.d-none{
    display:none;
}

.otpicon {
  margin-bottom:10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  display: inline-block;
  line-height: 5em;
  vertical-align: middle;
}

.otpicon-item {
  width: 60px;
  height: 60px;
  background-color: #bdb9b947;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% auto;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.color-blue {
  color: #3c7ab7;
}


.modal-small {
  width: 500px;
}
 
