body{
    width: 100vw;
    height: 100vh;
    padding: 0;
}

.form-control.is-valid, select.form-control.is-valid{
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgba(140,167,69,1)" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>') !important;
    background-repeat: no-repeat;
    /*background-position-x: 98.5%;*/
    background-position-y: 50%;
    background-size: 15px;
    padding-right: 28px;
}
.form-control.is-invalid, select.form-control.is-invalid,
.form-check-input.is-invalid~.form-check-label{
    display: block;
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgba(220,53,69,1)" d="M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z"/></svg>') !important;
    background-repeat: no-repeat;
    /*background-position-x: 98.5%;*/
    background-position-y: 50%;
    background-size: 15px;
    padding-right: 28px;
}
.form-check-input.is-invalid~.form-check-label{
    display: inline-block;
}

#form-tarjeta small {
    position: absolute;
    bottom: -20px;
    color: red;
    right: 0;
}

.checkout-area{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    max-width: 480px;
    height: 450px;
}

.margin-top-barra {
    margin-top: 0px !important;
}