
body{
    background: rgb(0,151,178);
    background: linear-gradient(50deg, rgba(0,151,178,1) 0%, rgba(134,226,255,1) 100%);
}

.card{
    width: 90%;
    max-width: 600px;
}

.pay-form>div {
    margin-top: 1rem;
}

.pay-form>label {
    color: grey;
    font-weight: 600;
}

.paygreen-pan-frame,
.paygreen-cvv-frame,
.paygreen-exp-frame {
    background-color: rgb(243, 243, 243);
    padding: 0 0.5rem;
    border: none !important;
}

.paygreen-pan-frame:hover,
.paygreen-cvv-frame:hover,
.paygreen-exp-frame:hover {
    border-bottom: #002B5B solid 1px !important;
}

.paygreen-cvv-container > svg {
    position: absolute;
    right: 0.5rem;
    top: 45%;
    width: 1rem;
    cursor: pointer;
}

#paygreen-reuse-checkbox-container {
    margin-top: 1rem;
    width: 100%;
    height: 50px;
    margin-bottom: 1rem;
    border: 0px solid red;
    overflow-y: hidden;
}

@media only screen and (max-width: 600px) {
    #paygreen-reuse-checkbox-container {
        height: 80px;
    }
}
