.iziModal {
    max-width: 400px !important;
}
.modal-container {
    padding: 30px 20px 30px 20px;
}
.modal-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border: none;
    margin-bottom: 30px;
    margin-top: 10px;
}
.close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
}
.close::before {
    display: block;
    content: "";
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.close::after {
    display: block;
    content: "";
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.modal-wrap {
    margin-bottom: 5px;
}
.modal-container .form-control {
    margin-bottom: 15px;
}
.modal-container .form-control:last-child {
    margin-bottom: 0;
}
.form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 5px;
}
.form-block a {
    display: block;
    width: 49%;
    padding: 8px 15px;
}
.js-message-form {
    min-height: 30px;
}

.get_access_link {
    margin-top: 0.75em;
    font-size: 0.875rem;
}

@media screen and (max-width: 550px) {
    .iziModal {
        max-width: 90% !important;
    }
}

.modal-container .js-message-form {
    color: red;
    min-height: auto;
}