 body{
    background: url(../img/background.jpg) no-repeat center center fixed;
    background-size: cover;
      
      }
      .modal-confirm {    
        color: #636363;
        width: 345px;
        
      }
      .modal-confirm .modal-content {
        padding: 2px;
        border-radius: 5px;
        border: none;
      }
      .modal-confirm .modal-header {
        border-bottom: none;   
            position: relative;
      }
      .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
      }
      .modal-confirm .form-control, .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px; 
      }
      .modal-confirm .close {
            position: absolute;
        top: -5px;
        right: -5px;
      } 
      .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
      } 
      .modal-confirm .icon-box {
        color: #2AAAFF;    
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: url(../img/icono.png)no-repeat;
        background-position: center;
        /*background: #82ce34;*/
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
      }
      .modal-confirm .icon-box i {
        font-size: 58px;
        position: relative;
        top: 3px;
      }
      .modal-confirm.modal-dialog {
        margin-top: 80px;

      }
        .modal-confirm .btn {
            color: #fff;
            border-radius: 4px;
        /*background: #82ce34; color de fondo del boton*/ 
        text-decoration: none;
        transition: all 0.4s;
            line-height: normal;
            border: none;
        }
      .modal-confirm .btn:hover, .modal-confirm .btn:focus {
        background: #0DC541;
        outline: none;
      }
      .trigger-btn {
        display: inline-block;
        margin: 100px auto;
      }