
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    color: #525f7f;
}

body {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f8fbfd;
}

@media (max-width: 768px) {
    .form-check-label {
        font-size: 14px;
        font-weight: bold;
    }

    .h3 {
        font-size: 22px;
    }

    .btn {
        font-weight: bold;
    }

    .p {
        font-size: 14px;
    }
}

.error-message, .error {
    color: red;
}

.message{
    font-family: monospace;
}

.success-message{
    color: #1e7e34;
}

.align-bottom-payway {
    position: absolute;
    right: 0;
    bottom: 0;
}

#iframe-card{
    height: 400px;
}