#info-pricing-modal .modal-dialog {
    z-index: 99999;
}

@media screen and (max-width: 768px) {
    #info-pricing-modal .modal-dialog {
        position: fixed;
        top: 30px;
        left: calc(50% - 190px);
    }
}

.bottom .floating-label-wrap.w100 [type=submit] {
    background: #00b242;
    border: none;
    font-weight: bold;
    float: none;
    margin: 0 auto;
    width: auto;
    padding: 6px 50px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.bottom .floating-label-wrap.w100 [type=submit]:hover {
	background: #1d7e3d;
}

#anchor-join-form-bottom .anchors-container {
    margin-bottom: 30px;
}

#anchor-join-form-bottom .anchors-container div {
    display: inline;
}
#anchor-join-form-bottom .anchors-container .theme-link {    
    padding: 0 8px 0 5px;
}

@media screen and (max-width: 768px) {
    #anchor-join-form-bottom .anchors-container div {
        display: block;
    }
    #anchor-join-form-bottom .anchors-container div:first-child .theme-link {
        border-right: 0px;
    }
}