.popup-container {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: -50%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
}
.popup-inner {
    display: block;
    min-width: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-close {
    float: right;
    cursor: pointer;
    background: #DF4713;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
}
.popup-form {
    background: #ffffff;
    padding: 50px;
    overflow: hidden;
    clear: both;
}

/**
* Styling
*/
input {
    float: right;
    margin-bottom: 20px;
}
input[type="submit"], input[type="button"] {
    margin-bottom: 0;
    color: #000000 !important;
}
.infusion-field {
    clear: both;
}