.modal .modal-dialog .modal-title {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 700;
    color: #121212;
}

.modal-header {
    border-bottom: 1px solid #B2B9BD;
}

.modal-dialog {
    margin: 0;
}

@media screen and (min-width: 632px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.modal .modal-dialog .modal-content {
    margin: 16px;
}

.modal-body {
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #434343;
}

.modal .modal-dialog .modal-header {
    margin: 10px auto;
    padding: 16px;
}

.form-actions .btn.btn-primary {
    width: 100%;
    margin-left: 0;

    @media screen and (min-width: 990px) {
        width: 50%;
        float: left !important;

    }
}

.close {
    font-size: 16px;
    font-weight: bold;
    color: #383E42;
}