.swift-sales-ip-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.swift-sales-form-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.swift-sales-form-wrapper form {
    padding: 40px;
    background: #fff;
}
.swift-sales-select-wrapper {
    width: 50%;
    padding: 30px;
    background: #fff;
}
.swift-sales-select-wrapper select {
    width: 100%;
}
.ssip-submit-btn {
    text-align: right;
}   
.content-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 40px 0 10px;
}  