.modal-title {
    color: #171717;
    font-size: 16px;
}

.modal-footer{
    display: block !important;
    border: none;
    margin-right: 10px;
    padding: 10px 40px;
}

.modal-footer p{
    color: red;
}

.modal-header{
    display: inline;
}

.modal-header p{ color: #383838;}

.flex-container {
  display: flex;
  background-color: #fff;
  margin-bottom: -7px;
  justify-content: center;
}

.flex-container > div {
  background-color: #fff;background: #FFFFFF 0% 0% no-repeat padding-box;
  width: 64px;
  margin: 0px 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  margin-bottom: 20px;
}

.form-control-otp {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 25px #00000017;
    border-radius: 4px;
    height: 55px !important;
    padding: 0px;
    letter-spacing: 0px;
    color: #0D0D0D!important;
    text-align: center;
    font-size: 30px !important;
    padding-left: 10%;
    width: 65px;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 440px;
        margin: 1.75rem auto;
    }
}

@media screen and (max-width: 736) {
    .flex-container {
    margin-left: 13% !important;
   }
}

@media screen and (max-width: 640) {
    .flex-container {
    margin-left: 5% !important;
   }
}

@media screen and (max-width: 640) {
    .flex-container {
    margin-left: 12% !important;
   }
}

@media screen and (max-width: 640) {
    .flex-container {
    margin-left: 12% !important;
   }
}

@media screen and (max-width: 1366) {
    .flex-container {
    margin-left: 15% !important;
   }
}

.modal-body {
    padding: 1rem 1rem 0rem 1rem;
}

input[type="text"], input[type="password"], textarea, select {    
    border: 1px solid #d9d9d9b8;
}

.modal-content{ margin-top: 150px;}

.s-disabled{
    color: grey;
}

.s-active{
    color:#00A3E4;
    text-decoration: underline;
}