| Server IP : 51.91.236.193 / Your IP : 216.73.216.224 Web Server : Apache System : Linux webm010.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : institutah ( 16501) PHP Version : 7.2.34 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/institutah/www/MX_VzalidatedInvoicze_9a9112f9a3d0e/account/assets/css/ |
Upload File : |
.card-bounding{
width: 90%;
max-width: 500px;
margin: 0 auto;
position: relative;
top:50%;
transform: translateY(-50%);
padding: 30px;
border: 1px solid #3e73ea;
border-radius: 6px;
font-family: 'Roboto';
background: #ffffff;
}
.card-bounding aside{
font-size:24px;
padding-bottom: 8px;
}
.card-container {
width: 500px;
padding-left: 80px;
padding-right: 40px;
position: relative;
box-sizing: border-box;
border: 1px solid #ccc;
margin: 0 auto 30px auto;
}
.card-container input {
width: 90%;
letter-spacing: 1px;
font-size: 15px;
padding: 15px 15px 15px 25px;
border: 0;
outline: none;
box-sizing: border-box;
}
.card-type {
width: 75px;
height: 46px;
background: url("img/cards.png");
background-position: 0 -291px;
background-repeat: no-repeat;
position: relative;
top: 2px;
left: -2px;
}
.card-type.mastercard {
background: url("img/master.png");
}
.card-type.visa {
background-position: 0 -115px;
}
.card-type.amex {
background-position: 0 -57px;
}
.card-type.discover {
background-position: 0 -174px;
}
.card-valid {
position: absolute;
top: 0;
right: 40px;
line-height: 60px;
font-size: 40px;
font-family: 'icons';
color: #ccc;
}
.card-valid.active {
color: #42ca7c;
}
.card-details {
width: 100%;
text-align: left;
margin-bottom: 30px;
transition: 300ms ease;
}
.card-details input {
font-size: 30px;
padding: 15px;
box-sizing: border-box;
width: 100%;
}
.card-details input.error {
border: 1px solid #c2313c;
box-shadow: 0 4px 8px 0 rgba(238,76,87,0.3);
outline: none;
}
.card-details .expiration {
width: 50%;
float: left;
padding-right: 5%;
}
.card-details .cvv {
width: 45%;
float: left;
}