#for-guest-popup h1 {
    text-align: center;
    font-size: 29px;
    color: #ebc928;
    padding: 20px 0;
    font-weight: 900;
}

#for-guest-popup h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

#for-guest-popup p {
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
}
#for-guest-popup p a {
    font-style: italic;
    display: inline-block;
    color: #c2c2c2 !important;
}

#for-guest-popup a {
    text-align: center !important;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
#for-guest-popup .links-to {
    margin: 15px 31%;
}

#for-guest-popup .to-reset {
    padding: 10px 5px;
    background: #ebc928;
    width: 150px;
    display: inline-block;
}

#for-guest-popup .to-reg {
    padding: 10px 5px;
    background: #ebc928;
    width: 150px;
    display: inline-block;
}

#for-guest-popup .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: url(../images/pop-up-close.png) 50% 50% no-repeat #8d8d8d;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
    z-index: 8040;
    opacity: .7;
}

#for-guest-popup .links-already-reg {
    padding: 10px 5px;
    background: #ebc928;
    width: 200px;
    margin: 15px 37%;
}