
.modal-new {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(160,182,182,.98);
}

.modal_dialog {
    max-width: 500px;
    margin: 40px auto;
}
.modal_content {
    padding: 40px;
    position: relative;
    max-width: 600px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    margin: 64px auto;
}
.logo_club {
    max-width: 140px;
    height: auto;
    margin: 0 auto;
}
.modal_title {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 33px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
}

.modal_close {
    position: absolute;
    top: 8px;
    right: 14px;
    font-size: 30px;
    color: #000;
    opacity: .5;
    font-weight: 700;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.show {
    display: block;
}

.modal_dialog{
    max-width:500px;
    margin:40px auto
}
.modal_content{
    position:relative;
    width:100%;
    padding:40px;
    background-color:#fff;
    border:1px solid rgba(0,0,0,.2);
    border-radius:4px;max-height:80vh;
    overflow-y:auto
}

.modal_title {
    text-align:center;
    font-size:22px;
    text-transform:uppercase
}

.show {
    display:block
}
.hide
{
    display:none
}