.slr-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translate(-50%, 0);
    max-width: 100%;
	margin: 0;
}

.slr-popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    position: relative;
    border-radius: 20px;
}
#slr-smart-form {
    margin-top: 20px;
    width: 100%;
}
input#slr-submit {
    margin-top: 10px;
}
form#slr-smart-form label {
    margin-bottom: 8px;
    margin-right: 16px;
    font-size: 14px;
}
input#slr-submit {
    background: #e32617;
    color: #fff;
    border: none;
}
div#slr-message p {
    color: #6c6c6c !important;
    margin-top: 15px;
    text-align: center;
}
#slr-smart-form input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 11px;
}
.slr-close {
    color: #aaa;
    position: absolute;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    left: 9px;
    top: 0px;
}

.slr-close:hover,
.slr-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
