﻿p {
            margin: 25px 0 30px 0;
            color: black;
        }

           .content-wrapper
            {
                margin-top:120px;
            }

        .template-active {
            border: 2px solid #32a9f9;
        }

        #email {
            width: 250px;
            float: left;
            height: 41px;
            background: #fff;
            border-color: #b8ddf9;
            border: 1px solid #b8ddf8;
            color: #455566;
            overflow: hidden;
            text-overflow: ellipsis;
            box-shadow: none;
            font-size: 1.4rem;
            font-weight: 400;
            margin: 0 0 4rem;
            -webkit-appearance: none;
            display: block;
            border-radius: 5px;
            line-height: 1.8rem;
            padding: 1.5rem 2rem;
        }

        .cb-custom {
            -webkit-appearance: checkbox;
        }

        .wrap-border-pattern {
            float: left;
            margin-right: 18px;
            cursor: pointer;
            margin-bottom: 15px;
        }


@media (max-width: 767px) {
    .wrap-border-pattern {
        float: none;
        margin-right: 10px !important;
        display: contents;
    }

        .wrap-border-pattern img {
            width: 30% !important;
            margin-right: 2%;
            margin-bottom: 10px;
        }
}

