51 lines
854 B
CSS
51 lines
854 B
CSS
form div.input [alt=cvv] {
|
|
bottom: 8px
|
|
}
|
|
|
|
form div.input input {
|
|
padding: 10px!important
|
|
}
|
|
|
|
form div.input input {
|
|
border-radius: 10rem;
|
|
border: 2px solid #000000;
|
|
}
|
|
|
|
form div.input label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.button-submit {
|
|
text-align: center;
|
|
}
|
|
|
|
div.button-submit button {
|
|
margin-top: 8px!important;
|
|
padding: 8px 20px;
|
|
cursor: pointer;
|
|
border-radius: 25px !important;
|
|
background: #3c8872;
|
|
color: #fff;
|
|
border: none;
|
|
outline: none;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
label {
|
|
display: block;
|
|
text-transform: capitalize
|
|
}
|
|
|
|
.banner img {
|
|
width: 100%;
|
|
min-height: 300px;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
-o-object-position: right;
|
|
object-position: right
|
|
}
|
|
|
|
.main-content-body {
|
|
padding: 1rem 1rem !important;
|
|
}
|