.fixed_blanket {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

#termsPopup{
    height: 500px;
    position: relative;
    margin: 55px auto 20px;
    background-color: #fff;
    padding-bottom: 5px;
    border: 2px solid black;
    overflow-y: scroll;
    padding: 15px;
    display: block;
    width: 500px;
    z-index: 10000;
}

#btnAcceptTerms {
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    background-color: #ECDF85;
    font-family: 'Open Sans Hebrew',tahoma !important;
    display: block;
    color: #4d4d4d;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    width: 153px;
    z-index: 700;
}

#terms_container{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 600;
}

@media screen and (max-width: 1300px) {

    #termsPopup{
        height: 330px;
    }
}

@media screen and (max-width: 480px) {

    #termsPopup{
        width: 70%;
    }
}

#getMails-container>div {
    color: white;
    width: 50%;
    margin: 0 auto 10px;
    text-align: center;
}