
.modal-sm {
    margin-top:200px;
  }
  
  .bootbox-warning > .modal-dialog > .modal-content > .modal-header {
    background-color: #547beb !important;
    color:white;
    text-align: left;
  }
  
  .bootbox-success > .modal-dialog > .modal-content > .modal-header {
    background-color:#547beb !important;
    color:white;
    text-align: left;
  }
  .bootbox-error > .modal-dialog > .modal-content > .modal-header {
    background-color:#547beb !important;
    color:white;
    text-align: left;
  }

  .modal-header{
    background-color:#547beb !important;
    color:white;
    text-align: center;
}

.modal{
    margin-top:70px;
}


.bootbox {
  margin-top:20px;
}

#start-modal > .modal-lg > .modal-content > .modal-body > .modal-step1 {
  padding-left:45px; 
  padding-right: 45px; 
  display: block;
}

#start-modal > .modal-lg > .modal-content > .modal-body{
  height:410px;
}
.download-img-box{
  height:320px;
}

.limitcode-step3 > div > h4 {
  text-align:left;
  margin-top:20px;  
  margin-bottom:20px;
}

.limitcode-step3 > div > p {
  margin-top:50px;
}