.registration-wrap {
    text-align: center;
}

.modal-wrapper {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal {
    background-color: #fefefe;
    margin: auto;
    padding: 30px 60px;
    border: 1px solid #888;
    width: 100%;
    max-width: 965px;
}

.modal-wrapper.active {
    display: block;
}

.modal-wrapper form .form-group:not(.type-checkbox):not(.type-checkboxes):not(.type-radio) {
    display: flex;
    flex-direction: column;
    max-width: 320px;
}

.modal-wrapper form .form-group.type-checkbox .checkbox{
    float: left;
    margin-right: 5px;
}

.modal-wrapper form .form-group > label {
    font-size: 16px;
    padding-bottom: 10px;
    font-family: 'Avenir Next LT Pro Bold',arial,serif;
}

.modal-wrapper form .form-group label {
    font-size: 16px;
    padding-bottom: 10px;
}

.modal-wrapper form .form-group:not(.type-checkboxes):not(.type-radio):not(.type-checkbox) input {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    display: block;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 55px;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 15px;
}

.modal-wrapper form .form-group .help-error {
    font-size: 12px;
    color: red;
    margin-bottom: 10px;
}

.modal-wrapper form fieldset {
    border: none;
}

.modal-wrapper .btn {
    display: inline-block;
    padding: 25px 50px;
    background: #ff5000;
    color: #fff;
    position: relative;
    font-family: 'Avenir Next LT Pro Bold',arial,serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .9px;
    cursor: pointer;
    border: none;
}

.modal-wrapper .btn:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    opacity: .2;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
}

.modal-wrapper .btn:hover:after {
    width: 100%;
}

.modal-wrapper .modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-wrapper .modal .close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ip .table > tbody > tr > td {
    word-break: break-all;
}
