#modal-body .logo {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    font-family: 'clarendon_fsbold', serif !important;
}
#modal-body .close {
    color: #fff;
    background-color: #CA3433;
    border: none;
    padding: 10px 15px;
    margin-top: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    top: 15px;
    right: 20px;
    position: absolute;
}
#modal-body .close:hover {
    background-color: #CD5C5C;
}
#modal-body {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    font-family: 'clarendon_fsbold', serif;
}
#modal-body #modal-popup {
    width: 800px;
    height: 70%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    text-align: center;
    position: relative;
}
#modal-body #modal-content {
    max-width: 470px;
    font-family: 'clarendon_fsbold', serif;
    font-size: 16px;
    color: #333;
}
#modal-body #modal-content h1 {
    margin-bottom: 20px;
    font-size: 2em;
}
#modal-body #modal-content p {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.75em;
}
#modal-body #modal-content hr {
    margin: 30px 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}
#modal-body .already-subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'clarendon_fsbold', serif;
}
#modal-body input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-top: 10px;
}
#modal-body #modal-popup  input:nth-child(2) {
    margin-bottom: 8px;
}
#modal-body #modal-popup  > p {
    font-size: 0.9rem;
    max-width: 250px;
}
#modal-content .aiken-logo {
    max-width: 350px;
    height: auto;
}
#modal-body .login-btn {
    text-align: center;
    margin: 0.65em 0;
    border-radius: 0.45em;
    border: 1px solid #164069;
    padding: 7px 20px;
    margin-left: 10px;
    font-family: 'clarendon_fsbold', serif;
    font-size: 18px;
    color: #164069;
    text-decoration: none;
}
#modal-body .subscribe-btn {
    line-height: 2em;
    background: #ff6600;
    border: 1px solid #ff6600;
    padding: 1px 40px;
    color: white;
    font-family: 'clarendon_fsbold', serif;
    text-align: center;
    border-radius: 0.45em;
    font-size: 18px;
}
.modal-subscribe {
    display: block;
    margin-top: 25px;
}
@media only screen and (max-width: 960px) {
    #modal-body #modal-popup {
    width: 700px;
    height: 70%;
    padding: 40px;
    }

}
@media only screen and (max-width: 600px) {
    #modal-content .aiken-logo {
        max-width: 215px;
    }
    #modal-body #modal-popup {
        width: 100%;
        height: 100%;
        padding: 40px;
    }
    #modal-body #modal-content {
        max-width:100%;
        font-family: 'clarendon_fsbold', serif;
    }
    #modal-body .close {
        top: 45px;
        font-size: 8px;
        padding: 10px 12px;
    }
    #modal-body #modal-content h1 {
        margin-bottom: 20px;
        font-size: 1.8em;
        line-height: 1.3em;
    }
    #modal-body .subscribe-btn {
        width: 100%;
    }
    #modal-body .login-btn {
        width: 100%;
        clear: both;
        display: block;
        margin: 10px 0 0 0;
    }
    #modal-body .already-subscribe p {
        width: 100%;
    }
}