.reg-modal-body {
    padding: 0;
    overflow: hidden;
}
.reg-modal {
    /*background-image: url("../../vanilla/css/temp/images/rs_24_logo_eye.svg");*/
}
.reg-modal-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 18px;
    margin-top: 18px;
}
.reg-modal-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 60px;
}
.reg-eye-logo{
    position: absolute;
    content: "\e900";
    font-family: rs_font, serif;
    font-size: 224px;
    color: #d5d7dc;
    bottom: 33px;
    right: -105px;
}
.reg-modal-btn {
    width: 200px;
    height: 64px;
    border: 1px solid #d5d7dc;
    border-radius: 5px;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.reg-modal-btn:hover,
.reg-modal-btn:focus,
.reg-modal-btn:active {
    color: #fff;
    background-color: #189f2b;
}
.reg-modal-btn__icon {
    font-family: rs_font, serif;
    font-size: 26px;
    margin: -3px 5px 0 0;
}
.reg-modal-btn__icon_customer {
    margin-right: 10px;
}
.reg-modal-btn__icon_legal:before {
    content: "\e961";
}
.reg-modal-btn__icon_customer:before {
    content: "\e962";
}
.reg-modal-btn__text {
    font-size: 11px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 320px) and (max-width: 767px) {
    .reg-modal-title {
        margin-top: 30px;
    }
    .reg-modal-links {
        padding: 0 5px;
        flex-wrap: wrap;
    }
    .reg-modal-btn {
        margin-right: 0;
        width: 250px;
        margin-bottom: 10px;
    }
    .reg-modal-btn:last-child{
        margin: 0;
    }
    .reg-modal-btn__text {
        line-height: 15px;
    }
}
