/*	
container: 'swal-container-class',
popup: 'swal-popup-class',
header: 'swal-header-class',
title: 'swal-title-class',
closeButton: 'swal-close-button-class',
icon: 'swal-icon-class',
image: 'swal-image-class',
content: 'swal-content-class',
input: 'swal-input-class',
actions: 'swal-actions-class',
confirmButton: 'swal-confirm-button-class',
cancelButton: 'swal-cancel-button-class',
footer: 'swal-footer-class' 
*/

body {
    font-family: "Open Sans", sans-serif;
    height: 100vh;
    background: url(/_branding/background.jpg);
    background-size: cover;
}

.swal-container-class {
    /* background: url("/_branding/background.jpg") !important;
    background-size: cover; */
    /* position: initial !important;
    padding-top: 2em !important; */
}

.swal2-container.swal2-shown {
    background-color: transparent !important;
}

.swal-popup-class {
    background: #efefef !important;
    box-shadow: 0px 0px 10px rgb(204, 204, 204);
}

.swal-popup-class #swal2-content {
    text-align: center !important;
}

.swal-header-class {
    background: #000000;
    margin: -1.25em -1.25em 0 -1.25em;
    padding: .75em 0 .75em 0;
}

.swal-title-class {
    display: block !important;
    font-size: 1.25em !important;
    margin: 0 !important;
    color: #ffffff !important;
}

.swal-title-class .site-title {
    color: #000000;
    background: #fafbfe;
    padding-left: .15em;
    padding-right: .15em;
    margin-top: -.75em;
    padding-bottom: .75em;
    font-size: 23px !important;
    font-weight: 500 !important;
    line-height: 1;
}

.swal-title-class .site-title img{
    width: 100%;
    padding: 0 2em;
}

.swal-title-class .modal-title {
    padding-top: .35em;
}

.swal-title-class .site-logo img{
    width: 100px;
    padding-top: .35em;
}

.swal-content-class {
    padding-top: 1.25em !important;
}

.swal-content-class #swal2-content .instructions {
    padding-bottom: 1em;
}

.swal-content-class #swal2-content .swal-input-field {
    position: relative;
    margin-bottom: 1rem;
    text-align: left;
}

.swal-content-class #swal2-content .swal-input-field label {
    font-size: 1rem;
    position: inherit;
    top: 0;
    left: 0 !important;
    color: #9e9e9e;
}

.swal-content-class #swal2-content .swal-input-field input {
    margin-top: .25em;
    height: 40px !important;
    display: block !important;
    width: 100%;
    padding: .25em .75em;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #9e9e9e;
}

.swal2-validation-message {
    color: red !important;
    text-align: left !important;
}

.swal2-validation-message::before {
    background-color: red !important;
}

.swal-actions-class button {
    padding: .8em 2.5em !important;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-size: 1em !important;
}

.swal-confirm-button-class,
.swal-cancel-button-class {
    /* background-color: #68A17C !important; */
}

.swal-confirm-button-class:hover,
.swal-cancel-button-class:hover {
    background-color: #000000;
}

.swal-footer-class {
    border-top: 1px solid #c5c5c5 !important;
    font-size: 1em !important;
    text-align: center;
}

.swal-footer-class .title {
    font-size: 1.15em;
}

.swal-footer-class a {
    color: #000000;
    text-decoration: none;
    transition: all 0.5s ease;
}

.swal-footer-class a:hover {
    color: #f3f3f3;
}

.swal2-icon.swal2-success .swal2-success-fix,
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left],
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    /* background-color: #68A17C !important; */
}

/* .swal2-icon.swal2-info {
    color: #204131 !important;
    border-color: rgba(195,3,10,.3) !important;
} */