﻿/*
.material-icons {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}*/
.modal-alert {
    color: #434e65;
    width: 525px;
}


    .modal-alert .modal-content {
        padding: 20px;
        font-size: 16px;
        border-radius: 5px;
        border: none;
    }

    .modal-alert .modal-header {
        /*background: #acc1c3;*/
        /*background: #abc8f1;*/
        background: #b8d1f3;
        border-bottom: none;
        position: relative;
        text-align: center;
        margin: -20px -20px 0;
        border-radius: 5px 5px 0 0;
        padding: 35px;
    }

    .modal-alert h4 {
        text-align: center;
        font-size: 36px;
        margin: 10px 0;
    }

    .modal-alert .form-control, .modal-alert .btn {
        min-height: 40px;
        border-radius: 3px;
        background: #e89e5e;
    }

    .modal-alert .close {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        text-shadow: none;
        opacity: 0.5;
    }

        .modal-alert .close:hover {
            opacity: 0.8;
        }

    .modal-alert .icon-box {
        color: #fff;
        width: 95px;
        height: 95px;
        display: inline-block;
        border-radius: 50%;
        z-index: 9;
        border: 5px solid #fff;
        padding: 15px;
        text-align: center;
    }

        .modal-alert .icon-box i {
            font-size: 58px;
            margin: -2px 0 0 -2px;
        }

    .modal-alert.modal-dialog {
        margin-top: 80px;
    }

    .modal-alert .btn, .modal-alert .btn:active {
        color: #fff;
        border-radius: 4px;
        /*background: #fbd564 !important;*/
        /*background: linear-gradient(107deg, #86b8f1, #fbd564);*/
        background: linear-gradient(107deg, #86b8f1, #fb9a64);

        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border-radius: 30px;
        margin-top: 10px;
        padding: 6px 20px;
        min-width: 150px;
        border: none;
    }

        .modal-alert .btn:hover, .modal-alert .btn:focus {
            /*background: #f6cf87 !important;*/
            /*background: linear-gradient(107deg, #fbd564, #fb9a64);*/
            /*background: linear-gradient(107deg, #fbd564, #86b8f1);*/
            background: linear-gradient(107deg, #fb9a64, #86b8f1);
            outline: none;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}


