.sweet-alert {
	padding: 0 !important;
}

.sweet-alert h2 {
    background-color: #003067;
    margin: 0 !important;
    padding: 20px 0 !important;
    color: white !important;
}

.sweet-alert p {    
    padding: 20px !important;
    font-weight: 600 !important;
}

.sa-button-container {
    margin-bottom: 10px !important;
}

.sa-button-container button {    
    background-color: #f36524 !important;
    box-shadow: #f36524cc 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset !important;
}