#login, #register {
    top: 0px;
    left: -10px;
    width: 100%;
    height: 100%;
    margin: 0px 10px 0px 10px;
    position: fixed;
    background: rgba(33, 33, 33, 1.0);
    display: none; /* none */
    opacity: .95;
    z-index: 1002;
    overflow-x: hidden;
    overflow-y: hidden;
}
   
.popup-wrapper {
    width: 95%;
    height: auto;
    max-width: 500px;
    margin: 10% auto;
    text-align: left;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    background-color: rgba(0, 0, 0, 1.0);
}

.popup-content {
    margin-top: -20px;
    padding: 30px; 
    border-radius: 5px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 1.0);
    box-shadow: 0 0 5px rgba(95, 151, 101, 1.0);
    -o-box-shadow: 0 0 5px rgba(95, 151, 101, 1.0);
    -moz-box-shadow: 0 0 5px rgba(95, 151, 101, 1.0);
    -webkit-box-shadow: 0 0 5px rgba(95, 151, 101, 1.0);
    -ms-box-shadow: 0 0 5px rgba(95, 151, 101, 1.0);
}

#login-close, #register-close {
    position: relative;
    margin-right: 10px;
    top: 10px;
    float: right;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1.0);
    color: rgba(0, 0, 0, 1.0);
}

#login-close:hover, #register-close:hover {
    background: rgba(255, 50, 100, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

.popup-content h3 {
    text-align: center;
    padding-bottom: 20px;
}

.popup-content label {
    float: left;
    font-size: 14px;
    width: 20%;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
    padding-right: 20px auto;
}

.popup-content input {
    float: right;
    position: relative;
    width: 80%;
    margin-top: -30px;
    margin-bottom: 20px;
}

.popup-content .register-btn {
    width: 30%;
    margin-top: 0px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    float: right;
    padding: 5px;
    cursor: pointer;
    background: rgba(255, 50, 100, 1.0);
    color:rgba(255, 255, 255, 1.0);
}

.popup-content .register-btn:hover {
    background: rgba(255, 70, 100, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

.popup-content .login-btn {
    width: 30%;
    margin-top: 0px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    float: right;
    padding: 5px;
    cursor: pointer;
    background: rgba(95, 151, 101, 1.0);
    color:rgba(255, 255, 255, 1.0);
}

.popup-content .login-btn:hover {
    background: rgba(95, 161, 101, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

.popup-content hr {
    position: relative;
    top: 20px;
    width: 100%;
    color:rgba(255, 255, 255, 1.0);
}

.popup-content p {
    position: relative;
    top: 25px;
    text-align: center;
    font-size: 12px !important;
}

.popup-content p a {
    color: rgba(95, 151, 101, 1.0);
    text-decoration: none;
}

.popup-content p a:hover {
    text-decoration: underline;
}

.popup-content p #register-popup {
    margin-top: -4px;
    border: none;
    cursor: pointer;
    padding: 0px;
    background: transparent;
    font-size: 12px !important;
    color: rgba(95, 151, 101, 1.0);
}

.popup-content p #register-popup:hover {
    text-decoration: underline;
}

#share-popup {
    top: 0px;
    left: -10px;
    width: 100%;
    height: 100%;
    margin: 0px 10px 0px 10px;
    position: fixed;
    background: rgba(33, 33, 33, 1.0);
    display: none; /* none */
    opacity: .95;
    z-index: 1002;
    overflow-x: hidden;
    overflow-y: hidden;
}

.wrapper {
    width: 90%;
    height: auto;
    max-width: 500px;
    margin: 10% auto;
    text-align: left;
    background-color: rgba(0, 0, 0, 1.0);
}

.content {
    display: block;
    padding: 30px; 
    border-radius: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 1.0);
    box-shadow: 0 0 5px rgba(95, 151, 101, 1.0);
    -o-box-shadow: 0 0 5px rgba(95, 151, 101, 1.0);
    -moz-box-shadow: 0 0 5px rgba(95, 151, 101, 1.0);
    -webkit-box-shadow: 0 0 5px rgba(95, 151, 101, 1.0);
    -ms-box-shadow: 0 0 5px rgba(95, 151, 101, 1.0);
}

.share-close {
    position: relative;
    margin-right: 10px;
    top: 10px;
    float: right;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1.0);
    color: rgba(0, 0, 0, 1.0);
}

.share-close:hover {
    background: rgba(255, 50, 100, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

.content h4 {
    text-align: center;
}

.content hr {
    top: 20px;
    width: 100%;
    position: relative;
    color:rgba(255, 255, 255, 1.0);
}

.content p {
    text-align: center;
    position: relative;
    font-size: 12px !important;
}

.content .submit {
    max-width: 100%;
    text-align: left;
    padding:5px 10px 7px 10px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    background: rgba(95, 151, 101, 1.0);
    color:rgba(255, 255, 255, 1.0);
}

.content .submit:hover {
    background: rgba(95, 161, 101, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

@media (max-width: 480px) {
    .content .submit {
        padding: 2px 10px 4px 10px;
        height: 32px;
    }
}