/**** Sweet Alert ****/
.sweet-alert h2 {
    /*color: #fff !important;*/
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin: 15px 0 !important;
}

.sweet-alert button {
    font-size: 13.33px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
    border-radius: 0 !important;
    padding: 0 30px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background: #0071b0 none repeat scroll 0 0 !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.sweet-alert button.focus {
    background: #0071b0 none repeat scroll 0 0 !important;
    outline: none !important;
}

.sweet-alert button:hover {
    background: #71b100 none repeat scroll 0 0 !important;
    outline: none !important;

}
/**** Sweet Alert End ****/