#resource-login-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100; 
}

#resource-login-popup h2{
    text-align: center;
    margin: 0em 1.5em;
}
.popup-content {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

#resource-close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #000;
    box-shadow: none;
}

#resource-popup-close-btn{
    display:flex;
    margin:auto;
    margin-top:4em;
}

#resource-email{
    width:100%;
    margin-top:1em;
}