﻿.card-wrap {
    position: relative;
    background: #fff;
    /* background: #000000bd; */
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

    .card-wrap .icon {
        width: 80px;
        height: 80px;
        background: #0067B1;
        border-radius: 50%;
        font-size: 30px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

        .card-wrap .icon span {
            color: #fff;
        }


.card-wrap h3 {
    font-weight: 700;
    font-size: 20px;
    color: #0067B1;
}

.card-wrap p {
    font-weight: 500;
    font-size: 17px;
    color: #0067B1;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

    .form-group .submit {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.checkbox-primary {
    color: #0067B1;
}

.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cardRow {
    padding-top: 20px;
    padding-bottom: 60px;
}
