.modal-alert-customized-warning {		
    color: #636363;
    width: 325px;
}

.modal-alert-customized-warning.modal-lg {
    color: #636363;
    width: 625px;
}

.modal-alert-customized-warning .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-alert-customized-warning .modal-header {
    border-bottom: none;   
    position: relative;
}

.modal-alert-customized-warning h4 {
    text-align: center;
    font-size: 26px;
    width: 100%;
    margin-top: 30px;
    /* margin: 30px 0 -15px; */
    /* margin-left: 30%; */
}

.modal-alert-customized-warning .form-control, .modal-alert-customized-warning .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-alert-customized-warning .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-alert-customized-warning .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-alert-customized-warning .icon-box {
    color: #fff;		
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #ffc107;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-alert-customized-warning .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-alert-customized-warning.modal-dialog {
    margin-top: 10%;
}

.modal-alert-customized-warning .btn.btn-customized {
    color: #494949;
    border-radius: 4px;
    background: #ffc107;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-alert-customized-warning .btn.btn-customized:hover, .modal-alert-customized-warning .btn.btn-customized:focus {
    background: #d39e00;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}