body.page-template-page-cardholder-check {

    background-color: #fcf6f3;

    header,
    .post-header {
        display: none;
    }
    .post-header {
        .go-home {
            display: none;
        }
    }
    #primary,
    .footer-horizontal-fence {
        background-color: #fcf6f3 !important;
    }
    #primary {
        .content {

            h1 {
                color: #e89466;
                font-family: 'Domaine Display Medium',Helvetica,Arial,Lucida,sans-serif;
                font-size: 32px;
                line-height: 1.2em;
                height: 50px;
            }

            form {

                button {
                    padding: 12px;
                    border-radius: 0;
                    letter-spacing: 0.15em;
                    font-size: 14px;
                    border-width: 2px;
                    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
                    text-transform: uppercase;
                }

                .row {

                    margin-right: 0;
                    margin-left: 0;
                    padding-bottom: 10px;

                    .col-12 {

                        text-align: left;

                        label {
                            width: 100%;
                        }
                        .form-control {
                            width: 100%;
                            padding: 6px 12px;
                        }
                    }

                    &.row-action {

                        margin-top: 1rem;

                        .col-12 {
                            display: flex;
                            justify-content: space-evenly;
                            @media only screen and (max-width: 480px) {
                                justify-content: space-between;
                            }
                        }

                        button.reset {
                            color: #e89662;
                            border-color: #e69366;
                            background-color: #fff;
                        }
                        button.submit {
                            color: #fff;
                            border-color: #e69366;
                            background-color: #e89662;
                        }
                    }

                    &.row-result {

                        display: none;

                        margin-top: 1rem;
                        border: 2px #E69366 solid;
                        padding: 10px 10px 12px;

                        .col-result {

                            text-align: center;

                            p {
                                margin: 0 0 12px;
                            }
                        }
                        .col-again {

                            text-align: center;

                            button {
                                color: #fff;
                                border-color: #e69366;
                                background-color: #e89662;
                            }
                        }
                    }
                }
            }
        }
    }

    &.checking,
    &.has-result {
        #primary {
            .content {
                form {
                    .row {
                        display: none;
                    }
                    .row-result {
                        display: block;
                        .col-again {
                            display: none;
                        }
                    }
                }
            }
        }
    }

    &.has-result {
        #primary {
            .content {
                form {
                    .row-result {
                        .col-again {
                            display: block;
                        }
                    }
                }
            }
        }
    }
}
