/** * Saferpay PaymentService * * NOTICE OF LICENSE * * Once you have purchased the software with PIT Solutions AG / Six Payment services AG * or one of its  authorised resellers and provided that you comply with the conditions of this contract, * PIT Solutions AG and Six Payment services AG grants you a non-exclusive license, * unlimited in time for the usage of the software in the manner of and for the purposes specified in License.txt * available in extension package, according to the subsequent regulations * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this extension to * newer versions in the future. * * @category Saferpay * @package Saferpay_PaymentService * @author PIT Solutions Pvt. Ltd. * @copyright Copyright (c) 2020 PIT Solutions AG. (www.pitsolutions.ch) and Six Payment services AG ( https://www.six-payment-services.com/) * @license https://www.webshopextension.com/en/licence-agreement-saferpay * */ body {    background-color: #f6f8fa;}#saferpay-div {    background-color: #fff;    padding: 36px 42px;    border-radius: 36px;    box-shadow: 14px 14px #b3b3b3;    margin-top: 30px;    margin-bottom: 30px;}.form-group.row {    background-color: #e5e5e5;    border-radius: 8px;}.col-form-label {    line-height: 2;    text-align: right;    padding-right: 0px;}input.form-control {    border-color: #cfcfcf;    border-radius: 8px;    height: 46px;    padding-right: 0px;}.col-sm-8 {    padding-right: 0px;}.is-invalid {    color: red;}.is-valid {    color: green;}.sample-two .form-group.row {    display: flex;    margin-bottom: 15px;    background: #e5e5e5 !important;    border-radius: 8px !important;}.sample-two .form-group label {    color: #212529;    width: 34%;    padding: 7px 10px 0;}.sample-two .form-group .col-sm-8 {    width: 66%;}.sample-two .form-group iframe {    width: 100% !important;}