.sweet-alert {
    border-radius: 2px;
}

.sweet-alert input[type="text"] {
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.sweet-alert input[type="text"], .sweet-alert input[type="text"]:focus {
    background-image: linear-gradient(0deg, #3e8ef7 2px, rgba(0,150,136,0) 0),
        linear-gradient(0deg, rgba(0,0,0,.26), 1px, transparent 0);
}

.sweet-alert .lead {
    font-size: 16px;
}

.sweet-alert .btn {
    cursor: pointer;
    -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s, width 0.2s linear 0s, background-color 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, color 0.2s linear 0s, width 0.2s linear 0s, background-color 0.2s linear 0s;
    -ms-transition: border 0.2s linear 0s, color 0.2s linear 0s, width 0.2s linear 0s, background-color 0.2s linear 0s;
    transition: border 0.2s linear 0s, color 0.2s linear 0s, width 0.2s linear 0s, background-color 0.2s linear 0s;
    border-radius: 0.1rem !important;
    font-size: 14px;
    text-transform: uppercase;
}

.sweet-alert .sa-confirm-button-container .btn-primary {
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sweet-alert .sa-confirm-button-container .btn-primary:not([disabled]):hover,
.sweet-alert .sa-confirm-button-container .btn-primary:not([disabled]):active,
.sweet-alert .sa-confirm-button-container .btn-primary:not([disabled]):hover:active {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
    outline: none;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    border:0 !important;
}

.sweet-alert .sa-confirm-button-container .btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d9534f !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sweet-alert .sa-confirm-button-container .btn-danger:not([disabled]):hover,
.sweet-alert .sa-confirm-button-container .btn-danger:not([disabled]):active,
.sweet-alert .sa-confirm-button-container .btn-danger:not([disabled]):hover:active {
    color: #fff !important;
    background-color: #d43f3a !important;
    border-color: #d43f3a !important;
    outline: none;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    border:0 !important;
}