body {
    font-family: "Calibri", serif;
    background-color: #f0b6b0 !important;
}

.card-header {
    background-image: url('images/headers/pinker-sand-waves-3.jpg') !important;
    background-position:  bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-header h3 {
    text-shadow: 1px 1px 2px #000000;
    opacity: 0.9;
    padding-top: 50px;
    width: 100%;
    line-height: 40px;
    font-size: 15pt;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial;
    letter-spacing: 7px;
    font-weight: bold;
}

.card-body {
    border: none;
    font-family: Calibri, serif !important;
}

.form-group span, .card-body label {
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:bold;
    font-family:Arial;
    color:#0b2f34;
}

.btn-success {
    background-color: #42b4b4 !important;
    width: 200px;
    border: 3px double #3b8080;
    color :#fff;
    font-weight: bold;
    font-family: Arial;
    font-size: 11pt;
    letter-spacing: 1px;
    font-style: italic;
    text-transform: lowercase;
    margin-top: 20px;
}

.btn-success:hover {
    background-color: #3b8080 !important;
}

.profile-grid {
    width:85%;
    outline:1px #C4BAD1 dashed;
    background-image:url('images/backgrounds/grass-sand-water-2.png');
    background-size:cover;
    background-color:#f0b7b0;
    background-position:center;
    background-repeat:no-repeat;
    padding-right:15px;
    padding-bottom:50px;
}